summaryrefslogtreecommitdiff
path: root/p/haskell-exception-transformers/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 14:07:54 -0400
committerClint Adams <clint@debian.org>2016-10-16 14:07:54 -0400
commit6be6e59a8152ba5c6c964525b035be6837d32542 (patch)
tree396dad19be45afa077018544f8592ebc1de052ab /p/haskell-exception-transformers/debian
parent527c30f46326aa51b3c657bdfd10a767c7f5c277 (diff)
downloadDHG_packages-6be6e59a8152ba5c6c964525b035be6837d32542.tar.gz
exception-transformers: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-exception-transformers/debian')
-rw-r--r--p/haskell-exception-transformers/debian/changelog6
-rw-r--r--p/haskell-exception-transformers/debian/control64
2 files changed, 42 insertions, 28 deletions
diff --git a/p/haskell-exception-transformers/debian/changelog b/p/haskell-exception-transformers/debian/changelog
index 8e45a6c37..fbf1c22fe 100644
--- a/p/haskell-exception-transformers/debian/changelog
+++ b/p/haskell-exception-transformers/debian/changelog
@@ -1,8 +1,8 @@
-haskell-exception-transformers (0.4.0.4-2) UNRELEASED; urgency=medium
+haskell-exception-transformers (0.4.0.4-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:29 +0200
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 14:07:32 -0400
haskell-exception-transformers (0.4.0.4-1) unstable; urgency=medium
diff --git a/p/haskell-exception-transformers/debian/control b/p/haskell-exception-transformers/debian/control
index bb629b1f4..261d505af 100644
--- a/p/haskell-exception-transformers/debian/control
+++ b/p/haskell-exception-transformers/debian/control
@@ -1,41 +1,48 @@
Source: haskell-exception-transformers
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-prof,
- libghc-stm-dev (>= 2.1),
+ haskell-devscripts (>= 0.10),
+ libghc-hunit-dev (<< 1.4),
+ libghc-hunit-dev (>= 1.2),
libghc-stm-dev (<< 2.5),
+ libghc-stm-dev (>= 2.1),
libghc-stm-prof,
- libghc-transformers-compat-dev (>= 0.3),
- libghc-transformers-compat-dev (<< 0.6),
- libghc-transformers-compat-prof,
- libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.4),
- libghc-test-framework-dev (>= 0.8),
libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-hunit-dev (>= 0.3),
+ libghc-test-framework-dev (>= 0.8),
libghc-test-framework-hunit-dev (<< 0.4),
-Build-Depends-Indep: ghc-doc,
+ libghc-test-framework-hunit-dev (>= 0.3),
+ libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.3),
+ libghc-transformers-compat-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-stm-doc,
libghc-transformers-compat-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/exception-transformers
-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-exception-transformers
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-exception-transformers-dev
Architecture: any
-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: type classes and monads for unchecked extensible exceptions
This package provides type classes, a monad and a monad
transformer that support unchecked extensible exceptions as
@@ -46,11 +53,15 @@ Description: type classes and monads for unchecked extensible exceptions
Package: libghc-exception-transformers-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: type classes and monads for unchecked extensible exceptions; profiling libs
This package provides type classes, a monad and a monad
transformer that support unchecked extensible exceptions as
@@ -62,10 +73,13 @@ Description: type classes and monads for unchecked extensible exceptions; profil
Package: libghc-exception-transformers-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: type classes and monads for unchecked extensible exceptions; documentation
This package provides type classes, a monad and a monad
transformer that support unchecked extensible exceptions as