summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-06-30 14:59:48 +0400
committerClint Adams <clint@debian.org>2012-06-30 14:59:48 +0400
commit9bf60606f585e048b45698ae786064a1d5887454 (patch)
treed052b7ded964b4221e9ae118c292e544bbdfe9f6 /p
parente055d9037e9ecd105ffdb241c9449ff4e82d8025 (diff)
downloadDHG_packages-9bf60606f585e048b45698ae786064a1d5887454.tar.gz
haskell-yesod: Drop yesod-platform from scaffolding, update Recommends.
Diffstat (limited to 'p')
-rw-r--r--p/haskell-yesod/debian/changelog9
-rw-r--r--p/haskell-yesod/debian/control10
-rw-r--r--p/haskell-yesod/debian/patches/no-yesod-platform.diff10
-rw-r--r--p/haskell-yesod/debian/patches/series1
4 files changed, 23 insertions, 7 deletions
diff --git a/p/haskell-yesod/debian/changelog b/p/haskell-yesod/debian/changelog
index 78c36a300..ff6e2bfef 100644
--- a/p/haskell-yesod/debian/changelog
+++ b/p/haskell-yesod/debian/changelog
@@ -1,3 +1,12 @@
+haskell-yesod (1.0.1.6-2) unstable; urgency=low
+
+ * Drop yesod-platform from project scaffolding, since we don't
+ have it and it's not really necessary.
+ * Clean up yesod Recommends and move persistent-sqlite from
+ Suggests to Recommends.
+
+ -- Clint Adams <clint@debian.org> Sat, 30 Jun 2012 06:52:13 -0400
+
haskell-yesod (1.0.1.6-1) unstable; urgency=low
* New upstream version.
diff --git a/p/haskell-yesod/debian/control b/p/haskell-yesod/debian/control
index 798d82a20..9a50edcec 100644
--- a/p/haskell-yesod/debian/control
+++ b/p/haskell-yesod/debian/control
@@ -115,27 +115,23 @@ Recommends: ghc
, libghc-yesod-default-dev
, libghc-yesod-static-dev
, libghc-yesod-test-dev
- , libghc-blaze-html-dev
, libghc-yesod-form-dev
- , libghc-mime-mail-dev
, libghc-clientsession-dev
, libghc-text-dev
, libghc-persistent-dev
+ , libghc-persistent-sqlite-dev
, ghc-ghci
, libghc-hamlet-dev
, libghc-shakespeare-css-dev
, libghc-shakespeare-js-dev
, libghc-shakespeare-text-dev
, libghc-hjsmin-dev
- , libghc-transformers-dev
, libghc-monad-control-dev
- , libghc-wai-dev
, libghc-wai-extra-dev
- , libghc-warp-dev
, libghc-yaml-dev
, libghc-http-conduit-dev
-Suggests: libghc-persistent-sqlite-dev
- , libghc-persistent-postgresql-dev
+ , libghc-warp-dev
+Suggests: libghc-persistent-postgresql-dev
, libghc-persistent-mongodb-dev
, libghc-mongodb-dev
, libghc-persistent-mysql-dev
diff --git a/p/haskell-yesod/debian/patches/no-yesod-platform.diff b/p/haskell-yesod/debian/patches/no-yesod-platform.diff
new file mode 100644
index 000000000..dc48ad100
--- /dev/null
+++ b/p/haskell-yesod/debian/patches/no-yesod-platform.diff
@@ -0,0 +1,10 @@
+--- a/scaffold/project.cabal.cg
++++ b/scaffold/project.cabal.cg
+@@ -50,7 +50,6 @@
+ NoMonomorphismRestriction
+
+ build-depends: base >= 4 && < 5
+- , yesod-platform >= 1.0 && < 1.1
+ , yesod >= 1.0 && < 1.1
+ , yesod-core >= 1.0 && < 1.1
+ , yesod-auth >= 1.0 && < 1.1
diff --git a/p/haskell-yesod/debian/patches/series b/p/haskell-yesod/debian/patches/series
new file mode 100644
index 000000000..c0dd4fc68
--- /dev/null
+++ b/p/haskell-yesod/debian/patches/series
@@ -0,0 +1 @@
+no-yesod-platform.diff