[Pkg-haskell-commits] darcs: haskell-hsp: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Thu Feb 7 20:42:32 UTC 2013
Thu Feb 7 20:04:01 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: b86a30b78953c2a37cd9a41a7d270a97
M ./changelog -2 +4
M ./control -12 +5
R ./patches/
R ./patches/GHC-7.4.1-compat
R ./patches/series
Thu Feb 7 20:04:01 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: b86a30b78953c2a37cd9a41a7d270a97
diff -rN -u old-haskell-hsp//changelog new-haskell-hsp//changelog
--- old-haskell-hsp//changelog 2013-02-07 20:42:32.562713132 +0000
+++ new-haskell-hsp//changelog 2013-02-07 20:42:32.599805929 +0000
@@ -1,9 +1,11 @@
-haskell-hsp (0.6.1-4) UNRELEASED; urgency=low
+haskell-hsp (0.7.1-1) UNRELEASED; urgency=low
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
+ * New upstream release
+ + Drop patches/GHC-7.4.1-compat
- -- Joachim Breitner <nomeata at debian.org> Mon, 15 Oct 2012 16:17:47 +0200
+ -- Joachim Breitner <nomeata at debian.org> Sat, 20 Oct 2012 00:50:51 +0200
haskell-hsp (0.6.1-3) experimental; urgency=low
diff -rN -u old-haskell-hsp//control new-haskell-hsp//control
--- old-haskell-hsp//control 2013-02-07 20:42:32.207014893 +0000
+++ new-haskell-hsp//control 2013-02-07 20:42:32.595718474 +0000
@@ -13,18 +13,11 @@
libghc-mtl-prof,
libghc-harp-dev,
libghc-harp-prof,
- libghc-hsx-dev (>= 0.7.0),
- libghc-hsx-prof (>= 0.7.0),
- libghc-hjscript-dev (>= 0.5.0),
- libghc-hjscript-prof (>= 0.5.0),
libghc-text-dev,
libghc-text-prof
Build-Depends-Indep:
ghc-doc,
libghc-mtl-doc,
- libghc-harp-doc,
- libghc-hsx-doc (>= 0.7.0),
- libghc-hjscript-doc (>= 0.5.0),
libghc-text-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/hsp
diff -rN -u old-haskell-hsp//patches/GHC-7.4.1-compat new-haskell-hsp//patches/GHC-7.4.1-compat
--- old-haskell-hsp//patches/GHC-7.4.1-compat 2013-02-07 20:42:32.043015226 +0000
+++ new-haskell-hsp//patches/GHC-7.4.1-compat 1970-01-01 00:00:00.000000000 +0000
@@ -1,18 +0,0 @@
-Description: GHC 7.4.1 compatibility
-Author: Giovanni Mascellani <gio at debian.org>
-
---- haskell-hsp-0.6.1.orig/src/HSP/XMLGenerator.hs
-+++ haskell-hsp-0.6.1/src/HSP/XMLGenerator.hs
-@@ -31,9 +31,9 @@ import qualified Data.Text.Lazy as TL
-
- -- | We can use literal XML syntax to generate values of type XML in the HSP monad.
- instance Monad m => HSX.XMLGen (HSPT' m) where
-- type HSX.XML (HSPT' m) = XML
-- newtype HSX.Attribute (HSPT' m) = HSPAttr Attribute
-- newtype HSX.Child (HSPT' m) = HSPChild XML
-+ type XML (HSPT' m) = XML
-+ newtype Attribute (HSPT' m) = HSPAttr Attribute
-+ newtype Child (HSPT' m) = HSPChild XML
- xmlToChild = HSPChild
- pcdataToChild = HSX.xmlToChild . pcdata
- genElement = element
diff -rN -u old-haskell-hsp//patches/series new-haskell-hsp//patches/series
--- old-haskell-hsp//patches/series 2013-02-07 20:42:31.878935971 +0000
+++ new-haskell-hsp//patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-GHC-7.4.1-compat
More information about the Pkg-haskell-commits
mailing list