[DHG_packages] 01/05: binary-tagged: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 21:05:45 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 36ada8784c75ed146ddde77fcf61f1ea601468f2
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 17:01:54 2016 -0400

    binary-tagged: build with ghc 8 in experimental
---
 p/haskell-binary-tagged/debian/changelog |  6 +--
 p/haskell-binary-tagged/debian/control   | 91 +++++++++++++++++++-------------
 2 files changed, 57 insertions(+), 40 deletions(-)

diff --git a/p/haskell-binary-tagged/debian/changelog b/p/haskell-binary-tagged/debian/changelog
index 06c78e1..6849268 100644
--- a/p/haskell-binary-tagged/debian/changelog
+++ b/p/haskell-binary-tagged/debian/changelog
@@ -1,8 +1,8 @@
-haskell-binary-tagged (0.1.4.0-2) UNRELEASED; urgency=medium
+haskell-binary-tagged (0.1.4.0-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:14 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 17:01:46 -0400
 
 haskell-binary-tagged (0.1.4.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-binary-tagged/debian/control b/p/haskell-binary-tagged/debian/control
index 779e581..06cecd0 100644
--- a/p/haskell-binary-tagged/debian/control
+++ b/p/haskell-binary-tagged/debian/control
@@ -1,55 +1,58 @@
 Source: haskell-binary-tagged
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Dmitry Bogatov <KAction at gnu.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-sha-dev (>= 1.6),
- libghc-sha-dev (<< 1.7),
- libghc-sha-prof,
- libghc-aeson-dev (>= 0.8),
+ haskell-devscripts (>= 0.9),
  libghc-aeson-dev (<< 0.12),
+ libghc-aeson-dev (>= 0.8),
  libghc-aeson-prof,
- libghc-generics-sop-dev (>= 0.1),
+ libghc-bifunctors-dev,
+ libghc-binary-orphans-dev (>= 0.1.1),
  libghc-generics-sop-dev (<< 0.3),
+ libghc-generics-sop-dev (>= 0.1),
  libghc-generics-sop-prof,
- libghc-hashable-dev (>= 1.2),
  libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.2),
  libghc-hashable-prof,
- libghc-scientific-dev (>= 0.3),
+ libghc-quickcheck-instances-dev,
  libghc-scientific-dev (<< 0.4),
+ libghc-scientific-dev (>= 0.3),
  libghc-scientific-prof,
- libghc-semigroups-dev (>= 0.16),
  libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-dev (>= 0.16),
  libghc-semigroups-prof,
- libghc-tagged-dev (>= 0.7),
+ libghc-sha-dev (<< 1.7),
+ libghc-sha-dev (>= 1.6),
+ libghc-sha-prof,
  libghc-tagged-dev (<< 0.9),
+ libghc-tagged-dev (>= 0.7),
  libghc-tagged-prof,
- libghc-text-dev (>= 1.2),
+ libghc-tasty-dev,
+ libghc-tasty-quickcheck-dev,
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 1.2),
  libghc-text-prof,
- libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
- libghc-vector-dev (>= 0.10),
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.10),
  libghc-vector-prof,
- libghc-bifunctors-dev,
- libghc-binary-orphans-dev (>= 0.1.1),
- libghc-quickcheck-instances-dev,
- libghc-tasty-dev,
- libghc-tasty-quickcheck-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-sha-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-generics-sop-doc,
  libghc-hashable-doc,
  libghc-scientific-doc,
  libghc-semigroups-doc,
+ libghc-sha-doc,
  libghc-tagged-doc,
  libghc-text-doc,
  libghc-unordered-containers-doc,
@@ -65,13 +68,18 @@ X-Description: Tagged binary serialisation.
 
 Package: libghc-binary-tagged-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -79,12 +87,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-binary-tagged-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -93,11 +106,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-binary-tagged-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
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