summaryrefslogtreecommitdiff
path: root/p/haskell-conduit
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 16:28:02 -0400
committerClint Adams <clint@debian.org>2016-10-14 16:28:02 -0400
commitb738abb96321f0a9ddcc419754d2d26b80adfd26 (patch)
tree2d30a353bddafc927f378bbf25b4622e6d9a1fd8 /p/haskell-conduit
parent2972d397c4bfe57f76609a36d4629008e5e55eaf (diff)
downloadDHG_packages-b738abb96321f0a9ddcc419754d2d26b80adfd26.tar.gz
conduit: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-conduit')
-rw-r--r--p/haskell-conduit/debian/changelog6
-rw-r--r--p/haskell-conduit/debian/control52
-rw-r--r--p/haskell-conduit/debian/copyright2
3 files changed, 32 insertions, 28 deletions
diff --git a/p/haskell-conduit/debian/changelog b/p/haskell-conduit/debian/changelog
index 0745c853c..96e241556 100644
--- a/p/haskell-conduit/debian/changelog
+++ b/p/haskell-conduit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-conduit (1.2.8-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 16:27:46 -0400
+
haskell-conduit (1.2.8-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-conduit/debian/control b/p/haskell-conduit/debian/control
index 7db8af9e9..00a610b00 100644
--- a/p/haskell-conduit/debian/control
+++ b/p/haskell-conduit/debian/control
@@ -3,13 +3,15 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-exceptions-dev (>= 0.6),
libghc-exceptions-prof,
+ libghc-hspec-dev (>= 1.3),
libghc-lifted-base-dev (>= 0.1),
libghc-lifted-base-prof,
libghc-mmorph-dev,
@@ -18,20 +20,20 @@ Build-Depends: debhelper (>= 9),
libghc-monad-control-prof,
libghc-mtl-dev,
libghc-mtl-prof,
- libghc-resourcet-dev (>= 1.1),
+ libghc-quickcheck2-dev (>= 2.7),
+ libghc-resourcet-dev,
libghc-resourcet-dev (<< 1.2),
+ libghc-resourcet-dev (>= 1.1),
libghc-resourcet-prof,
- libghc-transformers-base-dev (>= 0.4.1),
+ libghc-safe-dev,
libghc-transformers-base-dev (<< 0.5),
+ libghc-transformers-base-dev (>= 0.4.1),
libghc-transformers-base-prof,
+ libghc-void-dev,
libghc-void-dev (>= 0.5.5),
libghc-void-prof,
- libghc-quickcheck2-dev (>= 2.7),
- libghc-hspec-dev (>= 1.3),
- libghc-resourcet-dev,
- libghc-safe-dev,
- libghc-void-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-exceptions-doc,
libghc-lifted-base-doc,
libghc-mmorph-doc,
@@ -42,17 +44,15 @@ Build-Depends-Indep: ghc-doc,
libghc-void-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/snoyberg/conduit
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-conduit
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-conduit-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: streaming data processing library${haskell:ShortBlurb}
Conduits are an approach to the streaming data problem. It is meant as an
alternative to enumerators/iterators, hoping to address the same issues with
@@ -63,11 +63,10 @@ Description: streaming data processing library${haskell:ShortBlurb}
Package: libghc-conduit-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: streaming data processing library${haskell:ShortBlurb}
Conduits are an approach to the streaming data problem. It is meant as an
alternative to enumerators/iterators, hoping to address the same issues with
@@ -79,10 +78,9 @@ Description: streaming data processing library${haskell:ShortBlurb}
Package: libghc-conduit-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: streaming data processing library${haskell:ShortBlurb}
Conduits are an approach to the streaming data problem. It is meant as an
alternative to enumerators/iterators, hoping to address the same issues with
diff --git a/p/haskell-conduit/debian/copyright b/p/haskell-conduit/debian/copyright
index bffe0c318..29498b8df 100644
--- a/p/haskell-conduit/debian/copyright
+++ b/p/haskell-conduit/debian/copyright
@@ -29,4 +29,4 @@ License: MIT
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.