[Pkg-haskell-commits] darcs: haskell-cereal-conduit: New upstream version 0.0.6.1.
Clint Adams
clint at debian.org
Mon May 21 23:25:39 UTC 2012
Mon May 21 23:25:57 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.0.6.1.
Ignore-this: f2a64d75ea103599e8d951451c9e85a1
M ./changelog +6
M ./control +8
A ./patches/missing-test-deps.diff
A ./patches/series
M ./rules +2
Mon May 21 23:25:57 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.0.6.1.
Ignore-this: f2a64d75ea103599e8d951451c9e85a1
diff -rN -u old-haskell-cereal-conduit//changelog new-haskell-cereal-conduit//changelog
--- old-haskell-cereal-conduit//changelog 2012-05-21 23:25:39.684862354 +0000
+++ new-haskell-cereal-conduit//changelog 2012-05-21 23:25:39.688847190 +0000
@@ -1,3 +1,9 @@
+haskell-cereal-conduit (0.0.6.1-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Mon, 21 May 2012 19:13:03 -0400
+
haskell-cereal-conduit (0.0.5-1) unstable; urgency=low
* New upstream version.
diff -rN -u old-haskell-cereal-conduit//control new-haskell-cereal-conduit//control
--- old-haskell-cereal-conduit//control 2012-05-21 23:25:39.672861934 +0000
+++ new-haskell-cereal-conduit//control 2012-05-21 23:25:39.688847190 +0000
@@ -13,12 +13,20 @@
, libghc-conduit-dev (>> 0.4)
, libghc-conduit-dev (<< 0.5)
, libghc-conduit-prof
+ , libghc-exception-transformers-dev
+ , libghc-exception-transformers-prof
, libghc-mtl-dev
, libghc-mtl-prof
+ , libghc-void-dev
+ , libghc-void-prof
+# , libghc-hunit-dev
+# , libghc-test-framework-hunit-dev
Build-Depends-Indep: ghc-doc
, libghc-cereal-doc
, libghc-conduit-doc
+ , libghc-exception-transformers-doc
, libghc-mtl-doc
+ , libghc-void-doc
Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/haskell-cereal-conduit
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cereal-conduit
diff -rN -u old-haskell-cereal-conduit//patches/missing-test-deps.diff new-haskell-cereal-conduit//patches/missing-test-deps.diff
--- old-haskell-cereal-conduit//patches/missing-test-deps.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cereal-conduit//patches/missing-test-deps.diff 2012-05-21 23:25:39.688847190 +0000
@@ -0,0 +1,11 @@
+--- a/cereal-conduit.cabal
++++ b/cereal-conduit.cabal
+@@ -35,6 +35,8 @@
+ , test-framework-hunit
+ , HUnit
+ , transformers
++ , exception-transformers
++ , void
+
+ source-repository head
+ type: git
diff -rN -u old-haskell-cereal-conduit//patches/series new-haskell-cereal-conduit//patches/series
--- old-haskell-cereal-conduit//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cereal-conduit//patches/series 2012-05-21 23:25:39.688847190 +0000
@@ -0,0 +1 @@
+missing-test-deps.diff
diff -rN -u old-haskell-cereal-conduit//rules new-haskell-cereal-conduit//rules
--- old-haskell-cereal-conduit//rules 2012-05-21 23:25:39.656841076 +0000
+++ new-haskell-cereal-conduit//rules 2012-05-21 23:25:39.692830939 +0000
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+#DEB_ENABLE_TESTS = yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list