[DHG_packages] 03/05: crypto-cipher-types: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:15:10 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 d0bf49f1761880294618e434cf644d663f372f59
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:13:04 2016 -0400

    crypto-cipher-types: build with ghc 8 in experimental
---
 p/haskell-crypto-cipher-types/debian/changelog |  8 ++---
 p/haskell-crypto-cipher-types/debian/control   | 50 ++++++++++++++++----------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-crypto-cipher-types/debian/changelog b/p/haskell-crypto-cipher-types/debian/changelog
index 1a28bc0..1f43aad 100644
--- a/p/haskell-crypto-cipher-types/debian/changelog
+++ b/p/haskell-crypto-cipher-types/debian/changelog
@@ -1,13 +1,13 @@
-haskell-crypto-cipher-types (0.0.9-6) UNRELEASED; urgency=medium
+haskell-crypto-cipher-types (0.0.9-6) 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:02 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:12:58 -0400
 
 haskell-crypto-cipher-types (0.0.9-5) unstable; urgency=medium
 
diff --git a/p/haskell-crypto-cipher-types/debian/control b/p/haskell-crypto-cipher-types/debian/control
index f53d8be..f46157e 100644
--- a/p/haskell-crypto-cipher-types/debian/control
+++ b/p/haskell-crypto-cipher-types/debian/control
@@ -1,35 +1,42 @@
 Source: haskell-crypto-cipher-types
 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-byteable-dev (>= 0.1.1),
  libghc-byteable-prof,
  libghc-securemem-dev (>= 0.1.1),
  libghc-securemem-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-byteable-doc,
  libghc-securemem-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/vincenthz/hs-crypto-cipher
-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-crypto-cipher-types
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: generic cryptographic cipher types
  Basic typeclasses and types for symmetric ciphers.
 
 Package: libghc-crypto-cipher-types-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}
  .
@@ -37,11 +44,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-crypto-cipher-types-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}
  .
@@ -50,10 +61,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-crypto-cipher-types-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