gloss 1.10.2.2 → 1.10.2.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~ghc-primPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, ghc-prim
API changes (from Hackage documentation)
Files
- gloss.cabal +3/−3
gloss.cabal view
@@ -1,5 +1,5 @@ Name: gloss-Version: 1.10.2.2+Version: 1.10.2.3 License: MIT License-file: LICENSE Author: Ben Lippmeier@@ -37,8 +37,8 @@ Library Build-Depends: - base == 4.9.*,- ghc-prim == 0.5.*,+ base >= 4.8 && < 4.10,+ ghc-prim >= 0.4 && < 0.6, containers == 0.5.*, bytestring == 0.10.*, OpenGL >= 2.12 && < 3.1,