[DHG_packages] 03/05: reform-happstack: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:27:09 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 e980d0fb42112e1f51e33c6717e88ca273b65246
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 01:24:33 2016 -0400

    reform-happstack: build with ghc 8 in experimental
---
 p/haskell-reform-happstack/debian/changelog |  8 ++--
 p/haskell-reform-happstack/debian/control   | 62 ++++++++++++++++++-----------
 2 files changed, 42 insertions(+), 28 deletions(-)

diff --git a/p/haskell-reform-happstack/debian/changelog b/p/haskell-reform-happstack/debian/changelog
index ef6c4be..ab59245 100644
--- a/p/haskell-reform-happstack/debian/changelog
+++ b/p/haskell-reform-happstack/debian/changelog
@@ -1,13 +1,13 @@
-haskell-reform-happstack (0.2.5.1-2) UNRELEASED; urgency=medium
+haskell-reform-happstack (0.2.5.1-2) 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)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:05 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 01:24:30 -0400
 
 haskell-reform-happstack (0.2.5.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-reform-happstack/debian/control b/p/haskell-reform-happstack/debian/control
index 5a26dcf..01db2d1 100644
--- a/p/haskell-reform-happstack/debian/control
+++ b/p/haskell-reform-happstack/debian/control
@@ -1,32 +1,35 @@
 Source: haskell-reform-happstack
 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-happstack-server-dev (>= 7.0),
+ haskell-devscripts (>= 0.10),
  libghc-happstack-server-dev (<< 7.5),
+ libghc-happstack-server-dev (>= 7.0),
  libghc-happstack-server-prof,
- libghc-mtl-dev (>= 2.0),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
- libghc-random-dev (>= 1.0),
  libghc-random-dev (<< 1.2),
+ libghc-random-dev (>= 1.0),
  libghc-random-prof,
- libghc-reform-dev (>= 0.2),
  libghc-reform-dev (<< 0.3),
+ libghc-reform-dev (>= 0.2),
  libghc-reform-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
- libghc-utf8-string-dev (>= 0.3),
  libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 0.3),
  libghc-utf8-string-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-happstack-server-doc,
  libghc-mtl-doc,
  libghc-random-doc,
@@ -35,17 +38,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-utf8-string-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.happstack.com/
-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-reform-happstack
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-reform-happstack-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: Happstack support for reform${haskell:ShortBlurb}
  Reform is a library for building and validating forms using applicative
  functors. This package add support for using reform with Happstack.
@@ -54,11 +61,15 @@ Description: Happstack support for reform${haskell:ShortBlurb}
 
 Package: libghc-reform-happstack-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: Happstack support for reform${haskell:ShortBlurb}
  Reform is a library for building and validating forms using applicative
  functors. This package add support for using reform with Happstack.
@@ -68,10 +79,13 @@ Description: Happstack support for reform${haskell:ShortBlurb}
 Package: libghc-reform-happstack-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: Happstack support for reform${haskell:ShortBlurb}
  Reform is a library for building and validating forms using applicative
  functors. This package add support for using reform with Happstack.

-- 
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