TypeNat 0.4.0.0 → 0.4.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- TypeNat.cabal +2/−2
TypeNat.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: TypeNat-version: 0.4.0.0+version: 0.4.0.1 synopsis: Some Nat-indexed types for GHC -- description: homepage: https://github.com/avieth/TypeNat@@ -31,6 +31,6 @@ , TypeFamilies , KindSignatures - build-depends: base >=4.7 && < 4.8+ build-depends: base >=4.7 && < 4.9 -- hs-source-dirs: default-language: Haskell2010