diff --git a/yesod-platform/make-cabal.sh b/yesod-platform/make-cabal.sh index 4a2e104e..ca5019cf 100755 --- a/yesod-platform/make-cabal.sh +++ b/yesod-platform/make-cabal.sh @@ -7,4 +7,4 @@ then cabal install cabal-nirvana -fgenerate fi -cabal-nirvana-generate yesod yesod-static hjsmin blaze-html yesod-test shakespeare-text esqueleto warp-tls hjsmin | runghc to-cabal.hs > yesod-platform.cabal +cabal-nirvana-generate yesod yesod-static hjsmin blaze-html yesod-test shakespeare-text esqueleto warp-tls hjsmin http-reverse-proxy | runghc to-cabal.hs > yesod-platform.cabal diff --git a/yesod-platform/yesod-platform.cabal b/yesod-platform/yesod-platform.cabal index 73f098cc..3ab3b48c 100644 --- a/yesod-platform/yesod-platform.cabal +++ b/yesod-platform/yesod-platform.cabal @@ -14,6 +14,7 @@ homepage: http://www.yesodweb.com/ library build-depends: base >= 4 && < 5 + , ReadArgs == 1.2.1 , SHA == 1.6.4 , aeson == 0.7.0.2 , ansi-terminal == 0.6.1.1 @@ -21,11 +22,13 @@ library , asn1-encoding == 0.8.1.3 , asn1-parse == 0.8.1 , asn1-types == 0.2.3 + , async == 2.0.1.5 , attoparsec == 0.11.2.1 , attoparsec-conduit == 1.0.1.2 , authenticate == 1.3.2.6 , base-unicode-symbols == 0.2.2.4 , base64-bytestring == 1.0.0.1 + , basic-prelude == 0.3.6.0 , blaze-builder == 0.3.3.2 , blaze-builder-conduit == 1.0.0 , blaze-html == 0.7.0.1 @@ -75,6 +78,7 @@ library , http-client-tls == 0.2.1.1 , http-conduit == 2.0.0.8 , http-date == 0.0.4 + , http-reverse-proxy == 0.3.1.1 , http-types == 0.8.3 , language-javascript == 0.5.9 , lifted-base == 0.2.2.1