rhine-gloss 1.4.0.1 → 1.5
raw patch · 1 files changed
+5/−5 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 +5/−5
rhine-gloss.cabal view
@@ -1,7 +1,7 @@ -- Initial rhine-gloss.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: rhine-gloss-version: 1.4.0.1+version: 1.5 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: https://github.com/turion/rhine.git- tag: v1.4+ tag: v1.5 library exposed-modules:@@ -38,11 +38,11 @@ build-depends: automaton,- base >=4.14 && <4.20,+ base >=4.16 && <4.21, gloss >=1.12, mmorph >=1.1, monad-schedule >=0.1,- rhine ^>=1.4,+ rhine ^>=1.5, transformers >=0.5 hs-source-dirs: src@@ -57,7 +57,7 @@ main-is: Main.hs ghc-options: -threaded build-depends:- base >=4.14 && <4.20,+ base >=4.16 && <4.21, rhine-gloss default-language: Haskell2010