[Pkg-haskell-commits] darcs: haskell-tasty: New upstream version 0.10.
Clint Adams
clint at debian.org
Wed Sep 10 21:52:47 UTC 2014
Wed Sep 10 21:52:40 UTC 2014 Clint Adams <clint at debian.org>
* New upstream version 0.10.
M ./changelog +6
M ./control -1 +1
A ./patches/
A ./patches/regex-tdfa.diff
A ./patches/series
Wed Sep 10 21:52:40 UTC 2014 Clint Adams <clint at debian.org>
* New upstream version 0.10.
diff -rN -u old-haskell-tasty/changelog new-haskell-tasty/changelog
--- old-haskell-tasty/changelog 2014-09-10 21:52:47.403028165 +0000
+++ new-haskell-tasty/changelog 2014-09-10 21:52:47.403028165 +0000
@@ -1,3 +1,9 @@
+haskell-tasty (0.10-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Wed, 10 Sep 2014 17:36:31 -0400
+
haskell-tasty (0.8.1.2-1) unstable; urgency=medium
* New upstream release
diff -rN -u old-haskell-tasty/control new-haskell-tasty/control
--- old-haskell-tasty/control 2014-09-10 21:52:47.403028165 +0000
+++ new-haskell-tasty/control 2014-09-10 21:52:47.403028165 +0000
@@ -10,7 +10,7 @@
, ghc-prof
, libghc-mtl-dev
, libghc-mtl-prof
- , libghc-optparse-applicative-dev (>= 0.6)
+ , libghc-optparse-applicative-dev (>= 0.10)
, libghc-optparse-applicative-prof
, libghc-regex-tdfa-dev (>= 1.2)
, libghc-regex-tdfa-prof
diff -rN -u old-haskell-tasty/patches/regex-tdfa.diff new-haskell-tasty/patches/regex-tdfa.diff
--- old-haskell-tasty/patches/regex-tdfa.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty/patches/regex-tdfa.diff 2014-09-10 21:52:47.407028164 +0000
@@ -0,0 +1,11 @@
+--- a/tasty.cabal
++++ b/tasty.cabal
+@@ -52,7 +52,7 @@
+ containers,
+ mtl,
+ tagged >= 0.5,
+- regex-tdfa-rc >= 1.1.8.2,
++ regex-tdfa >= 1.2,
+ optparse-applicative >= 0.10,
+ deepseq >= 1.3,
+ unbounded-delays >= 0.1,
diff -rN -u old-haskell-tasty/patches/series new-haskell-tasty/patches/series
--- old-haskell-tasty/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty/patches/series 2014-09-10 21:52:47.407028164 +0000
@@ -0,0 +1 @@
+regex-tdfa.diff
More information about the Pkg-haskell-commits
mailing list