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

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:40:53 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 804dee31106876ae03f33d1932e165438835b888
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:39:06 2016 -0400

    statestack: build with ghc 8 in experimental
---
 p/haskell-statestack/debian/changelog |  6 ++--
 p/haskell-statestack/debian/control   | 54 ++++++++++++++++++++++-------------
 2 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-statestack/debian/changelog b/p/haskell-statestack/debian/changelog
index 9739baf..bc78b9b 100644
--- a/p/haskell-statestack/debian/changelog
+++ b/p/haskell-statestack/debian/changelog
@@ -1,8 +1,8 @@
-haskell-statestack (0.2.0.5-2) UNRELEASED; urgency=medium
+haskell-statestack (0.2.0.5-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:03 +0200
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 12:38:59 -0400
 
 haskell-statestack (0.2.0.5-1) unstable; urgency=medium
 
diff --git a/p/haskell-statestack/debian/control b/p/haskell-statestack/debian/control
index 1829cda..2882555 100644
--- a/p/haskell-statestack/debian/control
+++ b/p/haskell-statestack/debian/control
@@ -1,25 +1,28 @@
 Source: haskell-statestack
 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,
- libghc-mtl-dev (>= 2.1),
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.1),
  libghc-mtl-prof,
- libghc-transformers-compat-dev (>= 0.4),
  libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.4),
  libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-transformers-compat-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/statestack
-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-statestack
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: simple State-like monad transformer state push/pop
  Simple State-like monad transformer where states can be saved to and
@@ -27,12 +30,16 @@ X-Description: simple State-like monad transformer state push/pop
 
 Package: libghc-statestack-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}
  .
@@ -40,11 +47,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-statestack-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}
  .
@@ -53,10 +64,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-statestack-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