Skip to content
Snippets Groups Projects
Commit 1090bb27 authored by Daniel Firth's avatar Daniel Firth
Browse files

streaming: 0.2.3.1 -> b6ec199103c078a07b3dcd197ab39020b2136426

parent 85f6e2ac
Branches
1 merge request!19Polysemy plugin
......@@ -1079,7 +1079,11 @@ let packages =
, storable-tuple = H.callHackage "storable-tuple" "0.1"
, store = H.callHackage "store" "0.7.16"
, store-core = H.callHackage "store-core" "0.4.4.4"
, streaming = H.callHackage "streaming" "0.2.3.1"
, streaming =
H.callGit
"https://github.com/haskell-streaming/streaming"
"b6ec199103c078a07b3dcd197ab39020b2136426"
(None H.Subdir)
, streaming-binary = H.callHackage "streaming-binary" "0.3.0.1"
, streaming-bytestring = H.callHackage "streaming-bytestring" "0.2.4"
, streaming-commons = H.callHackage "streaming-commons" "0.2.2.5"
......
{ mkDerivation
, QuickCheck
, base
, containers
, ghc-prim
, hspec
, lib
, mmorph
, mtl
, transformers
, transformers-base
{ mkDerivation, QuickCheck, base, containers, fetchgit, ghc-prim
, hspec, lib, mmorph, mtl, transformers, transformers-base
}:
mkDerivation {
pname = "streaming";
version = "0.2.3.1";
sha256 = "fc5efae393750b9729ce5c5e979edcd3b9a5bf41ab927636174b01f999ffea88";
src = fetchgit {
url = "https://github.com/haskell-streaming/streaming";
sha256 = "193qwgzpd6ryzi3sl3x6bc5kk47whqhw0mfr0jqfdwrspj50ccdd";
rev = "b6ec199103c078a07b3dcd197ab39020b2136426";
fetchSubmodules = true;
};
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
ghc-prim
mmorph
mtl
transformers
transformers-base
base containers ghc-prim mmorph mtl transformers transformers-base
];
testHaskellDepends = [ base hspec QuickCheck ];
enableLibraryProfiling = true;
......@@ -38,4 +28,4 @@ mkDerivation {
description = "an elementary streaming prelude and general stream type";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment