[DHG_packages] 04/05: hsx2hs: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 18:19:44 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 962934736728dba479cc1b43dde2972645fb2eb4
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 14:17:49 2016 -0400
hsx2hs: build with ghc 8 in experimental
---
p/haskell-hsx2hs/debian/changelog | 6 +++
p/haskell-hsx2hs/debian/control | 80 ++++++++++++++++++++++++---------------
2 files changed, 55 insertions(+), 31 deletions(-)
diff --git a/p/haskell-hsx2hs/debian/changelog b/p/haskell-hsx2hs/debian/changelog
index 068ce19..6560737 100644
--- a/p/haskell-hsx2hs/debian/changelog
+++ b/p/haskell-hsx2hs/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hsx2hs (0.13.5-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 14:17:18 -0400
+
haskell-hsx2hs (0.13.5-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-hsx2hs/debian/control b/p/haskell-hsx2hs/debian/control
index a156d91..80cb974 100644
--- a/p/haskell-hsx2hs/debian/control
+++ b/p/haskell-hsx2hs/debian/control
@@ -1,34 +1,37 @@
Source: haskell-hsx2hs
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-ghci,
ghc-prof,
- libghc-src-exts-dev (>= 1.16),
+ haskell-devscripts (>= 0.10),
+ libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
+ libghc-mtl-prof,
libghc-src-exts-dev (<< 1.18),
+ libghc-src-exts-dev (>= 1.16),
libghc-src-exts-prof,
- libghc-src-meta-dev (>= 0.6),
libghc-src-meta-dev (<< 0.7),
+ libghc-src-meta-dev (>= 0.6),
libghc-src-meta-prof,
- libghc-mtl-dev (>= 2.0),
- libghc-mtl-dev (<< 2.3),
- libghc-mtl-prof,
- ghc-ghci,
- libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-mtl-doc,
libghc-src-exts-doc,
libghc-src-meta-doc,
- libghc-mtl-doc,
libghc-utf8-string-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/seereason/hsx2hs
-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-hsx2hs
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: literal XML syntax in Haskell source code
HSX (Haskell Source with XML) allows literal XML syntax in Haskell
@@ -52,12 +55,16 @@ X-Description: literal XML syntax in Haskell source code
Package: hsx2hs
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} - preprocessor
${haskell:LongDescription}
.
@@ -65,12 +72,16 @@ Description: ${haskell:ShortDescription} - preprocessor
Package: libghc-hsx2hs-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}
.
@@ -78,11 +89,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hsx2hs-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}
.
@@ -91,10 +106,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hsx2hs-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