[DHG_packages] 02/05: yesod: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:40:13 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 358d8e8faa03c826a3129050df3a0e7249bcdab9
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 20:35:56 2016 -0400

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

diff --git a/p/haskell-yesod/debian/changelog b/p/haskell-yesod/debian/changelog
index 32ae6c5..440eaec 100644
--- a/p/haskell-yesod/debian/changelog
+++ b/p/haskell-yesod/debian/changelog
@@ -1,8 +1,8 @@
-haskell-yesod (1.4.3-2) UNRELEASED; urgency=medium
+haskell-yesod (1.4.3-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:16 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 20:35:52 -0400
 
 haskell-yesod (1.4.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-yesod/debian/control b/p/haskell-yesod/debian/control
index 5304f2f..8cdafc0 100644
--- a/p/haskell-yesod/debian/control
+++ b/p/haskell-yesod/debian/control
@@ -1,14 +1,16 @@
 Source: haskell-yesod
 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,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-ghci,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-aeson-dev,
  libghc-aeson-prof,
  libghc-blaze-html-dev (>= 0.5),
@@ -21,8 +23,8 @@ Build-Depends: debhelper (>= 9),
  libghc-data-default-prof,
  libghc-fast-logger-dev,
  libghc-fast-logger-prof,
- libghc-monad-control-dev (>= 0.3),
  libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-dev (>= 0.3),
  libghc-monad-control-prof,
  libghc-monad-logger-dev,
  libghc-monad-logger-prof,
@@ -39,28 +41,29 @@ Build-Depends: debhelper (>= 9),
  libghc-unordered-containers-dev,
  libghc-unordered-containers-prof,
  libghc-wai-dev (>= 1.3),
- libghc-wai-prof,
  libghc-wai-extra-dev (>= 1.3),
  libghc-wai-extra-prof,
  libghc-wai-logger-dev,
  libghc-wai-logger-prof,
+ libghc-wai-prof,
  libghc-warp-dev (>= 1.3),
  libghc-warp-prof,
  libghc-yaml-dev (>= 0.8.17),
  libghc-yaml-prof,
- libghc-yesod-auth-dev (>= 1.4),
  libghc-yesod-auth-dev (<< 1.5),
+ libghc-yesod-auth-dev (>= 1.4),
  libghc-yesod-auth-prof,
- libghc-yesod-core-dev (>= 1.4),
  libghc-yesod-core-dev (<< 1.5),
+ libghc-yesod-core-dev (>= 1.4),
  libghc-yesod-core-prof,
- libghc-yesod-form-dev (>= 1.4),
  libghc-yesod-form-dev (<< 1.5),
+ libghc-yesod-form-dev (>= 1.4),
  libghc-yesod-form-prof,
- libghc-yesod-persistent-dev (>= 1.4),
  libghc-yesod-persistent-dev (<< 1.5),
+ libghc-yesod-persistent-dev (>= 1.4),
  libghc-yesod-persistent-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-blaze-html-doc,
  libghc-blaze-markup-doc,
@@ -86,17 +89,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
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-yesod-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.
@@ -107,11 +114,15 @@ Description: framework for type-safe, RESTful web applications${haskell:ShortBlu
 
 Package: libghc-yesod-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.
@@ -123,10 +134,13 @@ Description: framework for type-safe, RESTful web applications${haskell:ShortBlu
 Package: libghc-yesod-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