[Pkg-haskell-commits] darcs: haskell-hjscript: Added debian/patches/GHC-7.4.1-compat
Joachim Breitner
mail at joachim-breitner.de
Sat Feb 25 16:21:00 UTC 2012
Sat Feb 25 16:20:00 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Added debian/patches/GHC-7.4.1-compat
Ignore-this: 82a038ac75b3265d7817521ad7a674b
M ./changelog +6
A ./patches/
A ./patches/GHC-7.4.1-compat
A ./patches/series
Sat Feb 25 16:20:00 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Added debian/patches/GHC-7.4.1-compat
Ignore-this: 82a038ac75b3265d7817521ad7a674b
diff -rN -u old-haskell-hjscript//changelog new-haskell-hjscript//changelog
--- old-haskell-hjscript//changelog 2012-02-25 16:21:00.583246366 +0000
+++ new-haskell-hjscript//changelog 2012-02-25 16:21:00.587246714 +0000
@@ -1,3 +1,9 @@
+haskell-hjscript (0.5.0-3) unstable; urgency=low
+
+ * Added debian/patches/GHC-7.4.1-compat
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 Feb 2012 17:04:18 +0100
+
haskell-hjscript (0.5.0-2) unstable; urgency=low
[ Marco Silva ]
diff -rN -u old-haskell-hjscript//patches/GHC-7.4.1-compat new-haskell-hjscript//patches/GHC-7.4.1-compat
--- old-haskell-hjscript//patches/GHC-7.4.1-compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript//patches/GHC-7.4.1-compat 2012-02-25 16:21:00.587246714 +0000
@@ -0,0 +1,19 @@
+Description: GHC-7.4.1 compatibilitiy
+Author: Joachim Breitner <nomeata at debian.org>
+
+
+--- haskell-hjscript-0.5.0.orig/src/HJScript/XMLGenerator.hs
++++ haskell-hjscript-0.5.0/src/HJScript/XMLGenerator.hs
+@@ -23,9 +23,9 @@ type Child = Exp Node
+ type Attribute = Exp AttributeNode
+
+ instance HSX.XMLGen HJScript' where
+- type HSX.XML HJScript' = XML
+- newtype HSX.Child HJScript' = HJSChild Child
+- newtype HSX.Attribute HJScript' = HJSAttr Attribute
++ type XML HJScript' = XML
++ newtype Child HJScript' = HJSChild Child
++ newtype Attribute HJScript' = HJSAttr Attribute
+ genElement = element
+ genEElement = eElement
+ xmlToChild = HJSChild . castToNode
diff -rN -u old-haskell-hjscript//patches/series new-haskell-hjscript//patches/series
--- old-haskell-hjscript//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript//patches/series 2012-02-25 16:21:00.587246714 +0000
@@ -0,0 +1 @@
+GHC-7.4.1-compat
More information about the Pkg-haskell-commits
mailing list