type-natural 0.0.1.0 → 0.0.1.1
raw patch · 2 files changed
+5/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Type/Natural.hs +1/−1
- type-natural.cabal +4/−4
Data/Type/Natural.hs view
@@ -9,7 +9,7 @@ -- | Peano natural numbers. It will be promoted to the type-level natural number. Nat(..), -- | Singleton type for 'Nat'.- SNat+ SNat, Sing (SZ, SS) -- ** Smart constructors , sZ, sS -- ** Arithmetic functions and thir singletons.
type-natural.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: type-natural-version: 0.0.1.0+version: 0.0.1.1 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@@ -22,6 +22,6 @@ library exposed-modules: Data.Type.Natural -- other-modules: - build-depends: base ==4.6.*- , singletons ==0.8.*- , equational-reasoning ==0.0.*+ build-depends: base ==4.6.*+ , singletons ==0.8.*+ , equational-reasoning == 0.0.*