[Pkg-haskell-commits] darcs: haskell-hjsmin: staging conduit 1.1 transition
Clint Adams
clint at debian.org
Tue Jun 10 13:57:21 UTC 2014
Tue Jun 10 13:54:38 UTC 2014 Clint Adams <clint at debian.org>
* staging conduit 1.1 transition
M ./changelog -2 +6
M ./control -5 +7
A ./libghc-hjsmin-dev.haskell-binaries
A ./patches/
A ./patches/newer-optparse-applicative.diff
A ./patches/series
Tue Jun 10 13:54:38 UTC 2014 Clint Adams <clint at debian.org>
* staging conduit 1.1 transition
diff -rN -u old-haskell-hjsmin/changelog new-haskell-hjsmin/changelog
--- old-haskell-hjsmin/changelog 2014-06-10 13:57:21.521850063 +0000
+++ new-haskell-hjsmin/changelog 2014-06-10 13:57:21.525850061 +0000
@@ -1,8 +1,12 @@
-haskell-hjsmin (0.1.4.1-2) UNRELEASED; urgency=low
+haskell-hjsmin (0.1.4.6-1) unstable; urgency=medium
+ [ Joachim Breitner ]
* Adjust watch file to new hackage layout
- -- Joachim Breitner <nomeata at debian.org> Sat, 05 Oct 2013 18:20:34 +0200
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 07 Jun 2014 12:09:27 -0400
haskell-hjsmin (0.1.4.1-1) unstable; urgency=low
diff -rN -u old-haskell-hjsmin/control new-haskell-hjsmin/control
--- old-haskell-hjsmin/control 2014-06-10 13:57:21.521850063 +0000
+++ new-haskell-hjsmin/control 2014-06-10 13:57:21.529850058 +0000
@@ -8,14 +8,16 @@
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
- , libghc-blaze-builder-dev (>> 0.2)
+ , libghc-blaze-builder-dev (>= 0.2)
, libghc-blaze-builder-dev (<< 1)
, libghc-blaze-builder-prof
- , libghc-language-javascript-dev (>> 0.5.4)
+ , libghc-language-javascript-dev (>= 0.5.1)
, libghc-language-javascript-dev (<< 0.6)
, libghc-language-javascript-prof
- , libghc-text-dev (>> 0.8)
- , libghc-text-dev (<< 1)
+ , libghc-optparse-applicative-dev (>= 0.7)
+ , libghc-optparse-applicative-dev (<< 0.10)
+ , libghc-text-dev (>= 0.8)
+ , libghc-text-dev (<< 1.2)
, libghc-text-prof
, libghc-hunit-dev
, libghc-quickcheck2-dev (>> 2)
@@ -26,7 +28,7 @@
, libghc-blaze-builder-doc
, libghc-language-javascript-doc
, libghc-text-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/hjsmin
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hjsmin
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hjsmin
diff -rN -u old-haskell-hjsmin/libghc-hjsmin-dev.haskell-binaries new-haskell-hjsmin/libghc-hjsmin-dev.haskell-binaries
--- old-haskell-hjsmin/libghc-hjsmin-dev.haskell-binaries 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjsmin/libghc-hjsmin-dev.haskell-binaries 2014-06-10 13:57:21.529850058 +0000
@@ -0,0 +1 @@
+hjsmin
diff -rN -u old-haskell-hjsmin/patches/newer-optparse-applicative.diff new-haskell-hjsmin/patches/newer-optparse-applicative.diff
--- old-haskell-hjsmin/patches/newer-optparse-applicative.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjsmin/patches/newer-optparse-applicative.diff 2014-06-10 13:57:21.529850058 +0000
@@ -0,0 +1,11 @@
+--- a/hjsmin.cabal
++++ b/hjsmin.cabal
+@@ -44,7 +44,7 @@
+ , text >= 0.8 && < 1.2
+ , containers >= 0.2 && < 0.6
+ , language-javascript >= 0.5.1 && < 0.6
+- , optparse-applicative >= 0.7 && < 0.9
++ , optparse-applicative >= 0.7 && < 0.10
+
+ Test-Suite test-hjsmin
+ Type: exitcode-stdio-1.0
diff -rN -u old-haskell-hjsmin/patches/series new-haskell-hjsmin/patches/series
--- old-haskell-hjsmin/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjsmin/patches/series 2014-06-10 13:57:21.533850054 +0000
@@ -0,0 +1 @@
+newer-optparse-applicative.diff
More information about the Pkg-haskell-commits
mailing list