haskell-cabal2nix: updated to version 1.12
svn path=/nixpkgs/trunk/; revision=28784
This commit is contained in:
parent
e5a3306880
commit
14e8450a30
@ -1,12 +1,12 @@
|
|||||||
{ cabal, HTTP, mtl, regexPosix }:
|
{ cabal, HTTP, mtl, nixosTypes, regexPosix }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cabal2nix";
|
pname = "cabal2nix";
|
||||||
version = "1.11";
|
version = "1.12";
|
||||||
sha256 = "1df6bxgdzd3jfxfs3qg8qw6pmsfbd5l32krx9xdfkiqvfxa6vpy9";
|
sha256 = "14bijci07hkm3ksbqpzbnmwiysy5s3ll89r2iqkr1rbmj7bqxdwy";
|
||||||
isLibrary = true;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ HTTP mtl regexPosix ];
|
buildDepends = [ HTTP mtl nixosTypes regexPosix ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/haskell4nix/cabal2nix";
|
homepage = "http://github.com/haskell4nix/cabal2nix";
|
||||||
description = "Convert Cabal files into Nix build instructions";
|
description = "Convert Cabal files into Nix build instructions";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user