Skip to content
haskell-gloss-rendering (1.11.1.1-3) UNRELEASED; urgency=medium
haskell-gloss-rendering (1.11.1.1-3) unstable; urgency=medium
[ Clint Adams ]
* Set Rules-Requires-Root to no.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:45 -0400
[ Mathieu Trudel-Lapierre ]
* Update cabal build-dependencies to allow base <4.11.
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 06 Jun 2018 17:53:02 +0200
haskell-gloss-rendering (1.11.1.1-2) unstable; urgency=medium
......
---
gloss-rendering.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/gloss-rendering.cabal
===================================================================
--- a/gloss-rendering.cabal
+++ b/gloss-rendering.cabal
@@ -28,7 +28,7 @@ library
Graphics.Gloss.Internals.Rendering.State
build-depends:
- base >= 4.8 && < 4.10,
+ base >= 4.8 && < 4.11,
containers == 0.5.*,
bytestring == 0.10.*,
OpenGL >= 2.12 && < 3.1,
haskell-gloss (1.11.1.1-3) UNRELEASED; urgency=medium
haskell-gloss (1.11.1.1-3) unstable; urgency=medium
[ Clint Adams ]
* Set Rules-Requires-Root to no.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:45 -0400
[ Mathieu Trudel-Lapierre ]
* Bump cabal build-dependencies to accept <4.11.
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 06 Jun 2018 17:55:25 +0200
haskell-gloss (1.11.1.1-2) unstable; urgency=medium
......
---
gloss.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/gloss.cabal
===================================================================
--- a/gloss.cabal
+++ b/gloss.cabal
@@ -37,7 +37,7 @@ Flag ExplicitBackend
Library
Build-Depends:
- base >= 4.8 && < 4.10,
+ base >= 4.8 && < 4.11,
ghc-prim >= 0.4 && < 0.6,
containers == 0.5.*,
bytestring == 0.10.*,