[Pkg-haskell-commits] darcs: haxml: New upstream release

Joachim Breitner mail at joachim-breitner.de
Mon Apr 6 19:21:06 UTC 2015


Mon Apr  6 18:50:47 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release

    M ./changelog +6
    M ./control -1 +1
    R ./patches/remove-random
    R ./patches/series
    R ./patches/
    M ./control +3

Mon Apr  6 18:50:47 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
diff -rN -u old-haxml/changelog new-haxml/changelog
--- old-haxml/changelog	2015-04-06 19:21:06.815990826 +0000
+++ new-haxml/changelog	2015-04-06 19:21:06.823990826 +0000
@@ -1,3 +1,9 @@
+haxml (1:1.25.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 05 Apr 2015 16:10:20 +0200
+
 haxml (1:1.23.3-3) experimental; urgency=low
 
   * Adjust watch file to new hackage layout
diff -rN -u old-haxml/control new-haxml/control
--- old-haxml/control	2015-04-06 19:21:06.815990826 +0000
+++ new-haxml/control	2015-04-06 19:21:06.819990826 +0000
@@ -10,9 +10,12 @@
  ghc,
  ghc-prof,
  ghc-doc,
- libghc-polyparse-dev,
+ libghc-polyparse-dev (>= 1.10),
  libghc-polyparse-prof,
  libghc-polyparse-doc,
+ libghc-random-dev,
+ libghc-random-prof,
+ libghc-random-doc,
  html2text,
 Standards-Version: 3.9.4
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haxml/
diff -rN -u old-haxml/patches/remove-random new-haxml/patches/remove-random
--- old-haxml/patches/remove-random	2015-04-06 19:21:06.815990826 +0000
+++ new-haxml/patches/remove-random	1970-01-01 00:00:00.000000000 +0000
@@ -1,16 +0,0 @@
-Description: remove random from cabal file
- Remove random from cabal file, as this package is split out of ghc 7.4,
- and is not actually used by haxml.
-Author: Joey Hess <joeyh at debian.org>
-
---- haxml-1.22.5.orig/HaXml.cabal
-+++ haxml-1.22.5/HaXml.cabal
-@@ -67,7 +67,7 @@ library
-   hs-source-dirs: src
-   build-depends: polyparse >= 1.5, filepath
-   if flag(splitBase)
--    build-depends: base >= 3 && < 6, pretty, random, containers
-+    build-depends: base >= 3 && < 6, pretty, containers
-   else
-     build-depends: base < 3
-   if flag(bytestringInBase)
diff -rN -u old-haxml/patches/series new-haxml/patches/series
--- old-haxml/patches/series	2015-04-06 19:21:06.811990827 +0000
+++ new-haxml/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-remove-random




More information about the Pkg-haskell-commits mailing list