validate dependabot configuration
[cabal.git] / cabal-install / tests / fixtures / init / golden / lib / lib-with-comments.golden
blob3df8e499d8d4a7890ddc7a253196b0ba7bdfff6d
1 library
2     -- Import common warning flags.
3     import:           warnings
5     -- Modules exported by the library.
6     exposed-modules:  MyLib
8     -- Modules included in this library but not exported.
9     -- other-modules:
11     -- LANGUAGE extensions used by modules in this package.
12     -- other-extensions:
14     -- Other library packages from which modules are imported.
15     build-depends:    base
17     -- Directories containing source files.
18     hs-source-dirs:   src
20     -- Base language which the package is written in.
21     default-language: Haskell98