[DHG_packages] 02/04: ieee754: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 03:27:34 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 e8212a3e487e5c6524d3faed52794acc55aee1c9
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 23:23:39 2016 -0400
ieee754: build with ghc 8 in experimental
---
p/haskell-ieee754/debian/changelog | 6 +++---
p/haskell-ieee754/debian/control | 35 ++++++++++++++++-------------------
2 files changed, 19 insertions(+), 22 deletions(-)
diff --git a/p/haskell-ieee754/debian/changelog b/p/haskell-ieee754/debian/changelog
index 4119ea7..b5b5743 100644
--- a/p/haskell-ieee754/debian/changelog
+++ b/p/haskell-ieee754/debian/changelog
@@ -1,8 +1,8 @@
-haskell-ieee754 (0.7.8-2) UNRELEASED; urgency=medium
+haskell-ieee754 (0.7.8-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> Thu, 13 Oct 2016 23:23:12 -0400
haskell-ieee754 (0.7.8-1) unstable; urgency=medium
diff --git a/p/haskell-ieee754/debian/control b/p/haskell-ieee754/debian/control
index f3c808c..012c6ea 100644
--- a/p/haskell-ieee754/debian/control
+++ b/p/haskell-ieee754/debian/control
@@ -3,12 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Iulian Udrea <iulian at physics.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://github.com/patperry/hs-ieee754
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
@@ -16,12 +17,10 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-ieee754-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Utilities for dealing with IEEE floating point numbers${haskell:ShortBlurb}
This package contains utilities for dealing with IEEE floating point numbers,
ported from the Tango math library; approximate and exact equality comparisons
@@ -31,11 +30,10 @@ Description: Utilities for dealing with IEEE floating point numbers${haskell:Sho
Package: libghc-ieee754-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Utilities for dealing with IEEE floating point numbers${haskell:ShortBlurb}
This package contains utilities for dealing with IEEE floating point numbers,
ported from the Tango math library; approximate and exact equality comparisons
@@ -46,10 +44,9 @@ Description: Utilities for dealing with IEEE floating point numbers${haskell:Sho
Package: libghc-ieee754-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Utilities for dealing with IEEE floating point numbers${haskell:ShortBlurb}
This package contains utilities for dealing with IEEE floating point numbers,
ported from the Tango math library; approximate and exact equality comparisons
--
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