mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-shell-conduit: update to version 3.0
This commit is contained in:
parent
589d8c7408
commit
aba43ec234
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, conduit, conduitExtra, controlMonadLoop, filepath
|
||||
, monadControl, monadsTf, resourcet, split, text, transformers
|
||||
, transformersBase
|
||||
, monadControl, monadsTf, resourcet, semigroups, split, text, these
|
||||
, transformers, transformersBase
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "shell-conduit";
|
||||
version = "1.1";
|
||||
sha256 = "0sv4v1675qrn46j5qwq739al6jj7vqwc61lsyb513nlgw0cwgvr9";
|
||||
version = "3.0";
|
||||
sha256 = "07x920j52zjqh3lpfam5f1nhsgqbcgz458dbrwxsmsn3cnqf2qd6";
|
||||
buildDepends = [
|
||||
conduit conduitExtra controlMonadLoop filepath monadControl
|
||||
monadsTf resourcet split text transformers transformersBase
|
||||
monadsTf resourcet semigroups split text these transformers
|
||||
transformersBase
|
||||
];
|
||||
meta = {
|
||||
description = "Write shell scripts with Conduit";
|
||||
|
|
Loading…
Reference in a new issue