[DHG_packages] 03/05: hsx-jmacro: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:38:22 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 647cfb5cf56285451f659c3e2ad7e4991ab315d9
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:29:38 2016 -0400

    hsx-jmacro: build with ghc 8 in experimental
---
 p/haskell-hsx-jmacro/debian/changelog |  6 ++++
 p/haskell-hsx-jmacro/debian/control   | 60 +++++++++++++++++++++--------------
 2 files changed, 43 insertions(+), 23 deletions(-)

diff --git a/p/haskell-hsx-jmacro/debian/changelog b/p/haskell-hsx-jmacro/debian/changelog
index b12f503..a45c3e4 100644
--- a/p/haskell-hsx-jmacro/debian/changelog
+++ b/p/haskell-hsx-jmacro/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hsx-jmacro (7.3.8-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:29:21 -0400
+
 haskell-hsx-jmacro (7.3.8-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-hsx-jmacro/debian/control b/p/haskell-hsx-jmacro/debian/control
index 0df0a08..7cbed27 100644
--- a/p/haskell-hsx-jmacro/debian/control
+++ b/p/haskell-hsx-jmacro/debian/control
@@ -1,29 +1,32 @@
 Source: haskell-hsx-jmacro
 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-hsp-dev (>= 0.9),
+ haskell-devscripts (>= 0.10),
  libghc-hsp-dev (<< 0.11),
+ libghc-hsp-dev (>= 0.9),
  libghc-hsp-prof,
- libghc-jmacro-dev (>= 0.6),
  libghc-jmacro-dev (<< 0.7),
+ libghc-jmacro-dev (>= 0.6),
  libghc-jmacro-prof,
- libghc-mtl-dev (>= 2.0),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
- libghc-wl-pprint-text-dev (>= 1.1),
  libghc-wl-pprint-text-dev (<< 1.2),
+ libghc-wl-pprint-text-dev (>= 1.1),
  libghc-wl-pprint-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hsp-doc,
  libghc-jmacro-doc,
  libghc-mtl-doc,
@@ -31,7 +34,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-wl-pprint-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.happstack.com/
-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-hsx-jmacro
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: HSP/JMacro integration
  HSP allows for the use of literal XML in Haskell program text. JMacro
@@ -41,12 +44,16 @@ X-Description: HSP/JMacro integration
 
 Package: libghc-hsx-jmacro-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}
  .
@@ -54,11 +61,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-hsx-jmacro-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}
  .
@@ -67,10 +78,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-hsx-jmacro-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