[Pkg-haskell-commits] darcs: ghc-testsuite: Update package for ghc 7.8.4
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Wed May 13 14:24:17 UTC 2015
Wed May 13 14:23:02 UTC 2015 Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
* Update package for ghc 7.8.4
Update also std-version, and fix build dependency for new ghc
M ./changelog -2 +9
M ./control -4 +3
Wed May 13 14:23:02 UTC 2015 Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
* Update package for ghc 7.8.4
Update also std-version, and fix build dependency for new ghc
diff -rN -u old-ghc-testsuite/changelog new-ghc-testsuite/changelog
--- old-ghc-testsuite/changelog 2015-05-13 14:24:17.194178024 +0000
+++ new-ghc-testsuite/changelog 2015-05-13 14:24:17.194178024 +0000
@@ -1,8 +1,15 @@
-ghc-testsuite (7.6.3-2) UNRELEASED; urgency=medium
+ghc-testsuite (7.8.4-1) unstable; urgency=medium
+ * Team upload
+ [ Joachim Breitner ]
* Fix watchfile
+ [ Gianfranco Costamagna]
+ * Conflict with ghc <> 7.8.4
+ * New upstream release
+ * Bump std-version to 3.9.6, no changes
+ * Remove ghc-dynamic build dependency.
- -- Joachim Breitner <nomeata at debian.org> Tue, 03 Mar 2015 09:35:09 +0100
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Wed, 13 May 2015 12:19:21 +0200
ghc-testsuite (7.6.3-1) unstable; urgency=low
diff -rN -u old-ghc-testsuite/control new-ghc-testsuite/control
--- old-ghc-testsuite/control 2015-05-13 14:24:17.194178024 +0000
+++ new-ghc-testsuite/control 2015-05-13 14:24:17.198178023 +0000
@@ -6,10 +6,9 @@
Build-Depends:
python,
debhelper (>= 9),
- ghc (>= 7.6.3),
- ghc (<< 7.6.3+),
+ ghc (>= 7.8.4),
+ ghc (<< 7.8.4+),
ghc-prof,
- ghc-dynamic [i386 amd64],
libghc-quickcheck2-dev,
libghc-quickcheck2-prof,
libghc-vector-dev,
@@ -28,7 +27,7 @@
libghc-utf8-string-prof,
libghc-parsec3-dev,
libghc-parsec3-prof,
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/trac/ghc/wiki/Building/RunningTests
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ghc-testsuite
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ghc-testsuite
More information about the Pkg-haskell-commits
mailing list