[DHG_packages] 04/05: text-zipper: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:34:47 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 39bd94af85ee94354ea6ae1a876318c61e6d0343
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:32:16 2016 -0400

    text-zipper: build with ghc 8 in experimental
---
 p/haskell-text-zipper/debian/changelog |  6 ++--
 p/haskell-text-zipper/debian/control   | 55 ++++++++++++++++++++++------------
 2 files changed, 39 insertions(+), 22 deletions(-)

diff --git a/p/haskell-text-zipper/debian/changelog b/p/haskell-text-zipper/debian/changelog
index b17e46d..d63c733 100644
--- a/p/haskell-text-zipper/debian/changelog
+++ b/p/haskell-text-zipper/debian/changelog
@@ -1,8 +1,8 @@
-haskell-text-zipper (0.4-2) UNRELEASED; urgency=medium
+haskell-text-zipper (0.4-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:07 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:32:03 -0400
 
 haskell-text-zipper (0.4-1) unstable; urgency=medium
 
diff --git a/p/haskell-text-zipper/debian/control b/p/haskell-text-zipper/debian/control
index c551bb82..be94483 100644
--- a/p/haskell-text-zipper/debian/control
+++ b/p/haskell-text-zipper/debian/control
@@ -1,18 +1,21 @@
 Source: haskell-text-zipper
 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,
+ haskell-devscripts (>= 0.9),
  libghc-text-dev,
  libghc-text-prof,
  libghc-vector-dev,
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-text-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
@@ -24,13 +27,18 @@ X-Description: text editor zipper library
 
 Package: libghc-text-zipper-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}
  .
@@ -38,12 +46,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-text-zipper-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}
  .
@@ -52,11 +65,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-text-zipper-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