mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
haskell-http-conduit: downgrade to version 1.2.0
The latest version has requirements version that we cannot fulfill without duplicating a lot of packages. svn path=/nixpkgs/trunk/; revision=32053
This commit is contained in:
parent
20f8c35e07
commit
df0f103e86
@ -1,19 +1,19 @@
|
||||
{ cabal, asn1Data, attoparsec, attoparsecConduit, base64Bytestring
|
||||
, blazeBuilder, blazeBuilderConduit, caseInsensitive, certificate
|
||||
, conduit, cprngAes, dataDefault, failure, httpTypes, liftedBase
|
||||
, monadControl, network, socks, text, time, tls, tlsExtra
|
||||
, transformers, transformersBase, utf8String, zlibConduit
|
||||
, monadControl, network, text, time, tls, tlsExtra, transformers
|
||||
, transformersBase, utf8String, zlibConduit
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "http-conduit";
|
||||
version = "1.2.3";
|
||||
sha256 = "0kygmbcvv0j020ml9jgmg3yzda3k066s2h8g3c135cmad6jc8hnd";
|
||||
version = "1.2.0";
|
||||
sha256 = "1s3qrvglhymwvr0cp32mi95dijic40lphhsfr4hm63qjphfc8dpi";
|
||||
buildDepends = [
|
||||
asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
|
||||
blazeBuilderConduit caseInsensitive certificate conduit cprngAes
|
||||
dataDefault failure httpTypes liftedBase monadControl network socks
|
||||
text time tls tlsExtra transformers transformersBase utf8String
|
||||
dataDefault failure httpTypes liftedBase monadControl network text
|
||||
time tls tlsExtra transformers transformersBase utf8String
|
||||
zlibConduit
|
||||
];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user