[DHG_packages] 06/06: fb: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:50:04 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 7cbbacbd566f554f301babe1ee50ae1ec659b315
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:49:00 2016 -0400

    fb: build with ghc 8 in experimental
---
 p/haskell-fb/debian/changelog |  8 ++---
 p/haskell-fb/debian/control   | 76 +++++++++++++++++++++++++------------------
 2 files changed, 49 insertions(+), 35 deletions(-)

diff --git a/p/haskell-fb/debian/changelog b/p/haskell-fb/debian/changelog
index 5c55c54..e0d45a3 100644
--- a/p/haskell-fb/debian/changelog
+++ b/p/haskell-fb/debian/changelog
@@ -1,13 +1,13 @@
-haskell-fb (1.0.13-2) UNRELEASED; urgency=medium
+haskell-fb (1.0.13-2) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:17 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:48:56 -0400
 
 haskell-fb (1.0.13-1) unstable; urgency=medium
 
diff --git a/p/haskell-fb/debian/control b/p/haskell-fb/debian/control
index b285368..79b3868 100644
--- a/p/haskell-fb/debian/control
+++ b/p/haskell-fb/debian/control
@@ -1,48 +1,50 @@
 Source: haskell-fb
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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-aeson-dev (>= 0.5),
  libghc-aeson-prof,
- libghc-attoparsec-dev (>= 0.10.4),
  libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (>= 0.10.4),
  libghc-attoparsec-prof,
  libghc-base16-bytestring-dev (>= 0.1),
  libghc-base16-bytestring-prof,
  libghc-base64-bytestring-dev (>= 0.1.1),
  libghc-base64-bytestring-prof,
- libghc-cereal-dev (>= 0.3),
  libghc-cereal-dev (<< 0.6),
+ libghc-cereal-dev (>= 0.3),
  libghc-cereal-prof,
- libghc-conduit-dev (>= 1.1),
  libghc-conduit-dev (<< 1.3),
- libghc-conduit-prof,
- libghc-conduit-extra-dev (>= 1.1),
+ libghc-conduit-dev (>= 1.1),
  libghc-conduit-extra-dev (<< 1.2),
+ libghc-conduit-extra-dev (>= 1.1),
  libghc-conduit-extra-prof,
- libghc-crypto-api-dev (>= 0.11),
+ libghc-conduit-prof,
  libghc-crypto-api-dev (<< 0.14),
+ libghc-crypto-api-dev (>= 0.11),
  libghc-crypto-api-prof,
- libghc-cryptohash-dev (>= 0.7),
- libghc-cryptohash-prof,
- libghc-cryptohash-cryptoapi-dev (>= 0.1),
  libghc-cryptohash-cryptoapi-dev (<< 0.2),
+ libghc-cryptohash-cryptoapi-dev (>= 0.1),
  libghc-cryptohash-cryptoapi-prof,
+ libghc-cryptohash-dev (>= 0.7),
+ libghc-cryptohash-prof,
  libghc-data-default-dev,
  libghc-data-default-prof,
- libghc-http-conduit-dev (>= 2.0),
  libghc-http-conduit-dev (<< 2.2),
+ libghc-http-conduit-dev (>= 2.0),
  libghc-http-conduit-prof,
  libghc-http-types-dev,
  libghc-http-types-prof,
- libghc-lifted-base-dev (>= 0.1),
  libghc-lifted-base-dev (<< 0.3),
+ libghc-lifted-base-dev (>= 0.1),
  libghc-lifted-base-prof,
  libghc-monad-control-dev,
  libghc-monad-control-prof,
@@ -50,14 +52,15 @@ Build-Depends: debhelper (>= 9),
  libghc-monad-logger-prof,
  libghc-resourcet-dev,
  libghc-resourcet-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
  libghc-transformers-base-dev,
  libghc-transformers-base-prof,
  libghc-unordered-containers-dev,
  libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
  libghc-base16-bytestring-doc,
@@ -66,8 +69,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-conduit-doc,
  libghc-conduit-extra-doc,
  libghc-crypto-api-doc,
- libghc-cryptohash-doc,
  libghc-cryptohash-cryptoapi-doc,
+ libghc-cryptohash-doc,
  libghc-data-default-doc,
  libghc-http-conduit-doc,
  libghc-http-types-doc,
@@ -80,19 +83,23 @@ Build-Depends-Indep: ghc-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/prowdsponsor/fb
-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-fb
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: bindings to Facebook API
  This package exports bindings to Facebook's APIs.
 
 Package: libghc-fb-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -100,11 +107,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-fb-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -113,10 +124,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-fb-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 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