Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
haskell-gloss: patch from ubuntu for new base, upload to unstable
· 455c1198
Gianfranco Costamagna
authored
Jun 06, 2018
455c1198
haskell-gloss-rendering: patch from ubuntu for new base, upload to unstable
· 249fc1f7
Gianfranco Costamagna
authored
Jun 06, 2018
249fc1f7
Show whitespace changes
Inline
Side-by-side
p/haskell-gloss-rendering/debian/changelog
View file @
249fc1f7
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
...
...
p/haskell-gloss-rendering/debian/patches/build-depends.patch
0 → 100644
View file @
249fc1f7
---
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,
p/haskell-gloss-rendering/debian/patches/series
0 → 100644
View file @
249fc1f7
build-depends.patch
p/haskell-gloss/debian/changelog
View file @
249fc1f7
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
...
...
p/haskell-gloss/debian/patches/depends.patch
0 → 100644
View file @
249fc1f7
---
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.*,
p/haskell-gloss/debian/patches/series
0 → 100644
View file @
249fc1f7
depends.patch