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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:56:57 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 f3071b0655827a93e0f61e7a112539dd1daee0c1
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:55:55 2016 -0400

    jwt: build with ghc 8 in experimental
---
 p/haskell-jwt/debian/changelog |  6 +++
 p/haskell-jwt/debian/control   | 87 +++++++++++++++++++++++++-----------------
 2 files changed, 58 insertions(+), 35 deletions(-)

diff --git a/p/haskell-jwt/debian/changelog b/p/haskell-jwt/debian/changelog
index 26d9bb2..73d7cdd 100644
--- a/p/haskell-jwt/debian/changelog
+++ b/p/haskell-jwt/debian/changelog
@@ -1,3 +1,9 @@
+haskell-jwt (0.7.2-3) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:55:34 -0400
+
 haskell-jwt (0.7.2-2) unstable; urgency=medium
 
   * Uh, the reason to upgrade was to enable the tests. Forgot that for a
diff --git a/p/haskell-jwt/debian/control b/p/haskell-jwt/debian/control
index c611e51..fa08e97 100644
--- a/p/haskell-jwt/debian/control
+++ b/p/haskell-jwt/debian/control
@@ -1,51 +1,54 @@
 Source: haskell-jwt
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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,
  libghc-aeson-dev (>= 0.7),
  libghc-aeson-prof,
+ libghc-cryptonite-dev,
  libghc-cryptonite-dev (>= 0.6),
  libghc-cryptonite-prof,
+ libghc-data-default-dev,
  libghc-data-default-dev (>= 0.5),
  libghc-data-default-prof,
+ libghc-doctest-dev (>= 0.9.11),
+ libghc-http-types-dev,
  libghc-http-types-dev (>= 0.8),
  libghc-http-types-prof,
+ libghc-hunit-dev,
+ libghc-lens-aeson-dev,
+ libghc-lens-dev,
+ libghc-memory-dev,
  libghc-memory-dev (>= 0.8),
  libghc-memory-prof,
  libghc-network-uri-dev,
  libghc-network-uri-prof,
+ libghc-quickcheck2-dev (>= 2.4.0.1),
  libghc-scientific-dev (>= 0.2),
  libghc-scientific-prof,
  libghc-semigroups-dev (>= 0.15.4),
  libghc-semigroups-prof,
+ libghc-tasty-dev (>= 0.7),
+ libghc-tasty-hunit-dev (>= 0.4),
+ libghc-tasty-quickcheck-dev (>= 0.3),
+ libghc-tasty-th-dev (>= 0.1),
  libghc-text-dev (>= 0.11),
  libghc-text-prof,
+ libghc-unordered-containers-dev,
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
  libghc-vector-dev (>= 0.7.1),
  libghc-vector-prof,
- libghc-hunit-dev,
- libghc-quickcheck2-dev (>= 2.4.0.1),
- libghc-aeson-dev,
- libghc-cryptonite-dev,
- libghc-data-default-dev,
- libghc-doctest-dev (>= 0.9.11),
- libghc-http-types-dev,
- libghc-lens-dev,
- libghc-lens-aeson-dev,
- libghc-memory-dev,
- libghc-tasty-dev (>= 0.7),
- libghc-tasty-hunit-dev (>= 0.4),
- libghc-tasty-quickcheck-dev (>= 0.3),
- libghc-tasty-th-dev (>= 0.1),
- libghc-unordered-containers-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-cryptonite-doc,
  libghc-data-default-doc,
@@ -59,7 +62,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: https://bitbucket.org/ssaasen/haskell-jwt
-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-jwt
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: JSON Web Token (JWT) decoding and encoding
  JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties.
@@ -68,13 +71,18 @@ X-Description: JSON Web Token (JWT) decoding and encoding
 
 Package: libghc-jwt-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}
  .
@@ -82,12 +90,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-jwt-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}
  .
@@ -96,11 +109,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-jwt-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