summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 16:11:58 -0400
committerClint Adams <clint@debian.org>2016-10-17 16:11:58 -0400
commit53083e9c1e6e8edc089e43c81c4c9d8b4d0ce298 (patch)
treeb7efce6744b2b2387d450779792ea35ec3e208ed
parent2d8aeb4eacd42c4445473a1e557a0caa3677eb82 (diff)
downloadDHG_packages-53083e9c1e6e8edc089e43c81c4c9d8b4d0ce298.tar.gz
twitter-types: build with ghc 8 in experimental
-rw-r--r--p/haskell-twitter-types/debian/changelog6
-rw-r--r--p/haskell-twitter-types/debian/control69
2 files changed, 49 insertions, 26 deletions
diff --git a/p/haskell-twitter-types/debian/changelog b/p/haskell-twitter-types/debian/changelog
index 45881d0ca..1c1f5eae8 100644
--- a/p/haskell-twitter-types/debian/changelog
+++ b/p/haskell-twitter-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-twitter-types (0.7.2.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 16:11:55 -0400
+
haskell-twitter-types (0.7.2.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-twitter-types/debian/control b/p/haskell-twitter-types/debian/control
index a85994c72..e8ad77f72 100644
--- a/p/haskell-twitter-types/debian/control
+++ b/p/haskell-twitter-types/debian/control
@@ -1,28 +1,31 @@
Source: haskell-twitter-types
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.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
+ libghc-aeson-dev,
libghc-aeson-dev (>= 0.3.2.2),
libghc-aeson-prof,
- libghc-text-dev,
- libghc-text-prof,
- libghc-unordered-containers-dev,
- libghc-unordered-containers-prof,
- libghc-hunit-dev,
- libghc-quickcheck2-dev,
- libghc-aeson-dev,
libghc-attoparsec-dev,
libghc-derive-dev,
+ libghc-hunit-dev,
+ libghc-quickcheck2-dev,
libghc-test-framework-dev (>= 0.3.3),
libghc-test-framework-hunit-dev,
libghc-test-framework-quickcheck2-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-text-doc,
libghc-unordered-containers-doc,
@@ -35,13 +38,18 @@ X-Description: Twitter JSON parser and types
Package: libghc-twitter-types-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}
.
@@ -49,12 +57,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-twitter-types-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}
.
@@ -63,11 +76,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-twitter-types-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}
.