summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 14:17:49 -0400
committerClint Adams <clint@debian.org>2016-10-16 14:17:49 -0400
commit962934736728dba479cc1b43dde2972645fb2eb4 (patch)
treedc4bb7de1e7de1370ec281081a5981149e9a54e5
parente101e61d723cff012f4b2b8f434583b2f761800f (diff)
downloadDHG_packages-962934736728dba479cc1b43dde2972645fb2eb4.tar.gz
hsx2hs: build with ghc 8 in experimental
-rw-r--r--p/haskell-hsx2hs/debian/changelog6
-rw-r--r--p/haskell-hsx2hs/debian/control80
2 files changed, 55 insertions, 31 deletions
diff --git a/p/haskell-hsx2hs/debian/changelog b/p/haskell-hsx2hs/debian/changelog
index 068ce19d3..6560737c2 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@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 a156d91cf..80cb974e2 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@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@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}
.