mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-http-conduit: update to version 2.1.2.1
This commit is contained in:
parent
c72d054ff4
commit
54800cc222
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
||||||
, connection, cookie, dataDefaultClass, hspec, httpClient
|
, connection, cookie, dataDefaultClass, hspec, httpClient
|
||||||
, httpClientTls, httpTypes, HUnit, liftedBase, monadControl, mtl
|
, httpClientTls, httpTypes, HUnit, liftedBase, monadControl, mtl
|
||||||
, network, networkConduit, resourcet, streamingCommons, text, time
|
, network, networkConduit, resourcet, streamingCommons, text, time
|
||||||
, transformers, utf8String, wai, warp, warpTls
|
, transformers, utf8String, wai, waiConduit, warp, warpTls
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-conduit";
|
pname = "http-conduit";
|
||||||
version = "2.1.2";
|
version = "2.1.2.1";
|
||||||
sha256 = "11g79yfgm2fzcy7gwk9f5np4p6fknsbjkm858v8khb4a1gmbrqvn";
|
sha256 = "17bq72qkgn7sh31ad5w7gqf15dlzl027nmx8k7kmm268mf9bz0b5";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit httpClient httpClientTls httpTypes liftedBase monadControl
|
conduit httpClient httpClientTls httpTypes liftedBase monadControl
|
||||||
mtl resourcet transformers
|
mtl resourcet transformers
|
||||||
|
@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
|
||||||
blazeBuilder caseInsensitive conduit conduitExtra connection cookie
|
blazeBuilder caseInsensitive conduit conduitExtra connection cookie
|
||||||
dataDefaultClass hspec httpClient httpTypes HUnit liftedBase
|
dataDefaultClass hspec httpClient httpTypes HUnit liftedBase
|
||||||
network networkConduit streamingCommons text time transformers
|
network networkConduit streamingCommons text time transformers
|
||||||
utf8String wai warp warpTls
|
utf8String wai waiConduit warp warpTls
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue