[DHG_packages] 01/05: io-choice: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 00:03:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit a2876ccc705e261319c4911f352670185ab63824
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 20:00:21 2016 -0400
io-choice: build with ghc 8 in experimental
---
p/haskell-io-choice/debian/changelog | 6 ++--
p/haskell-io-choice/debian/control | 54 +++++++++++++++++++++++-------------
2 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-io-choice/debian/changelog b/p/haskell-io-choice/debian/changelog
index e54dccd..b1ab0ce 100644
--- a/p/haskell-io-choice/debian/changelog
+++ b/p/haskell-io-choice/debian/changelog
@@ -1,8 +1,8 @@
-haskell-io-choice (0.0.6-2) UNRELEASED; urgency=medium
+haskell-io-choice (0.0.6-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:41 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 20:00:14 -0400
haskell-io-choice (0.0.6-1) unstable; urgency=medium
diff --git a/p/haskell-io-choice/debian/control b/p/haskell-io-choice/debian/control
index 191aa03..e5037eb 100644
--- a/p/haskell-io-choice/debian/control
+++ b/p/haskell-io-choice/debian/control
@@ -1,38 +1,45 @@
Source: haskell-io-choice
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>, Kiwamu Okabe <kiwamu at debian.or.jp>
+Uploaders:
+ Clint Adams <clint at debian.org>,
+ Kiwamu Okabe <kiwamu at debian.or.jp>,
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-hspec-dev,
libghc-lifted-base-dev,
libghc-lifted-base-prof,
libghc-monad-control-dev,
libghc-monad-control-prof,
libghc-transformers-base-dev,
libghc-transformers-base-prof,
- ghc-ghci,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-lifted-base-doc,
libghc-monad-control-doc,
libghc-transformers-base-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/io-choice
-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-io-choice
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-io-choice-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: choice for IO and lifted IO${haskell:ShortBlurb}
io-choice provides the choice operator (||>) for the IO monad and lifted
IO monad. If an IOException occurs in the left-hand side, the right-hand
@@ -42,11 +49,15 @@ Description: choice for IO and lifted IO${haskell:ShortBlurb}
Package: libghc-io-choice-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: choice for IO and lifted IO${haskell:ShortBlurb}
io-choice provides the choice operator (||>) for the IO monad and lifted
IO monad. If an IOException occurs in the left-hand side, the right-hand
@@ -57,10 +68,13 @@ Description: choice for IO and lifted IO${haskell:ShortBlurb}
Package: libghc-io-choice-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: choice for IO and lifted IO${haskell:ShortBlurb}
io-choice provides the choice operator (||>) for the IO monad and lifted
IO monad. If an IOException occurs in the left-hand side, the right-hand
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list