gloss-algorithms 1.13.0.2 → 1.13.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- gloss-algorithms.cabal +2/−2
gloss-algorithms.cabal view
@@ -1,5 +1,5 @@ Name: gloss-algorithms-Version: 1.13.0.2+Version: 1.13.0.3 License: MIT License-file: LICENSE Author: Ben Lippmeier@@ -28,8 +28,8 @@ Library Build-Depends: base >= 4.8 && < 5- , containers >= 0.5 && < 0.7 , ghc-prim+ , containers >= 0.5 && < 0.7 , gloss == 1.13.* Default-Language: