Map 0.0.1.0 → 0.0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +Mapdep −mapPVP ok
version bump matches the API change (PVP)
Dependencies added: Map
Dependencies removed: map
API changes (from Hackage documentation)
Files
- Map.cabal +2/−2
Map.cabal view
@@ -1,5 +1,5 @@ name: Map-version: 0.0.1.0+version: 0.0.1.1 synopsis: Class of key-value maps -- description: license: BSD3@@ -51,7 +51,7 @@ , smallcheck >=1.1.4 , tasty >=1.0 , tasty-smallcheck >=0.8- , map+ , Map default-language: Haskell2010 default-extensions: UnicodeSyntax , LambdaCase