cabal-version: 2.4 -- Initial package description 'jesus.cabal' generated by 'cabal init'. -- For further documentation, see http://haskell.org/cabal/users-guide/ name: jesus version: 0.1.0.0 synopsis: He is risen description: Y'all mothafuckas need JESUS -- bug-reports: license: BSD-3-Clause license-file: LICENSE author: Emily Pillmore maintainer: emilypi@cohomolo.gy -- copyright: -- category: 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 executable jesus main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base ^>=4.12.0.0, jesus hs-source-dirs: exe default-language: Haskell2010 test-suite jesus-test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: MyLibTest.hs build-depends: base ^>=4.12.0.0