gloss-algorithms 1.12.0.0 → 1.13.0.1
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~basedep ~containersdep ~glosssetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers, gloss
API changes (from Hackage documentation)
Files
- Setup.hs +2/−0
- gloss-algorithms.cabal +2/−2
+ Setup.hs view
@@ -0,0 +1,2 @@+import Distribution.Simple+main = defaultMain
gloss-algorithms.cabal view
@@ -1,5 +1,5 @@ Name: gloss-algorithms-Version: 1.12.0.0+Version: 1.13.0.1 License: MIT License-file: LICENSE Author: Ben Lippmeier@@ -30,7 +30,7 @@ base >= 4.8 && < 4.12 , containers == 0.5.* , ghc-prim- , gloss == 1.12.*+ , gloss == 1.13.* ghc-options: -O2