[DHG_packages] 03/06: operational: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 06:42:13 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 ddcc806a1043eaf492ba0ca90ac5352dcf1440ce
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 02:38:04 2016 -0400

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

diff --git a/p/haskell-operational/debian/changelog b/p/haskell-operational/debian/changelog
index 9c7a020..f97a352 100644
--- a/p/haskell-operational/debian/changelog
+++ b/p/haskell-operational/debian/changelog
@@ -1,3 +1,9 @@
+haskell-operational (0.2.3.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 02:37:57 -0400
+
 haskell-operational (0.2.3.3-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-operational/debian/control b/p/haskell-operational/debian/control
index 6fbe977..6325a84 100644
--- a/p/haskell-operational/debian/control
+++ b/p/haskell-operational/debian/control
@@ -3,16 +3,16 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 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 (>= 1.1),
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev (<< 2.4.0),
+ libghc-mtl-dev (>= 1.1),
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc
 Standards-Version: 3.9.8
 Homepage: http://wiki.haskell.org/Operational
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-operational
@@ -28,12 +28,10 @@ X-Description: implementation of difficult monads made easy with operational sem
 
 Package: libghc-operational-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -41,11 +39,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-operational-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -54,10 +51,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-operational-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${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