[Pkg-haskell-commits] darcs: haskell-snap-core: Patch to work with newer mwc-random.

Clint Adams clint at debian.org
Tue Mar 6 04:13:25 UTC 2012


Tue Mar  6 04:12:59 UTC 2012  Clint Adams <clint at debian.org>
  * Patch to work with newer mwc-random.
  Ignore-this: 7c3430901c8e24050911b75d23cc98b5

    M ./changelog +7
    M ./control -6 +2
    A ./patches/
    A ./patches/newer-mwc-random.diff
    A ./patches/series

Tue Mar  6 04:12:59 UTC 2012  Clint Adams <clint at debian.org>
  * Patch to work with newer mwc-random.
  Ignore-this: 7c3430901c8e24050911b75d23cc98b5
diff -rN -u old-haskell-snap-core//changelog new-haskell-snap-core//changelog
--- old-haskell-snap-core//changelog	2012-03-06 04:13:25.471279040 +0000
+++ new-haskell-snap-core//changelog	2012-03-06 04:13:25.490079867 +0000
@@ -1,3 +1,10 @@
+haskell-snap-core (0.7.0.1-2) unstable; urgency=low
+
+  * Bump to Standards-Version 3.9.3.
+  * Patch to work with newer mwc-random.
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Mar 2012 23:05:54 -0500
+
 haskell-snap-core (0.7.0.1-1) unstable; urgency=low
 
   * Debianization generated by cabal-debian
diff -rN -u old-haskell-snap-core//control new-haskell-snap-core//control
--- old-haskell-snap-core//control	2012-03-06 04:13:25.359248589 +0000
+++ new-haskell-snap-core//control	2012-03-06 04:13:25.494664578 +0000
@@ -36,9 +36,6 @@
                libghc-case-insensitive-dev (>= 0.3),
                libghc-case-insensitive-dev (<< 0.5),
                libghc-case-insensitive-prof,
-               libghc-deepseq-dev (>= 1.1),
-               libghc-deepseq-dev (<< 1.4),
-               libghc-deepseq-prof,
                libghc-dlist-dev (>= 0.5),
                libghc-dlist-dev (<< 0.6),
                libghc-dlist-prof,
@@ -48,7 +45,7 @@
                libghc-mtl-dev (>= 2.0) | libghc-mtl-dev (<< 2.1),
                libghc-mtl-prof,
                libghc-mwc-random-dev (>= 0.10),
-               libghc-mwc-random-dev (<< 0.11),
+               libghc-mwc-random-dev (<< 0.12),
                libghc-mwc-random-prof,
                libghc-regex-posix-dev (<= 0.95.2),
                libghc-regex-posix-prof,
@@ -80,7 +77,6 @@
                      libghc-bytestring-mmap-doc,
                      libghc-bytestring-nums-doc,
                      libghc-case-insensitive-doc,
-                     libghc-deepseq-doc,
                      libghc-dlist-doc,
                      libghc-enumerator-doc,
                      libghc-mtl-doc,
@@ -92,7 +88,7 @@
                      libghc-unordered-containers-doc,
                      libghc-vector-doc,
                      libghc-zlib-enum-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://snapframework.com/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-snap-core
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-snap-core
diff -rN -u old-haskell-snap-core//patches/newer-mwc-random.diff new-haskell-snap-core//patches/newer-mwc-random.diff
--- old-haskell-snap-core//patches/newer-mwc-random.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-snap-core//patches/newer-mwc-random.diff	2012-03-06 04:13:25.494664578 +0000
@@ -0,0 +1,11 @@
+--- a/snap-core.cabal
++++ b/snap-core.cabal
+@@ -154,7 +154,7 @@
+     HUnit >= 1.2 && < 2,
+     MonadCatchIO-transformers >= 0.2.1 && < 0.3,
+     mtl == 2.0.*,
+-    mwc-random >= 0.10 && <0.11,
++    mwc-random >= 0.10 && <0.12,
+     old-locale,
+     old-time,
+     regex-posix <= 0.95.2,
diff -rN -u old-haskell-snap-core//patches/series new-haskell-snap-core//patches/series
--- old-haskell-snap-core//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-snap-core//patches/series	2012-03-06 04:13:25.498251957 +0000
@@ -0,0 +1 @@
+newer-mwc-random.diff





More information about the Pkg-haskell-commits mailing list