[DHG_packages] 04/05: wai-app-static: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:37:32 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 ec2d19c2a65f01555cd45e119530eae689613aee
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:36:03 2016 -0400

    wai-app-static: build with ghc 8 in experimental
---
 p/haskell-wai-app-static/debian/changelog |  6 +++
 p/haskell-wai-app-static/debian/control   | 83 ++++++++++++++++++-------------
 2 files changed, 54 insertions(+), 35 deletions(-)

diff --git a/p/haskell-wai-app-static/debian/changelog b/p/haskell-wai-app-static/debian/changelog
index 904ab32..ee0fdd6 100644
--- a/p/haskell-wai-app-static/debian/changelog
+++ b/p/haskell-wai-app-static/debian/changelog
@@ -1,3 +1,9 @@
+haskell-wai-app-static (3.1.6.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 18:35:56 -0400
+
 haskell-wai-app-static (3.1.6.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-wai-app-static/debian/control b/p/haskell-wai-app-static/debian/control
index e77cfde..4f32fe4 100644
--- a/p/haskell-wai-app-static/debian/control
+++ b/p/haskell-wai-app-static/debian/control
@@ -1,14 +1,15 @@
 Source: haskell-wai-app-static
 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,
- ghc-ghci,
+ haskell-devscripts (>= 0.10),
  libghc-blaze-builder-dev (>= 0.2.1.4),
  libghc-blaze-builder-prof,
  libghc-blaze-html-dev (>= 0.5),
@@ -19,46 +20,47 @@ Build-Depends: debhelper (>= 9),
  libghc-cryptonite-prof,
  libghc-file-embed-dev (>= 0.0.3.1),
  libghc-file-embed-prof,
+ libghc-hspec-dev (>= 1.3),
  libghc-http-date-dev,
  libghc-http-date-prof,
+ libghc-http-types-dev,
  libghc-http-types-dev (>= 0.7),
  libghc-http-types-prof,
  libghc-memory-dev (>= 0.7),
  libghc-memory-prof,
- libghc-mime-types-dev (>= 0.1),
+ libghc-mime-types-dev,
  libghc-mime-types-dev (<< 0.2),
+ libghc-mime-types-dev (>= 0.1),
  libghc-mime-types-prof,
+ libghc-mockery-dev,
+ libghc-network-dev,
  libghc-optparse-applicative-dev (>= 0.7),
  libghc-optparse-applicative-prof,
+ libghc-temporary-dev,
+ libghc-text-dev,
  libghc-text-dev (>= 0.7),
  libghc-text-prof,
+ libghc-unix-compat-dev,
  libghc-unix-compat-dev (>= 0.2),
  libghc-unix-compat-prof,
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
- libghc-wai-dev (>= 3.0),
+ libghc-wai-dev,
  libghc-wai-dev (<< 3.3),
- libghc-wai-prof,
- libghc-wai-extra-dev (>= 3.0),
+ libghc-wai-dev (>= 3.0),
+ libghc-wai-extra-dev,
  libghc-wai-extra-dev (<< 3.1),
+ libghc-wai-extra-dev (>= 3.0),
  libghc-wai-extra-prof,
- libghc-warp-dev (>= 3.0.11),
+ libghc-wai-prof,
  libghc-warp-dev (<< 3.3),
+ libghc-warp-dev (>= 3.0.11),
  libghc-warp-prof,
+ libghc-zlib-dev,
  libghc-zlib-dev (>= 0.5),
  libghc-zlib-prof,
- libghc-hspec-dev (>= 1.3),
- libghc-http-types-dev,
- libghc-mime-types-dev,
- libghc-mockery-dev,
- libghc-network-dev,
- libghc-temporary-dev,
- libghc-text-dev,
- libghc-unix-compat-dev,
- libghc-wai-dev,
- libghc-wai-extra-dev,
- libghc-zlib-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-blaze-html-doc,
  libghc-blaze-markup-doc,
@@ -78,17 +80,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-zlib-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.yesodweb.com/book/web-application-interface
-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-wai-app-static
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-wai-app-static-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.
@@ -99,11 +105,15 @@ Description: framework for type-safe, RESTful web applications${haskell:ShortBlu
 
 Package: libghc-wai-app-static-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.
@@ -115,10 +125,13 @@ Description: framework for type-safe, RESTful web applications${haskell:ShortBlu
 Package: libghc-wai-app-static-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