mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
haskell-cabal2nix: updated to version 1.14
svn path=/nixpkgs/trunk/; revision=29045
This commit is contained in:
parent
0dfd245a17
commit
8889207542
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cabal2nix";
|
pname = "cabal2nix";
|
||||||
version = "1.13";
|
version = "1.14";
|
||||||
sha256 = "1wjxaz3yyc41y4plwixd6p2g7higvjzpi8znbgvnzcpfj3hlh616";
|
sha256 = "0sdim1yqxx2wplfz6skz78y5lmh6dknc1k7jszmjnq0n9yc0b4bf";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ hackageDb HTTP mtl nixosTypes regexPosix ];
|
buildDepends = [ hackageDb HTTP mtl nixosTypes regexPosix ];
|
||||||
|
Loading…
Reference in New Issue
Block a user