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