haskell-simple-conduit: jailbreak required
This commit is contained in:
parent
c336769408
commit
677dee38db
|
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
||||||
primitive semigroups stm streamingCommons text transformers
|
primitive semigroups stm streamingCommons text transformers
|
||||||
transformersBase vector
|
transformersBase vector
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jwiegley/simple-conduit";
|
homepage = "http://github.com/jwiegley/simple-conduit";
|
||||||
description = "A simple streaming I/O library based on monadic folds";
|
description = "A simple streaming I/O library based on monadic folds";
|
||||||
|
|
Loading…
Reference in New Issue