summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 19:01:48 -0400
committerClint Adams <clint@debian.org>2016-10-17 19:01:48 -0400
commit7200c283639106c092e660da42d6a6531434b160 (patch)
tree25b469a98531ff178e8bdd70caf53ad8e4c4a8ad
parent54fdeedbe34f8d1ae0631f52714672c0f976845e (diff)
downloadDHG_packages-7200c283639106c092e660da42d6a6531434b160.tar.gz
monad-journal: build with ghc 8 in experimental
-rw-r--r--p/haskell-monad-journal/debian/changelog6
-rw-r--r--p/haskell-monad-journal/debian/control60
2 files changed, 40 insertions, 26 deletions
diff --git a/p/haskell-monad-journal/debian/changelog b/p/haskell-monad-journal/debian/changelog
index f5f183c0f..9b0756c73 100644
--- a/p/haskell-monad-journal/debian/changelog
+++ b/p/haskell-monad-journal/debian/changelog
@@ -1,8 +1,8 @@
-haskell-monad-journal (0.7.2-2) UNRELEASED; urgency=medium
+haskell-monad-journal (0.7.2-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:47 +0200
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 19:01:45 -0400
haskell-monad-journal (0.7.2-1) unstable; urgency=medium
diff --git a/p/haskell-monad-journal/debian/control b/p/haskell-monad-journal/debian/control
index 717afe951..7a8a98101 100644
--- a/p/haskell-monad-journal/debian/control
+++ b/p/haskell-monad-journal/debian/control
@@ -1,47 +1,54 @@
Source: haskell-monad-journal
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@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-either-dev (>= 4.1),
+ haskell-devscripts (>= 0.10),
libghc-either-dev (<< 4.5),
+ libghc-either-dev (>= 4.1),
libghc-either-prof,
- libghc-monad-control-dev (>= 0.3),
libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-dev (>= 0.3),
libghc-monad-control-prof,
- libghc-mtl-dev (>= 2.1),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.1),
libghc-mtl-prof,
- libghc-transformers-base-dev (>= 0.4),
libghc-transformers-base-dev (<< 0.5),
+ libghc-transformers-base-dev (>= 0.4),
libghc-transformers-base-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-either-doc,
libghc-monad-control-doc,
libghc-mtl-doc,
libghc-transformers-base-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/phaazon/monad-journal
-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-monad-journal
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Pure logger typeclass and monad transformer
+X-Description: pure logger typeclass and monad transformer
This package provides a typeclass for logging in pure code, or more generally,
in any kind of context. You can do whatever you want with logs, especially get
them, clear them or even sink them through 'IO' if you're logging in MonadIO.
Package: libghc-monad-journal-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}
.
@@ -49,11 +56,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-monad-journal-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}
.
@@ -62,10 +73,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-monad-journal-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}
.