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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:16:24 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 97c327a833a7671dcefcc570eb6239a14edb7eb5
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 01:14:44 2016 -0400

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

diff --git a/p/haskell-interpolate/debian/changelog b/p/haskell-interpolate/debian/changelog
index 1a5644f..785ef2a 100644
--- a/p/haskell-interpolate/debian/changelog
+++ b/p/haskell-interpolate/debian/changelog
@@ -1,3 +1,9 @@
+haskell-interpolate (0.1.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 01:14:40 -0400
+
 haskell-interpolate (0.1.0-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-interpolate/debian/control b/p/haskell-interpolate/debian/control
index f8a3c0a..d4f5014 100644
--- a/p/haskell-interpolate/debian/control
+++ b/p/haskell-interpolate/debian/control
@@ -1,20 +1,23 @@
 Source: haskell-interpolate
 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.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-src-meta-dev,
- libghc-src-meta-prof,
- libghc-quickcheck2-dev,
+ haskell-devscripts (>= 0.9),
  libghc-hspec-dev (>= 1.5),
  libghc-quickcheck-instances-dev,
+ libghc-quickcheck2-dev,
+ libghc-src-meta-dev,
+ libghc-src-meta-prof,
  libghc-text-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-src-meta-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/interpolate
@@ -26,13 +29,18 @@ X-Description: string interpolation done right
 
 Package: libghc-interpolate-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}
  .
@@ -40,12 +48,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-interpolate-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}
  .
@@ -54,11 +67,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-interpolate-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