haskell-codex: update to version 0.2.0.2
This commit is contained in:
parent
c6c9cfd65a
commit
7772b86089
@ -1,18 +1,20 @@
|
|||||||
# 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, Cabal, downloadCurl, either, filepath, hackageDb, MissingH
|
{ cabal, Cabal, downloadCurl, either, filepath, hackageDb, machines
|
||||||
, monadLoops, tar, text, transformers, yaml, zlib
|
, machinesDirectory, MissingH, monadLoops, monoTraversable, tar
|
||||||
|
, text, transformers, yaml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "codex";
|
pname = "codex";
|
||||||
version = "0.1.0.5";
|
version = "0.2.0.2";
|
||||||
sha256 = "0hlx72dan9qvwrpp6rkyr6y9zk2lafa15va098w38r7658jymfy0";
|
sha256 = "0an043cmsxc296i90pv19d8xdl7fg2fvf026lx4rly7bwskzn99x";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
Cabal downloadCurl either filepath hackageDb MissingH monadLoops
|
Cabal downloadCurl either filepath hackageDb machines
|
||||||
tar text transformers yaml zlib
|
machinesDirectory MissingH monadLoops monoTraversable tar text
|
||||||
|
transformers yaml zlib
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user