mod 0.2.0.0 → 0.2.0.1
raw patch · 3 files changed
+11/−1 lines, 3 filesdep ~basedep ~deepseqdep ~ghc-bignum
Dependency ranges changed: base, deepseq, ghc-bignum, primitive, semirings, tasty-quickcheck, vector
Files
- cbits/aarch64.h +5/−0
- changelog.md +4/−0
- mod.cabal +2/−1
+ cbits/aarch64.h view
@@ -0,0 +1,5 @@+#include <stdint.h>++uint64_t umulh(uint64_t x, uint64_t y);++uint64_t umodh(uint64_t lo, uint64_t hi, uint64_t m);
changelog.md view
@@ -1,3 +1,7 @@+# 0.2.0.1++* Fix build on `aarch64`.+ # 0.2.0.0 * Breaking change: redesign `GcdDomain` and `Euclidean` instances.
mod.cabal view
@@ -1,5 +1,5 @@ name: mod-version: 0.2.0.0+version: 0.2.0.1 cabal-version: >=1.10 build-type: Simple license: MIT@@ -19,6 +19,7 @@ extra-source-files: changelog.md README.md+ cbits/aarch64.h source-repository head type: git