modular-arithmetic 1.2.1.4 → 1.2.1.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- modular-arithmetic.cabal +3/−3
modular-arithmetic.cabal view
@@ -1,5 +1,5 @@ name: modular-arithmetic-version: 1.2.1.4+version: 1.2.1.5 synopsis: A type for integers modulo some constant. description: A convenient type for working with integers modulo some constant. It saves you from manually wrapping numeric operations all over the place and prevents a range of simple mistakes. @Integer `Mod` 7@ is the type of integers (mod 7) backed by @Integer@.@@ -26,11 +26,11 @@ hs-source-dirs: src ghc-options: -Wall exposed-modules: Data.Modular- build-depends: base <4.11+ build-depends: base <5 test-suite examples hs-source-dirs: test-suite main-is: DocTest.hs type: exitcode-stdio-1.0- build-depends: base <4.11+ build-depends: base <5 , doctest >= 0.9