summaryrefslogtreecommitdiff
path: root/p/haskell-yesod-form
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 19:42:12 -0400
committerClint Adams <clint@debian.org>2016-10-17 19:42:12 -0400
commit7cf993e1f469c0515723a7d25a7d38543f15383c (patch)
tree7d61ef9e0195e7bb56697382f693f14d6ddaca5d /p/haskell-yesod-form
parent43488008214f6e337beffb64267b4b1ccf645a56 (diff)
downloadDHG_packages-7cf993e1f469c0515723a7d25a7d38543f15383c.tar.gz
yesod-form: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-yesod-form')
-rw-r--r--p/haskell-yesod-form/debian/changelog6
-rw-r--r--p/haskell-yesod-form/debian/control60
2 files changed, 40 insertions, 26 deletions
diff --git a/p/haskell-yesod-form/debian/changelog b/p/haskell-yesod-form/debian/changelog
index a191d3f88..63fd85fd9 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@debian.org> Thu, 02 Jun 2016 19:13:15 +0200
+ -- Clint Adams <clint@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 7e9558cc0..b957bd565 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@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@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.