summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-15 12:51:31 -0400
committerClint Adams <clint@debian.org>2016-10-15 12:51:31 -0400
commita6bb7d688651bc393be653b3c16a572e836d7e8c (patch)
tree177cad57ae6814b87e332a25b7ec2ee2799af237
parent4ddb8c1e1660696626da17f4a59899c8e3b8a30b (diff)
downloadDHG_packages-a6bb7d688651bc393be653b3c16a572e836d7e8c.tar.gz
th-expand-syns: build with ghc 8 in experimental
-rw-r--r--p/haskell-th-expand-syns/debian/changelog6
-rw-r--r--p/haskell-th-expand-syns/debian/control59
2 files changed, 41 insertions, 24 deletions
diff --git a/p/haskell-th-expand-syns/debian/changelog b/p/haskell-th-expand-syns/debian/changelog
index 4b0b828d3..c75f3a00e 100644
--- a/p/haskell-th-expand-syns/debian/changelog
+++ b/p/haskell-th-expand-syns/debian/changelog
@@ -1,8 +1,8 @@
-haskell-th-expand-syns (0.4.0.0-2) UNRELEASED; urgency=medium
+haskell-th-expand-syns (0.4.0.0-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:13:08 +0200
+ -- Clint Adams <clint@debian.org> Sat, 15 Oct 2016 12:51:20 -0400
haskell-th-expand-syns (0.4.0.0-1) unstable; urgency=medium
diff --git a/p/haskell-th-expand-syns/debian/control b/p/haskell-th-expand-syns/debian/control
index 3ee4740f1..ed72c1aa1 100644
--- a/p/haskell-th-expand-syns/debian/control
+++ b/p/haskell-th-expand-syns/debian/control
@@ -1,33 +1,41 @@
Source: haskell-th-expand-syns
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Christopher Reichert <creichert07@gmail.com>
+Uploaders:
+ Christopher Reichert <creichert07@gmail.com>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-syb-dev,
libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-syb-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/th-expand-syns
-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-th-expand-syns
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Expands type synonyms in Template Haskell ASTs
+X-Description: expands type synonyms in Template Haskell ASTs
Expands type synonyms in Template Haskell ASTs
Package: libghc-th-expand-syns-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -35,12 +43,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-th-expand-syns-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -49,11 +62,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-th-expand-syns-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.