2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-16 10:54:49 +00:00
|
|
|
{ cabal, aeson, aesonPretty, attoparsec, base64Bytestring
|
|
|
|
, blazeBuilder, caseInsensitive, HsOpenSSL, hspec
|
|
|
|
, hspecExpectations, httpCommon, HUnit, ioStreams
|
2014-10-13 11:48:17 +01:00
|
|
|
, MonadCatchIOTransformers, mtl, network, networkUri
|
|
|
|
, opensslStreams, snapCore, snapServer, systemFileio
|
|
|
|
, systemFilepath, text, transformers, unorderedContainers
|
2014-01-11 22:13:27 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "http-streams";
|
2014-10-13 11:48:17 +01:00
|
|
|
version = "0.7.2.4";
|
|
|
|
sha256 = "1hs2d5qiq5vq6qjxxx061w1iigr05chkv28xvlvxfz0wc7nlipzz";
|
2014-01-11 22:13:27 +00:00
|
|
|
buildDepends = [
|
2014-01-16 10:54:49 +00:00
|
|
|
aeson attoparsec base64Bytestring blazeBuilder caseInsensitive
|
2014-10-13 11:48:17 +01:00
|
|
|
HsOpenSSL httpCommon ioStreams mtl network networkUri
|
|
|
|
opensslStreams text transformers unorderedContainers
|
2014-01-11 22:13:27 +00:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-01-16 10:54:49 +00:00
|
|
|
aeson aesonPretty attoparsec base64Bytestring blazeBuilder
|
|
|
|
caseInsensitive HsOpenSSL hspec hspecExpectations httpCommon HUnit
|
2014-10-13 11:48:17 +01:00
|
|
|
ioStreams MonadCatchIOTransformers mtl network networkUri
|
|
|
|
opensslStreams snapCore snapServer systemFileio systemFilepath text
|
|
|
|
transformers unorderedContainers
|
2014-01-11 22:13:27 +00:00
|
|
|
];
|
2014-09-19 18:20:09 +01:00
|
|
|
jailbreak = true;
|
2014-09-20 13:26:02 +01:00
|
|
|
doCheck = false;
|
2014-01-11 22:13:27 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://research.operationaldynamics.com/projects/http-streams/";
|
|
|
|
description = "An HTTP client using io-streams";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|