haskell-http-reverse-proxy: update to version 0.1.1
This commit is contained in:
parent
f402b9bb28
commit
6aab84be9a
@ -1,15 +1,15 @@
|
|||||||
{ cabal, blazeBuilder, caseInsensitive, classyPreludeConduit
|
{ cabal, blazeBuilder, caseInsensitive, classyPreludeConduit
|
||||||
, conduit, httpConduit, httpTypes, liftedBase, monadControl
|
, conduit, dataDefault, httpConduit, httpTypes, liftedBase
|
||||||
, network, networkConduit, text, wai, warp, word8
|
, monadControl, network, networkConduit, text, wai, warp, word8
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-reverse-proxy";
|
pname = "http-reverse-proxy";
|
||||||
version = "0.1.0.7";
|
version = "0.1.1";
|
||||||
sha256 = "1fshng7bcpzjq5iqnvl2qsyia9yi80b8sbif18a3w86gsw5xcakk";
|
sha256 = "0p04zpw1v0zhzri7wpikc0b8g7n21kgl8j8238vv7xqxapkal0pc";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder caseInsensitive classyPreludeConduit conduit
|
blazeBuilder caseInsensitive classyPreludeConduit conduit
|
||||||
httpConduit httpTypes liftedBase monadControl network
|
dataDefault httpConduit httpTypes liftedBase monadControl network
|
||||||
networkConduit text wai warp word8
|
networkConduit text wai warp word8
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user