cabal-version: 3.0 name: euler version: 0.10.1 build-type: Simple synopsis: Mathematics utilities for Haskell description: Mathematics utilities and functions for Haskell, currently aimed at solving problems in Project Euler. homepage: https://github.com/luisonthekeyboard/euler license: MIT license-file: LICENSE author: Luis Rodrigues Soares maintainer: luis@luisonthekeyboard.com stability: alpha bug-reports: https://github.com/luisonthekeyboard/euler/issues category: Math extra-source-files: README.md changelog.md library build-depends: base >= 4.1 && < 5 default-language: Haskell2010 hs-source-dirs: src exposed-modules: Numeric.Euler.Primes, Numeric.Euler.Integers test-suite spec build-depends: base >= 4.1 && < 5 , hspec >= 2.7 && < 3 , euler >= 0.10 && < 1 default-language: Haskell2010 hs-source-dirs: test, src main-is: Spec.hs type: exitcode-stdio-1.0 build-tool-depends: hspec-discover:hspec-discover source-repository head type: git location: https://github.com/luisonthekeyboard/euler