summaryrefslogtreecommitdiff
path: root/p/haskell-simple-sendfile
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-21 21:34:12 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-21 21:34:12 +0300
commite9829bde4567cc73bfe12a43c95b1bc50593d73e (patch)
treef73ddb614cabbb90754b1b6a564c1002568ffeb9 /p/haskell-simple-sendfile
parentaba199eefcd9d99f9ffcef735da47a290aafd5a8 (diff)
downloadDHG_packages-e9829bde4567cc73bfe12a43c95b1bc50593d73e.tar.gz
haskell-simple-sendfile: New upstream release
Diffstat (limited to 'p/haskell-simple-sendfile')
-rw-r--r--p/haskell-simple-sendfile/debian/changelog1
-rw-r--r--p/haskell-simple-sendfile/debian/control2
-rw-r--r--p/haskell-simple-sendfile/debian/patches/no-network-conduit.diff10
-rw-r--r--p/haskell-simple-sendfile/debian/patches/series1
4 files changed, 2 insertions, 12 deletions
diff --git a/p/haskell-simple-sendfile/debian/changelog b/p/haskell-simple-sendfile/debian/changelog
index dec3ce8aa..a8ebcf31c 100644
--- a/p/haskell-simple-sendfile/debian/changelog
+++ b/p/haskell-simple-sendfile/debian/changelog
@@ -2,6 +2,7 @@ haskell-simple-sendfile (0.2.14-3) UNRELEASED; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
* Do not depend on transformers, which now comes with GHC
+ * New upstream release
-- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 16:58:52 +0100
diff --git a/p/haskell-simple-sendfile/debian/control b/p/haskell-simple-sendfile/debian/control
index 137b0081e..a622f3d47 100644
--- a/p/haskell-simple-sendfile/debian/control
+++ b/p/haskell-simple-sendfile/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9)
, libghc-network-dev
, libghc-network-prof
, libghc-conduit-dev (>= 1.0)
- , libghc-conduit-dev (<< 1.2)
+ , libghc-conduit-dev (<< 1.3)
, libghc-conduit-prof [hurd-any kfreebsd-any]
, libghc-conduit-extra-dev (>= 1.0)
, libghc-conduit-extra-dev (<< 1.2)
diff --git a/p/haskell-simple-sendfile/debian/patches/no-network-conduit.diff b/p/haskell-simple-sendfile/debian/patches/no-network-conduit.diff
deleted file mode 100644
index be0489cee..000000000
--- a/p/haskell-simple-sendfile/debian/patches/no-network-conduit.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/simple-sendfile.cabal
-+++ b/simple-sendfile.cabal
-@@ -64,7 +64,6 @@
- , directory
- , hspec >= 1.3
- , network
-- , network-conduit
- , process
- , simple-sendfile
- , unix
diff --git a/p/haskell-simple-sendfile/debian/patches/series b/p/haskell-simple-sendfile/debian/patches/series
index c09849c0d..c5859ed41 100644
--- a/p/haskell-simple-sendfile/debian/patches/series
+++ b/p/haskell-simple-sendfile/debian/patches/series
@@ -1,3 +1,2 @@
-no-network-conduit.diff
missing-test-file.diff
sendfile64.diff