[Pkg-haskell-commits] [package-plan] 01/01: Un-Obsolete gloss

Joachim Breitner nomeata at moszumanska.debian.org
Tue May 5 21:39:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit d4863280490a1989776e93252581286005e3eeca
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue May 5 23:37:53 2015 +0200

    Un-Obsolete gloss
---
 packages.txt                                       |  3 +-
 .../gloss-rendering/1.9.3.1/extend-base-dependency | 13 +++++
 patches/gloss-rendering/1.9.3.1/series             |  1 +
 patches/gloss/1.9.3.1/extend-base-dependency       | 64 ++++++++++++++++++++++
 patches/gloss/1.9.3.1/series                       |  1 +
 5 files changed, 81 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index dce0f88..bb5c27c 100644
--- a/packages.txt
+++ b/packages.txt
@@ -264,7 +264,8 @@ glade 0.12.5.0 obsolete
 GLFW 0.5.2.2
 glib 0.13.1.0
 Glob 0.7.5
-gloss 1.9.3.1 obsolete # needs to be patched to allow older base
+gloss 1.9.3.1
+gloss-rendering 1.9.3.1
 GLURaw 1.5.0.0
 GLUT 2.7.0.0
 gnuidn 0.2.1
diff --git a/patches/gloss-rendering/1.9.3.1/extend-base-dependency b/patches/gloss-rendering/1.9.3.1/extend-base-dependency
new file mode 100644
index 0000000..cddb02f
--- /dev/null
+++ b/patches/gloss-rendering/1.9.3.1/extend-base-dependency
@@ -0,0 +1,13 @@
+Index: gloss-rendering-1.9.3.1/gloss-rendering.cabal
+===================================================================
+--- gloss-rendering-1.9.3.1.orig/gloss-rendering.cabal	2015-05-05 23:34:04.561288826 +0200
++++ gloss-rendering-1.9.3.1/gloss-rendering.cabal	2015-05-05 23:34:25.013782072 +0200
+@@ -28,7 +28,7 @@
+         Graphics.Gloss.Internals.Rendering.State
+ 
+   build-depends:       
+-        base       == 4.8.*,
++        base,
+         containers == 0.5.*,
+         bytestring == 0.10.*,
+         OpenGL     == 2.12.*,
diff --git a/patches/gloss-rendering/1.9.3.1/series b/patches/gloss-rendering/1.9.3.1/series
new file mode 100644
index 0000000..c252208
--- /dev/null
+++ b/patches/gloss-rendering/1.9.3.1/series
@@ -0,0 +1 @@
+extend-base-dependency
diff --git a/patches/gloss/1.9.3.1/extend-base-dependency b/patches/gloss/1.9.3.1/extend-base-dependency
new file mode 100644
index 0000000..bcad3a4
--- /dev/null
+++ b/patches/gloss/1.9.3.1/extend-base-dependency
@@ -0,0 +1,64 @@
+Index: gloss-1.9.3.1/gloss.cabal
+===================================================================
+--- gloss-1.9.3.1.orig/gloss.cabal	2015-05-05 23:15:59.758337339 +0200
++++ gloss-1.9.3.1/gloss.cabal	2015-05-05 23:16:48.291327847 +0200
+@@ -37,8 +37,8 @@
+ 
+ Library
+   Build-Depends: 
+-        base       == 4.8.*,
+-        ghc-prim   == 0.4.*,
++        base,
++        ghc-prim,
+         containers == 0.5.*,
+         bytestring == 0.10.*,
+         OpenGL     == 2.12.*,
+Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Event.hs
+===================================================================
+--- gloss-1.9.3.1.orig/Graphics/Gloss/Internals/Interface/Event.hs	2015-05-05 23:15:59.746337087 +0200
++++ gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Event.hs	2015-05-05 23:35:31.547347728 +0200
+@@ -6,6 +6,7 @@
+ where
+ import Data.IORef
+ import Graphics.Gloss.Internals.Interface.Backend
++import Data.Functor
+ 
+ -- | Possible input events.
+ data Event
+Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Display.hs
+===================================================================
+--- gloss-1.9.3.1.orig/Graphics/Gloss/Internals/Interface/Display.hs	2015-05-05 23:15:59.746337087 +0200
++++ gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Display.hs	2015-05-05 23:35:54.879883667 +0200
+@@ -16,6 +16,7 @@
+ import qualified Graphics.Gloss.Internals.Interface.Callback as Callback
+ import Data.IORef
+ import System.Mem
++import Data.Functor
+ 
+ 
+ displayWithBackend
+Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Animate.hs
+===================================================================
+--- gloss-1.9.3.1.orig/Graphics/Gloss/Internals/Interface/Animate.hs	2015-05-05 23:15:59.746337087 +0200
++++ gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Animate.hs	2015-05-05 23:36:13.856314870 +0200
+@@ -20,7 +20,7 @@
+ import Control.Monad
+ import System.Mem
+ import GHC.Float (double2Float)
+-
++import Data.Functor
+ 
+ animateWithBackendIO
+         :: Backend a
+Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Simulate.hs
+===================================================================
+--- gloss-1.9.3.1.orig/Graphics/Gloss/Internals/Interface/Simulate.hs	2015-05-05 23:15:59.746337087 +0200
++++ gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Simulate.hs	2015-05-05 23:36:37.416844644 +0200
+@@ -22,6 +22,7 @@
+ import qualified Graphics.Gloss.Internals.Interface.Animate.State       as AN
+ import Data.IORef
+ import System.Mem
++import Data.Functor
+ 
+ 
+ simulateWithBackendIO
diff --git a/patches/gloss/1.9.3.1/series b/patches/gloss/1.9.3.1/series
new file mode 100644
index 0000000..c252208
--- /dev/null
+++ b/patches/gloss/1.9.3.1/series
@@ -0,0 +1 @@
+extend-base-dependency

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list