name: overture version: 0.0.2 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE.md maintainer: Taylor Fausak synopsis: An alternative to some of the Prelude. description: category: Prelude extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/tfausak/overture library exposed-modules: Overture build-depends: base ==4.* default-language: Haskell98 hs-source-dirs: library ghc-options: -Wall test-suite doctest type: exitcode-stdio-1.0 main-is: DocTest.hs build-depends: base -any, doctest ==0.9.* default-language: Haskell98 hs-source-dirs: test-suite ghc-options: -Wall -Werror