summaryrefslogtreecommitdiff
path: root/p/haskell-async/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-27 17:50:10 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-27 17:50:10 +0400
commitf2cce6044b3080349ce0db69dd7e9fefb36ecbb1 (patch)
treefdbe780f88d9ddcf8d5e3b02783ce241c7311537 /p/haskell-async/debian
parentc37fd60b8c4b87ff7d76051ec9b4dbb5b63f8efd (diff)
downloadDHG_packages-f2cce6044b3080349ce0db69dd7e9fefb36ecbb1.tar.gz
haskell-async: New upstream release
Diffstat (limited to 'p/haskell-async/debian')
-rw-r--r--p/haskell-async/debian/changelog6
-rw-r--r--p/haskell-async/debian/patches/series1
-rw-r--r--p/haskell-async/debian/patches/testsuite-base-dep15
3 files changed, 6 insertions, 16 deletions
diff --git a/p/haskell-async/debian/changelog b/p/haskell-async/debian/changelog
index 66c765120..7c7890c61 100644
--- a/p/haskell-async/debian/changelog
+++ b/p/haskell-async/debian/changelog
@@ -1,3 +1,9 @@
+haskell-async (2.0.1.4-1) UNRELEASED; urgency=low
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Mon, 27 May 2013 15:22:15 +0200
+
haskell-async (2.0.1.3-3) unstable; urgency=low
* Enable compat level 9
diff --git a/p/haskell-async/debian/patches/series b/p/haskell-async/debian/patches/series
deleted file mode 100644
index 9c940c110..000000000
--- a/p/haskell-async/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-testsuite-base-dep
diff --git a/p/haskell-async/debian/patches/testsuite-base-dep b/p/haskell-async/debian/patches/testsuite-base-dep
deleted file mode 100644
index 95c781cbd..000000000
--- a/p/haskell-async/debian/patches/testsuite-base-dep
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Fix dependency on base of the test suite
-Author: Joachim Breitner <nomeata@debian.org>
-Forwarded: https://github.com/simonmar/async/pull/4
-
---- haskell-async-2.0.1.3.orig/async.cabal
-+++ haskell-async-2.0.1.3/async.cabal
-@@ -72,7 +72,7 @@ test-suite test-async
- type: exitcode-stdio-1.0
- hs-source-dirs: test
- main-is: test-async.hs
-- build-depends: base >= 4.3 && < 4.6,
-+ build-depends: base >= 4.3 && < 4.7,
- async,
- test-framework,
- test-framework-hunit,