summaryrefslogtreecommitdiff
path: root/math/hs-integer-logarithms
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho2-3/+4
2021-04-23Update to integer-logarithms-1.0.3.1pho5-56/+39
* GHC-9.0 support
2021-02-18(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, againmef1-2/+2
2021-02-13(*/hs-*) fix build, not adapted to ghc90 versionmef1-1/+2
2020-05-11hs-*: add PLIST filesrillig1-0/+31
These PLIST files have been autogenerated by mk/haskell.mk using HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes to the packages. The Haskell packages didn't have PLIST files because their paths contained package hashes. These hashes are now determined by mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
2020-01-08Fix build with GHC 8.8pho2-1/+17
2019-12-31Import integer-logarithms-1.0.3pho4-0/+36
Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer from the arithmoi package. Also provides GHC.Integer.Logarithms.Compat and Math.NumberTheory.Power.Natural modules, as well as some additional functions in migrated modules.