[DHG_packages] 04/05: mtlparse: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 21:02:28 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 74de4ee8618c60a9f1749fdd55988dba127fc8f5
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 16:59:55 2016 -0400
mtlparse: build with ghc 8 in experimental
---
p/haskell-mtlparse/debian/changelog | 8 ++++----
p/haskell-mtlparse/debian/control | 38 +++++++++++++++++--------------------
p/haskell-mtlparse/debian/copyright | 2 +-
3 files changed, 22 insertions(+), 26 deletions(-)
diff --git a/p/haskell-mtlparse/debian/changelog b/p/haskell-mtlparse/debian/changelog
index c0fce03..fe38cb5 100644
--- a/p/haskell-mtlparse/debian/changelog
+++ b/p/haskell-mtlparse/debian/changelog
@@ -1,14 +1,14 @@
-haskell-mtlparse (0.1.4.0-5) UNRELEASED; urgency=medium
+haskell-mtlparse (0.1.4.0-5) 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:49 +0300
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 16:59:43 -0400
haskell-mtlparse (0.1.4.0-4) unstable; urgency=medium
diff --git a/p/haskell-mtlparse/debian/control b/p/haskell-mtlparse/debian/control
index ffc31ac..4d48d74 100644
--- a/p/haskell-mtlparse/debian/control
+++ b/p/haskell-mtlparse/debian/control
@@ -3,28 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
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,
+ haskell-devscripts (>= 0.10),
libghc-mtl-dev,
libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc
Standards-Version: 3.9.8
Homepage: http://homepage3.nifty.com/salamander/second/projects/mtlparse/
-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-mtlparse
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-mtlparse-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: Parser combinators for monad transformation${haskell:ShortBlurb}
This package eases implementation of look-ahead and look-behind.
.
@@ -32,11 +30,10 @@ Description: Parser combinators for monad transformation${haskell:ShortBlurb}
Package: libghc-mtlparse-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: Parser combinators for monad transformation${haskell:ShortBlurb}
This package eases implementation of look-ahead and look-behind.
.
@@ -45,10 +42,9 @@ Description: Parser combinators for monad transformation${haskell:ShortBlurb}
Package: libghc-mtlparse-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: Parser combinators for monad transformation${haskell:ShortBlurb}
This package eases implementation of look-ahead and look-behind.
.
diff --git a/p/haskell-mtlparse/debian/copyright b/p/haskell-mtlparse/debian/copyright
index aae0e30..7ae4f64 100644
--- a/p/haskell-mtlparse/debian/copyright
+++ b/p/haskell-mtlparse/debian/copyright
@@ -26,4 +26,4 @@ License: LGPL-3+
License along with this library. If not, see <http://www.gnu.org/licenses/>.
.
On Debian system, copy of GNU Lesser General Public License version 3
- is also located at `/usr/share/common-licenses/GPL-3'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-3'
--
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