rhine-gloss 0.7.0 → 0.7.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~rhinePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, rhine
API changes (from Hackage documentation)
Files
- rhine-gloss.cabal +4/−4
rhine-gloss.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: rhine-gloss-version: 0.7.0+version: 0.7.1 synopsis: Gloss backend for Rhine description: This package provides a simple wrapper for the `gloss` library,@@ -26,7 +26,7 @@ source-repository this type: git location: git@github.com:turion/rhine.git- tag: v0.6.0.1+ tag: v0.7.1 library@@ -36,9 +36,9 @@ FRP.Rhine.Gloss.IO FRP.Rhine.Gloss.Pure FRP.Rhine.Gloss.Pure.Combined- build-depends: base >= 4.9 && < 5+ build-depends: base >= 4.11 && < 4.16 , transformers >= 0.5- , rhine == 0.7.0+ , rhine == 0.7.1 , dunai >= 0.6 , gloss >= 1.12 hs-source-dirs: src