summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:56:21 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:56:21 -0400
commit94cbcfba89749f0769eb90e3b5d580df1773d316 (patch)
tree0de39610e0734444b1fcc2c82c03833caf495aea
parentd3d368f05529b47352b0dd87967e56c75d149ee6 (diff)
downloadDHG_packages-94cbcfba89749f0769eb90e3b5d580df1773d316.tar.gz
file-embed: build with ghc 8 in experimental
-rw-r--r--p/haskell-file-embed/debian/changelog6
-rw-r--r--p/haskell-file-embed/debian/control39
2 files changed, 21 insertions, 24 deletions
diff --git a/p/haskell-file-embed/debian/changelog b/p/haskell-file-embed/debian/changelog
index f08fbe19f..5699ddf26 100644
--- a/p/haskell-file-embed/debian/changelog
+++ b/p/haskell-file-embed/debian/changelog
@@ -1,8 +1,8 @@
-haskell-file-embed (0.0.10-2) UNRELEASED; urgency=medium
+haskell-file-embed (0.0.10-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:30 +0200
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 15:56:17 -0400
haskell-file-embed (0.0.10-1) unstable; urgency=medium
diff --git a/p/haskell-file-embed/debian/control b/p/haskell-file-embed/debian/control
index 97dabd3dc..0fc702977 100644
--- a/p/haskell-file-embed/debian/control
+++ b/p/haskell-file-embed/debian/control
@@ -3,27 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-ghci,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-hunit-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: https://github.com/snoyberg/file-embed
-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-file-embed
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-file-embed-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: direct file embedding library${haskell:ShortBlurb}
It lets you use Template Haskell to embed file contents directly.
.
@@ -31,11 +30,10 @@ Description: direct file embedding library${haskell:ShortBlurb}
Package: libghc-file-embed-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: direct file embedding library${haskell:ShortBlurb}
It lets you use Template Haskell to embed file contents directly.
.
@@ -44,10 +42,9 @@ Description: direct file embedding library${haskell:ShortBlurb}
Package: libghc-file-embed-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: direct file embedding library${haskell:ShortBlurb}
It lets you use Template Haskell to embed file contents directly.
.