[Pkg-haskell-commits] darcs: haskell-tasty: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Mon Dec 22 15:07:08 UTC 2014
Sun Dec 21 13:59:42 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
M ./changelog -2 +3
M ./control -2 +2
M ./patches/regex-tdfa.diff -4 +6
Sun Dec 21 13:59:42 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
diff -rN -u old-haskell-tasty/changelog new-haskell-tasty/changelog
--- old-haskell-tasty/changelog 2014-12-22 15:07:08.126641950 +0000
+++ new-haskell-tasty/changelog 2014-12-22 15:07:08.134641953 +0000
@@ -1,8 +1,9 @@
-haskell-tasty (0.10-2) UNRELEASED; urgency=medium
+haskell-tasty (0.10.1-1) UNRELEASED; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
+ * New upstream release
- -- Joachim Breitner <nomeata at debian.org> Sat, 20 Dec 2014 16:59:05 +0100
+ -- Joachim Breitner <nomeata at debian.org> Sun, 21 Dec 2014 14:58:41 +0100
haskell-tasty (0.10-1) unstable; urgency=medium
diff -rN -u old-haskell-tasty/control new-haskell-tasty/control
--- old-haskell-tasty/control 2014-12-22 15:07:08.126641950 +0000
+++ new-haskell-tasty/control 2014-12-22 15:07:08.134641953 +0000
@@ -10,7 +10,7 @@
, ghc-prof
, libghc-mtl-dev
, libghc-mtl-prof
- , libghc-optparse-applicative-dev (>= 0.10)
+ , libghc-optparse-applicative-dev (>= 0.11)
, libghc-optparse-applicative-prof
, libghc-regex-tdfa-dev (>= 1.2)
, libghc-regex-tdfa-prof
@@ -24,7 +24,7 @@
, libghc-unbounded-delays-prof
, libghc-async-dev (>= 2.0)
, libghc-async-prof
- , libghc-ansi-terminal-dev (>= 0.6.1)
+ , libghc-ansi-terminal-dev (>= 0.6.2)
, libghc-ansi-terminal-prof
Build-Depends-Indep: ghc-doc
, libghc-mtl-doc
diff -rN -u old-haskell-tasty/patches/regex-tdfa.diff new-haskell-tasty/patches/regex-tdfa.diff
--- old-haskell-tasty/patches/regex-tdfa.diff 2014-12-22 15:07:08.122641950 +0000
+++ new-haskell-tasty/patches/regex-tdfa.diff 2014-12-22 15:07:08.126641950 +0000
@@ -1,11 +1,13 @@
---- a/tasty.cabal
-+++ b/tasty.cabal
-@@ -52,7 +52,7 @@
+Index: tasty-0.10.1/tasty.cabal
+===================================================================
+--- tasty-0.10.1.orig/tasty.cabal 2014-12-21 14:59:19.509001668 +0100
++++ tasty-0.10.1/tasty.cabal 2014-12-21 14:59:29.941201256 +0100
+@@ -53,7 +53,7 @@
containers,
mtl,
tagged >= 0.5,
- regex-tdfa-rc >= 1.1.8.2,
+ regex-tdfa >= 1.2,
- optparse-applicative >= 0.10,
+ optparse-applicative >= 0.11,
deepseq >= 1.3,
unbounded-delays >= 0.1,
More information about the Pkg-haskell-commits
mailing list