[DHG_packages] 04/05: netwire: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:23:03 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 2134ddd18c40c8b9063480817c5cc6f3a438cb00
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 01:21:27 2016 -0400
netwire: build with ghc 8 in experimental
---
p/haskell-netwire/debian/changelog | 8 +++---
p/haskell-netwire/debian/control | 56 ++++++++++++++++++++++++--------------
2 files changed, 39 insertions(+), 25 deletions(-)
diff --git a/p/haskell-netwire/debian/changelog b/p/haskell-netwire/debian/changelog
index f4882b3..9175104 100644
--- a/p/haskell-netwire/debian/changelog
+++ b/p/haskell-netwire/debian/changelog
@@ -1,14 +1,14 @@
-haskell-netwire (5.0.0-6) UNRELEASED; urgency=medium
+haskell-netwire (5.0.0-6) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:51 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:21:22 -0400
haskell-netwire (5.0.0-5) unstable; urgency=medium
diff --git a/p/haskell-netwire/debian/control b/p/haskell-netwire/debian/control
index e73dedc..d9386d9 100644
--- a/p/haskell-netwire/debian/control
+++ b/p/haskell-netwire/debian/control
@@ -1,39 +1,46 @@
Source: haskell-netwire
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint 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-parallel-dev (>= 3.2),
+ haskell-devscripts (>= 0.10),
libghc-parallel-dev (<< 4),
+ libghc-parallel-dev (>= 3.2),
libghc-parallel-prof,
- libghc-random-dev (>= 1.0),
libghc-random-dev (<< 2),
+ libghc-random-dev (>= 1.0),
libghc-random-prof,
- libghc-semigroups-dev (>= 0.9),
libghc-semigroups-dev (<< 1),
+ libghc-semigroups-dev (>= 0.9),
libghc-semigroups-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-parallel-doc,
libghc-random-doc,
libghc-semigroups-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/netwire
-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-netwire
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-netwire-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: flexible wire arrows for FRP${haskell:ShortBlurb}
It provides efficient and flexible wire arrows for functional reactive
programming and other forms of locally stateful programming.
@@ -42,11 +49,15 @@ Description: flexible wire arrows for FRP${haskell:ShortBlurb}
Package: libghc-netwire-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: flexible wire arrows for FRP${haskell:ShortBlurb}
It provides efficient and flexible wire arrows for functional reactive
programming and other forms of locally stateful programming.
@@ -56,10 +67,13 @@ Description: flexible wire arrows for FRP${haskell:ShortBlurb}
Package: libghc-netwire-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: flexible wire arrows for FRP${haskell:ShortBlurb}
It provides efficient and flexible wire arrows for functional reactive
programming and other forms of locally stateful programming.
--
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