mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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!
|
||||
|
||||
{ cabal, Cabal, downloadCurl, either, filepath, hackageDb, MissingH
|
||||
, monadLoops, tar, text, transformers, yaml, zlib
|
||||
{ cabal, Cabal, downloadCurl, either, filepath, hackageDb, machines
|
||||
, machinesDirectory, MissingH, monadLoops, monoTraversable, tar
|
||||
, text, transformers, yaml, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "codex";
|
||||
version = "0.1.0.5";
|
||||
sha256 = "0hlx72dan9qvwrpp6rkyr6y9zk2lafa15va098w38r7658jymfy0";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "0an043cmsxc296i90pv19d8xdl7fg2fvf026lx4rly7bwskzn99x";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
Cabal downloadCurl either filepath hackageDb MissingH monadLoops
|
||||
tar text transformers yaml zlib
|
||||
Cabal downloadCurl either filepath hackageDb machines
|
||||
machinesDirectory MissingH monadLoops monoTraversable tar text
|
||||
transformers yaml zlib
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user