gloss 1.13.1.1 → 1.13.1.2
raw patch · 1 files changed
+6/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- gloss.cabal +6/−3
gloss.cabal view
@@ -1,11 +1,11 @@ Name: gloss-Version: 1.13.1.1+Version: 1.13.1.2 License: MIT License-file: LICENSE Author: Ben Lippmeier Maintainer: benl@ouroborus.net Build-Type: Simple-Cabal-Version: >=1.6+Cabal-Version: >=1.10 Stability: stable Category: Graphics Homepage: http://gloss.ouroborus.net@@ -42,7 +42,7 @@ Library Build-Depends:- base >= 4.8 && < 4.13+ base >= 4.8 && < 5 , bmp == 1.2.* , bytestring == 0.10.* , containers >= 0.5 && < 0.7@@ -54,6 +54,9 @@ ghc-options: -O2 -Wall++ Default-Language:+ Haskell2010 Exposed-modules: Graphics.Gloss