name: euler version: 0.3.3 build-type: Simple cabal-version: >= 1.18 synopsis: Mathematics utilities for Haskell description: Mathematics utilities and functions for Haskell, currently aimed at solving problems in Project Euler. homepage: https://github.com/decomputed/euler license: MIT license-file: LICENSE author: Luis Rodrigues Soares maintainer: luis@decomputed.com stability: alpha bug-reports: https://github.com/decomputed/euler/issues category: Math extra-source-files: README.md library ghc-options: -Wall default-language: Haskell2010 exposed-modules: Numeric.Euler.Primes hs-source-dirs: src build-depends: base >= 4.7 && < 4.8 test-suite spec type: exitcode-stdio-1.0 ghc-options: -Wall hs-source-dirs: test main-is: Spec.hs build-depends: base >= 4.7 && < 4.8, euler >= 0.3.0 && < 0.4,hspec == 2.* default-language: Haskell2010 test-suite hlint ghc-options: -Wall build-depends: base >= 4.7 && < 4.8, hlint >= 1.9 default-language: Haskell2010 hs-source-dirs: test main-is: HLint.hs type: exitcode-stdio-1.0 source-repository head type: git location: https://github.com/decomputed/euler