type-natural 0.2.1.3 → 0.2.1.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~constraintsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: constraints
API changes (from Hackage documentation)
Files
- type-natural.cabal +2/−2
type-natural.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: type-natural-version: 0.2.1.3+version: 0.2.1.4 synopsis: Type-level natural and proofs of their properties. description: Type-level natural numbers and proofs of their properties. homepage: https://github.com/konn/type-natural@@ -26,7 +26,7 @@ , equational-reasoning == 0.2.* , monomorphic >= 0.0.3 , template-haskell >= 2.8 && < 2.11- , constraints == 0.3.*+ , constraints >= 0.3 && < 0.5 if impl(ghc < 7.8) build-depends: singletons == 0.8.* else