mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
haskell-shell-conduit: update to version 3.0
This commit is contained in:
parent
589d8c7408
commit
aba43ec234
@ -1,17 +1,18 @@
|
|||||||
# 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, conduit, conduitExtra, controlMonadLoop, filepath
|
{ cabal, conduit, conduitExtra, controlMonadLoop, filepath
|
||||||
, monadControl, monadsTf, resourcet, split, text, transformers
|
, monadControl, monadsTf, resourcet, semigroups, split, text, these
|
||||||
, transformersBase
|
, transformers, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shell-conduit";
|
pname = "shell-conduit";
|
||||||
version = "1.1";
|
version = "3.0";
|
||||||
sha256 = "0sv4v1675qrn46j5qwq739al6jj7vqwc61lsyb513nlgw0cwgvr9";
|
sha256 = "07x920j52zjqh3lpfam5f1nhsgqbcgz458dbrwxsmsn3cnqf2qd6";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit conduitExtra controlMonadLoop filepath monadControl
|
conduit conduitExtra controlMonadLoop filepath monadControl
|
||||||
monadsTf resourcet split text transformers transformersBase
|
monadsTf resourcet semigroups split text these transformers
|
||||||
|
transformersBase
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Write shell scripts with Conduit";
|
description = "Write shell scripts with Conduit";
|
||||||
|
Loading…
Reference in New Issue
Block a user