[DHG_packages] 02/05: conduit: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:34:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit b738abb96321f0a9ddcc419754d2d26b80adfd26
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:28:02 2016 -0400

    conduit: build with ghc 8 in experimental
---
 p/haskell-conduit/debian/changelog |  6 +++++
 p/haskell-conduit/debian/control   | 52 ++++++++++++++++++--------------------
 p/haskell-conduit/debian/copyright |  2 +-
 3 files changed, 32 insertions(+), 28 deletions(-)

diff --git a/p/haskell-conduit/debian/changelog b/p/haskell-conduit/debian/changelog
index 0745c85..96e2415 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 at 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 7db8af9..00a610b 100644
--- a/p/haskell-conduit/debian/control
+++ b/p/haskell-conduit/debian/control
@@ -3,13 +3,15 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint at 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 bffe0c3..29498b8 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list