haskell-cabal2nix: update to version 1.42
This commit is contained in:
parent
0c20f29893
commit
306cb4d9b5
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cabal2nix";
|
pname = "cabal2nix";
|
||||||
version = "1.41";
|
version = "1.42";
|
||||||
sha256 = "1mwq6scmhnyclzpmxp62m09hml2jqcj5bpz2qailnwjkslgl8b1h";
|
sha256 = "02yg4lj2y272fvn79kgqccizs71xg5ifnjhpw4vhw5wya657a20w";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ Cabal filepath hackageDb HTTP mtl regexPosix ];
|
buildDepends = [ Cabal filepath hackageDb HTTP mtl regexPosix ];
|
||||||
|
Loading…
Reference in New Issue
Block a user