diff options
Diffstat (limited to 'www/hs-yesod/files/patch-yesod.cabal')
-rw-r--r-- | www/hs-yesod/files/patch-yesod.cabal | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/hs-yesod/files/patch-yesod.cabal b/www/hs-yesod/files/patch-yesod.cabal new file mode 100644 index 000000000000..bbd9afdfa00a --- /dev/null +++ b/www/hs-yesod/files/patch-yesod.cabal @@ -0,0 +1,19 @@ +--- ./yesod.cabal.orig 2014-06-09 09:48:13.000000000 +0200 ++++ ./yesod.cabal 2014-07-13 03:05:49.000000000 +0200 +@@ -30,16 +30,12 @@ + , transformers >= 0.2.2 + , wai >= 1.3 + , wai-extra >= 1.3 +- , hamlet >= 1.1 +- , shakespeare-js >= 1.0.2 +- , shakespeare-css >= 1.0 + , warp >= 1.3 + , blaze-html >= 0.5 + , blaze-markup >= 0.5.1 + , aeson + , safe + , data-default +- , network-conduit + , unordered-containers + , yaml + , text |