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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:17:12 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 df9303eb7f52802935afb98d12aaed12271a57a5
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:15:44 2016 -0400

    raaz: build with ghc 8 in experimental
---
 p/haskell-raaz/debian/changelog |  6 ++++
 p/haskell-raaz/debian/control   | 61 ++++++++++++++++++++++++++---------------
 2 files changed, 45 insertions(+), 22 deletions(-)

diff --git a/p/haskell-raaz/debian/changelog b/p/haskell-raaz/debian/changelog
index 3cda551..49d6c7b 100644
--- a/p/haskell-raaz/debian/changelog
+++ b/p/haskell-raaz/debian/changelog
@@ -1,3 +1,9 @@
+haskell-raaz (0.0.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:15:37 -0400
+
 haskell-raaz (0.0.2-1) unstable; urgency=medium
 
   * Initial release (Closes: #838156).
diff --git a/p/haskell-raaz/debian/control b/p/haskell-raaz/debian/control
index 09dec78..2ae4874 100644
--- a/p/haskell-raaz/debian/control
+++ b/p/haskell-raaz/debian/control
@@ -1,21 +1,24 @@
 Source: haskell-raaz
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Sean Whitton <spwhitton at spwhitton.name>
+Uploaders:
+ Sean Whitton <spwhitton at spwhitton.name>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 10),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
+ libghc-hspec-dev <!nocheck>,
+ libghc-hunit-dev (>= 1.2) <!nocheck>,
  libghc-mtl-dev (>= 2.1),
  libghc-mtl-prof,
+ libghc-quickcheck2-dev <!nocheck>,
  libghc-vector-dev,
  libghc-vector-prof,
- libghc-hunit-dev (>= 1.2) <!nocheck>,
- libghc-hspec-dev <!nocheck>,
- libghc-quickcheck2-dev <!nocheck>,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
@@ -33,13 +36,18 @@ X-Description: cryptographic networking library for Haskell
 
 Package: libghc-raaz-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}
  .
@@ -47,12 +55,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-raaz-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}
  .
@@ -61,11 +74,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-raaz-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