[DHG_packages] 03/06: reform: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:35:19 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 dd4883c8ea69932e20d3821b533661a4621b2e0a
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:31:11 2016 -0400

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

diff --git a/p/haskell-reform/debian/changelog b/p/haskell-reform/debian/changelog
index b6b8f16..b8b8ff7 100644
--- a/p/haskell-reform/debian/changelog
+++ b/p/haskell-reform/debian/changelog
@@ -1,13 +1,13 @@
-haskell-reform (0.2.7.1-2) UNRELEASED; urgency=medium
+haskell-reform (0.2.7.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>  Sat, 15 Oct 2016 12:30:58 -0400
 
 haskell-reform (0.2.7.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-reform/debian/control b/p/haskell-reform/debian/control
index f365420..f5d50de 100644
--- a/p/haskell-reform/debian/control
+++ b/p/haskell-reform/debian/control
@@ -3,33 +3,30 @@ 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,
- libghc-mtl-dev (>= 2.0),
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-text-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
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-reform-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: HTML form generation and validation library${haskell:ShortBlurb}
  reform follows in the footsteps of formlets and digestive-functors
  <= 0.2. It provides a type-safe and composable method for generating
@@ -39,11 +36,10 @@ Description: HTML form generation and validation library${haskell:ShortBlurb}
 
 Package: libghc-reform-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: HTML form generation and validation library${haskell:ShortBlurb}
  reform follows in the footsteps of formlets and digestive-functors
  <= 0.2. It provides a type-safe and composable method for generating
@@ -54,10 +50,9 @@ Description: HTML form generation and validation library${haskell:ShortBlurb}
 Package: libghc-reform-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: HTML form generation and validation library${haskell:ShortBlurb}
  reform follows in the footsteps of formlets and digestive-functors
  <= 0.2. It provides a type-safe and composable method for generating

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