cabal-version: 2.0 -- Initial package description 'prng.cabal' generated by 'cabal init'. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: prng version: 0.1.0.0 synopsis: Pseudo-random number generators -- description: homepage: https://github.com/emilypi/prng -- bug-reports: license: BSD3 license-file: LICENSE author: Emily Pillmore maintainer: emilypi@cohomolo.gy -- copyright: category: System build-type: Simple extra-source-files: CHANGELOG.md library exposed-modules: MyLib -- other-modules: -- other-extensions: build-depends: base ^>=4.14.0.0 hs-source-dirs: src default-language: Haskell2010 test-suite prng-test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: MyLibTest.hs build-depends: base ^>=4.14.0.0