cabal-version: 3.0 name: y version: 0.1.0.0 synopsis: synopsis -- description: homepage: home license: BSD-3-Clause license-file: LICENSE author: foo-kmett maintainer: foo-kmett@kmett.kmett -- copyright: category: Data build-type: Simple extra-doc-files: CHANGELOG.md -- extra-source-files: common warnings ghc-options: -Wall library import: warnings exposed-modules: MyLib -- other-modules: -- other-extensions: build-depends: base hs-source-dirs: src default-language: Haskell98 executable y import: warnings main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base, y hs-source-dirs: exe default-language: Haskell2010 test-suite y-test import: warnings default-language: Haskell2010 -- other-modules: -- other-extensions: type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs build-depends: base, y