Include http-reverse-proxy
This commit is contained in:
parent
96113c1e95
commit
afe88dbc43
@ -7,4 +7,4 @@ then
|
|||||||
cabal install cabal-nirvana -fgenerate
|
cabal install cabal-nirvana -fgenerate
|
||||||
fi
|
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
|
||||||
|
|||||||
@ -14,6 +14,7 @@ homepage: http://www.yesodweb.com/
|
|||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
|
, ReadArgs == 1.2.1
|
||||||
, SHA == 1.6.4
|
, SHA == 1.6.4
|
||||||
, aeson == 0.7.0.2
|
, aeson == 0.7.0.2
|
||||||
, ansi-terminal == 0.6.1.1
|
, ansi-terminal == 0.6.1.1
|
||||||
@ -21,11 +22,13 @@ library
|
|||||||
, asn1-encoding == 0.8.1.3
|
, asn1-encoding == 0.8.1.3
|
||||||
, asn1-parse == 0.8.1
|
, asn1-parse == 0.8.1
|
||||||
, asn1-types == 0.2.3
|
, asn1-types == 0.2.3
|
||||||
|
, async == 2.0.1.5
|
||||||
, attoparsec == 0.11.2.1
|
, attoparsec == 0.11.2.1
|
||||||
, attoparsec-conduit == 1.0.1.2
|
, attoparsec-conduit == 1.0.1.2
|
||||||
, authenticate == 1.3.2.6
|
, authenticate == 1.3.2.6
|
||||||
, base-unicode-symbols == 0.2.2.4
|
, base-unicode-symbols == 0.2.2.4
|
||||||
, base64-bytestring == 1.0.0.1
|
, base64-bytestring == 1.0.0.1
|
||||||
|
, basic-prelude == 0.3.6.0
|
||||||
, blaze-builder == 0.3.3.2
|
, blaze-builder == 0.3.3.2
|
||||||
, blaze-builder-conduit == 1.0.0
|
, blaze-builder-conduit == 1.0.0
|
||||||
, blaze-html == 0.7.0.1
|
, blaze-html == 0.7.0.1
|
||||||
@ -75,6 +78,7 @@ library
|
|||||||
, http-client-tls == 0.2.1.1
|
, http-client-tls == 0.2.1.1
|
||||||
, http-conduit == 2.0.0.8
|
, http-conduit == 2.0.0.8
|
||||||
, http-date == 0.0.4
|
, http-date == 0.0.4
|
||||||
|
, http-reverse-proxy == 0.3.1.1
|
||||||
, http-types == 0.8.3
|
, http-types == 0.8.3
|
||||||
, language-javascript == 0.5.9
|
, language-javascript == 0.5.9
|
||||||
, lifted-base == 0.2.2.1
|
, lifted-base == 0.2.2.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user