diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-21 23:42:14 +0300 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-21 23:42:14 +0300 |
commit | ca2aa2d951a48ff03ff2c49392c7ac0481c24cbd (patch) | |
tree | 97a5913d8e6520cf41a8886acb59de39a6f0d4bb /p/haskell-yesod-core | |
parent | 10966944577652c9373dc35040c8949e6df1cf18 (diff) | |
download | DHG_packages-ca2aa2d951a48ff03ff2c49392c7ac0481c24cbd.tar.gz |
haskell-yesod-core: drop patches
Diffstat (limited to 'p/haskell-yesod-core')
3 files changed, 0 insertions, 50 deletions
diff --git a/p/haskell-yesod-core/debian/patches/no-attoparsec-conduit-and-no-network-conduit.diff b/p/haskell-yesod-core/debian/patches/no-attoparsec-conduit-and-no-network-conduit.diff deleted file mode 100644 index 20b07909a..000000000 --- a/p/haskell-yesod-core/debian/patches/no-attoparsec-conduit-and-no-network-conduit.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- a/yesod-core.cabal -+++ b/yesod-core.cabal -@@ -60,7 +60,6 @@ - , conduit >= 1.0.11 - , resourcet >= 0.4.9 && < 1.2 - , lifted-base >= 0.1.2 -- , attoparsec-conduit - , blaze-html >= 0.5 - , blaze-markup >= 0.5.1 - , data-default -@@ -125,7 +124,6 @@ - , containers - , lifted-base - , resourcet -- , network-conduit - , network - , async - , conduit-extra diff --git a/p/haskell-yesod-core/debian/patches/no-wai-test.diff b/p/haskell-yesod-core/debian/patches/no-wai-test.diff deleted file mode 100644 index 1db4eb5d3..000000000 --- a/p/haskell-yesod-core/debian/patches/no-wai-test.diff +++ /dev/null @@ -1,30 +0,0 @@ -Index: yesod-core-1.2.19/yesod-core.cabal -=================================================================== ---- yesod-core-1.2.19.orig/yesod-core.cabal 2014-08-06 22:57:35.698862404 +0200 -+++ yesod-core-1.2.19/yesod-core.cabal 2014-08-06 22:58:01.134861448 +0200 -@@ -27,7 +27,7 @@ - , time >= 1.1.4 - , yesod-routes >= 1.2 && < 1.3 - , wai >= 1.4 -- , wai-extra >= 1.3 -+ , wai-extra >= 3.0 - , bytestring >= 0.9.1.4 - , text >= 0.7 - , template-haskell -@@ -106,7 +106,6 @@ - cpp-options: -DTEST - build-depends: base - ,hspec >= 1.3 -- ,wai-test >= 1.3.0.5 - ,wai >= 3.0 - ,yesod-core - ,bytestring -@@ -129,7 +128,7 @@ - , conduit-extra - , shakespeare - , streaming-commons -- , wai-extra -+ , wai-extra >= 3.0 - ghc-options: -Wall - extensions: TemplateHaskell - diff --git a/p/haskell-yesod-core/debian/patches/series b/p/haskell-yesod-core/debian/patches/series deleted file mode 100644 index 79c7bfb36..000000000 --- a/p/haskell-yesod-core/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -no-attoparsec-conduit-and-no-network-conduit.diff -no-wai-test.diff |