haskell-shell-conduit: update to version 4.5
This commit is contained in:
parent
58ead20922
commit
af3f679e8b
@ -1,20 +1,21 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, async, conduit, conduitExtra, controlMonadLoop, filepath
|
{ cabal, async, conduit, conduitExtra, controlMonadLoop, filepath
|
||||||
, monadControl, monadsTf, resourcet, semigroups, split, text, these
|
, monadControl, monadsTf, resourcet, semigroups, split, text
|
||||||
, transformers, transformersBase
|
, transformers, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shell-conduit";
|
pname = "shell-conduit";
|
||||||
version = "4.4";
|
version = "4.5";
|
||||||
sha256 = "023cqmj5c45d65rcv07m2w1w2b5lhlfhzwv18fxxl3v8s6gr3wb8";
|
sha256 = "1vgqfba6k0nv8nwa48fv2hkr9xlrrfrdh2awgpllrimnh0yww41g";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async conduit conduitExtra controlMonadLoop filepath monadControl
|
async conduit conduitExtra controlMonadLoop filepath monadControl
|
||||||
monadsTf resourcet semigroups split text these transformers
|
monadsTf resourcet semigroups split text transformers
|
||||||
transformersBase
|
transformersBase
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "https://github.com/chrisdone/shell-conduit";
|
||||||
description = "Write shell scripts with Conduit";
|
description = "Write shell scripts with Conduit";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user