summaryrefslogtreecommitdiff
path: root/p/haskell-async/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-async/debian/patches')
-rw-r--r--p/haskell-async/debian/patches/series1
-rw-r--r--p/haskell-async/debian/patches/testsuite-base-dep15
2 files changed, 0 insertions, 16 deletions
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,