[DHG_packages] 05/06: threads: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 16:54:54 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 e51a4cdf6dc213890ae7537000cdacc3da6488bd
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 12:53:07 2016 -0400
threads: build with ghc 8 in experimental
---
p/haskell-threads/debian/changelog | 6 +++++
p/haskell-threads/debian/control | 52 ++++++++++++++++++++++++--------------
2 files changed, 39 insertions(+), 19 deletions(-)
diff --git a/p/haskell-threads/debian/changelog b/p/haskell-threads/debian/changelog
index 9e67284..cba57ce 100644
--- a/p/haskell-threads/debian/changelog
+++ b/p/haskell-threads/debian/changelog
@@ -1,3 +1,9 @@
+haskell-threads (0.5.1.4-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 12:52:47 -0400
+
haskell-threads (0.5.1.4-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-threads/debian/control b/p/haskell-threads/debian/control
index c736486..10e3064 100644
--- a/p/haskell-threads/debian/control
+++ b/p/haskell-threads/debian/control
@@ -1,31 +1,38 @@
Source: haskell-threads
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at 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-stm-dev (<< 2.5),
+ libghc-stm-dev (>= 2.1),
libghc-stm-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-stm-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/basvandijk/threads
-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-threads
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-threads-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: Fork threads and wait for their result${haskell:ShortBlurb}
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
@@ -37,11 +44,15 @@ Description: Fork threads and wait for their result${haskell:ShortBlurb}
Package: libghc-threads-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: Fork threads and wait for their result${haskell:ShortBlurb}
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
@@ -54,10 +65,13 @@ Description: Fork threads and wait for their result${haskell:ShortBlurb}
Package: libghc-threads-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: Fork threads and wait for their result${haskell:ShortBlurb}
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
--
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