cabal-version: 2.4 -- Initial package description 'sketch.cabal' generated by 'cabal init'. -- For further documentation, see http://haskell.org/cabal/users-guide/ name: sketch version: 0 synopsis: Sketch structures -- description: homepage: https://oss.xkcd.com -- bug-reports: license: BSD-3-Clause license-file: LICENSE author: davean maintainer: oss@xkcd.com -- copyright: category: Data extra-source-files: CHANGELOG.md library exposed-modules: MyLib -- other-modules: -- other-extensions: build-depends: base ^>=4.12.0.0 hs-source-dirs: src default-language: Haskell2010 test-suite sketch-test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: MyLibTest.hs build-depends: base ^>=4.12.0.0