[DHG_packages] 06/06: dynamic-state: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:42:43 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 06a5564574da23fb53381e586d313297b7f3b6bb
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:41:07 2016 -0400

    dynamic-state: build with ghc 8 in experimental
---
 p/haskell-dynamic-state/debian/changelog |  6 ++--
 p/haskell-dynamic-state/debian/control   | 59 ++++++++++++++++++++------------
 2 files changed, 41 insertions(+), 24 deletions(-)

diff --git a/p/haskell-dynamic-state/debian/changelog b/p/haskell-dynamic-state/debian/changelog
index 890eb4f..48c428d 100644
--- a/p/haskell-dynamic-state/debian/changelog
+++ b/p/haskell-dynamic-state/debian/changelog
@@ -1,8 +1,8 @@
-haskell-dynamic-state (0.2.2.0-2) UNRELEASED; urgency=medium
+haskell-dynamic-state (0.2.2.0-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:27 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:41:00 -0400
 
 haskell-dynamic-state (0.2.2.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-dynamic-state/debian/control b/p/haskell-dynamic-state/debian/control
index 6422ee0..4ab6aae 100644
--- a/p/haskell-dynamic-state/debian/control
+++ b/p/haskell-dynamic-state/debian/control
@@ -1,37 +1,45 @@
 Source: haskell-dynamic-state
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Marcel Fourne <debian at marcelfourne.de>
+Uploaders:
+ Marcel Fourne <debian at marcelfourne.de>,
 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-hashable-dev,
  libghc-hashable-prof,
  libghc-unordered-containers-dev,
  libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hashable-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/dynamic-state
-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-dynamic-state
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Optionally serializable dynamic state keyed by type
+X-Description: optionally serializable dynamic state keyed by type
  This is a Haskell library providing optionally serializable dynamic state
  keyed by type
 
 Package: libghc-dynamic-state-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}
  .
@@ -39,12 +47,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-dynamic-state-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}
  .
@@ -53,11 +66,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-dynamic-state-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