[Pkg-haskell-commits] darcs: haskell-glut: Drop patches

Joachim Breitner mail at joachim-breitner.de
Sat Feb 9 22:31:59 UTC 2013


Sat Feb  9 22:28:42 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Drop patches
  Ignore-this: 7b4aed96eb6ca29929ce7e487dba0190

    R ./patches/
    R ./patches/FFI-needs-constructor
    R ./patches/series

Sat Feb  9 22:28:42 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Drop patches
  Ignore-this: 7b4aed96eb6ca29929ce7e487dba0190
diff -rN -u old-haskell-glut//patches/FFI-needs-constructor new-haskell-glut//patches/FFI-needs-constructor
--- old-haskell-glut//patches/FFI-needs-constructor	2013-02-09 22:31:59.851941890 +0000
+++ new-haskell-glut//patches/FFI-needs-constructor	1970-01-01 00:00:00.000000000 +0000
@@ -1,25 +0,0 @@
-Description: FFI needs to the the constructor of newtypes
-Author: Joachim Breitner <nomeata at debian.org>
-
---- haskell-glut-2.1.2.1.orig/Graphics/UI/GLUT/Types.hs
-+++ haskell-glut-2.1.2.1/Graphics/UI/GLUT/Types.hs
-@@ -15,7 +15,7 @@
- --------------------------------------------------------------------------------
- 
- module Graphics.UI.GLUT.Types (
--   Window,                                   -- constructor used only internally
-+   Window(..),                                   -- constructor used only internally
-    makeWindow,                               -- used only internally
-    Relation(..),
-    relationToString,                         -- used only internally
---- haskell-glut-2.1.2.1.orig/Graphics/UI/GLUT/Window.hs
-+++ haskell-glut-2.1.2.1/Graphics/UI/GLUT/Window.hs
-@@ -73,7 +73,7 @@ import Graphics.UI.GLUT.Constants (
-    glut_WINDOW_CURSOR )
- import Graphics.UI.GLUT.Extensions
- import Graphics.UI.GLUT.QueryUtils ( simpleGet )
--import Graphics.UI.GLUT.Types ( Window, makeWindow )
-+import Graphics.UI.GLUT.Types ( Window(..), makeWindow )
- 
- --------------------------------------------------------------------------------
- 
diff -rN -u old-haskell-glut//patches/series new-haskell-glut//patches/series
--- old-haskell-glut//patches/series	2013-02-09 22:31:59.847758690 +0000
+++ new-haskell-glut//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-FFI-needs-constructor





More information about the Pkg-haskell-commits mailing list