Bodigrim / arithmoi

Number theory: primes, arithmetic functions, modular computations, special sequences
http://hackage.haskell.org/package/arithmoi
MIT License
147 stars 40 forks source link

revised base dep to be >= 4.8 #140

Closed cartazio closed 6 years ago

cartazio commented 6 years ago

wasn't building with 7.8, so i revised the current release to have >=4.8, but we should fix this for the next one :)

GHC-7.8/arithmoi-0.8.0.0
Configuring library for arithmoi-0.8.0.0..
Preprocessing library for arithmoi-0.8.0.0..
Building library for arithmoi-0.8.0.0..

GHC/TypeNats/Compat.hs:27:8:
    Could not find module ‘Numeric.Natural’
    It is a member of the hidden package ‘nats-1.1.2’.
    Perhaps you need to add ‘nats’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

Math/NumberTheory/Moduli/Class.hs:52:8:
    Could not find module ‘GHC.Natural’
    Use -v to see a list of the files searched for.
Bodigrim commented 6 years ago

Done, thanks for noticing this.