cabal-version: 3.0 name: numhask-prelude version: 0.5.0 synopsis: A numeric prelude description: A numeric prelude, combining protolude and numhask. category: mathematics homepage: https://github.com/tonyday567/numhask#readme bug-reports: https://github.com/tonyday567/numhask/issues author: Tony Day maintainer: tonyday567@gmail.com copyright: Tony Day license: BSD-3-Clause license-file: LICENSE build-type: Simple source-repository head type: git location: https://github.com/tonyday567/numhask subdir: numhask-prelude library hs-source-dirs: src default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , numhask >=0.3 && <0.6 , protolude >=0.3 && <0.4 exposed-modules: NumHask.Prelude NumHask.Error NumHask.Examples default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: test.hs hs-source-dirs: test default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax build-depends: doctest >=0.13 && <0.17 , numhask-prelude default-language: Haskell2010