[DHG_packages] 04/05: yesod-form: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:43:49 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 7cf993e1f469c0515723a7d25a7d38543f15383c
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:42:12 2016 -0400

    yesod-form: build with ghc 8 in experimental
---
 p/haskell-yesod-form/debian/changelog |  6 ++--
 p/haskell-yesod-form/debian/control   | 60 +++++++++++++++++++++--------------
 2 files changed, 40 insertions(+), 26 deletions(-)

diff --git a/p/haskell-yesod-form/debian/changelog b/p/haskell-yesod-form/debian/changelog
index a191d3f..63fd85f 100644
--- a/p/haskell-yesod-form/debian/changelog
+++ b/p/haskell-yesod-form/debian/changelog
@@ -1,8 +1,8 @@
-haskell-yesod-form (1.4.7.1-2) UNRELEASED; urgency=medium
+haskell-yesod-form (1.4.7.1-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:15 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:42:09 -0400
 
 haskell-yesod-form (1.4.7.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-yesod-form/debian/control b/p/haskell-yesod-form/debian/control
index 7e9558c..b957bd5 100644
--- a/p/haskell-yesod-form/debian/control
+++ b/p/haskell-yesod-form/debian/control
@@ -1,13 +1,16 @@
 Source: haskell-yesod-form
 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-ghci,
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-aeson-dev,
  libghc-aeson-prof,
  libghc-attoparsec-dev (>= 0.10),
@@ -24,6 +27,7 @@ Build-Depends: debhelper (>= 9),
  libghc-data-default-prof,
  libghc-email-validate-dev (>= 1.0),
  libghc-email-validate-prof,
+ libghc-hspec-dev,
  libghc-network-uri-dev (>= 2.6),
  libghc-network-uri-prof,
  libghc-persistent-dev,
@@ -34,22 +38,21 @@ Build-Depends: debhelper (>= 9),
  libghc-semigroups-prof,
  libghc-shakespeare-dev (>= 2.0),
  libghc-shakespeare-prof,
- ghc-ghci,
+ libghc-text-dev,
  libghc-text-dev (>= 0.9),
  libghc-text-prof,
  libghc-wai-dev (>= 1.3),
  libghc-wai-prof,
  libghc-xss-sanitize-dev (>= 0.3.0.1),
  libghc-xss-sanitize-prof,
- libghc-yesod-core-dev (>= 1.4.14),
  libghc-yesod-core-dev (<< 1.5),
+ libghc-yesod-core-dev (>= 1.4.14),
  libghc-yesod-core-prof,
- libghc-yesod-persistent-dev (>= 1.4),
  libghc-yesod-persistent-dev (<< 1.5),
+ libghc-yesod-persistent-dev (>= 1.4),
  libghc-yesod-persistent-prof,
- libghc-hspec-dev,
- libghc-text-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
  libghc-blaze-builder-doc,
@@ -70,17 +73,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-yesod-persistent-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.yesodweb.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-yesod-form
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-yesod-form-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: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
  Yesod is a framework designed to foster creation of RESTful web
  application that have strong compile-time guarantees of correctness.
@@ -91,11 +98,15 @@ Description: framework for type-safe, RESTful web applications${haskell:ShortBlu
 
 Package: libghc-yesod-form-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: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
  Yesod is a framework designed to foster creation of RESTful web
  application that have strong compile-time guarantees of correctness.
@@ -107,10 +118,13 @@ Description: framework for type-safe, RESTful web applications${haskell:ShortBlu
 Package: libghc-yesod-form-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: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
  Yesod is a framework designed to foster creation of RESTful web
  application that have strong compile-time guarantees of correctness.

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