mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
haskell-cabal2nix: updated to version 1.26
svn path=/nixpkgs/trunk/; revision=32291
This commit is contained in:
parent
3256e7f5c2
commit
844d950d13
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
{ cabal, hackageDb, HTTP, mtl, nixosTypes, regexPosix }:
|
||||
{ cabal, Cabal, filepath, hackageDb, HTTP, mtl, regexPosix }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cabal2nix";
|
||||
version = "1.25";
|
||||
sha256 = "12csiw7j51vlf8l0prhjj06l7sqii12qy5ryl5n8vrgp8vch2kvl";
|
||||
version = "1.26";
|
||||
sha256 = "18gl75y1grhzyhlaz32800gxxfrcl01r7cpx1c63lzpwmdxvk01d";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ hackageDb HTTP mtl nixosTypes regexPosix ];
|
||||
buildDepends = [ Cabal filepath hackageDb HTTP mtl regexPosix ];
|
||||
meta = {
|
||||
homepage = "http://github.com/haskell4nix/cabal2nix";
|
||||
description = "Convert Cabal files into Nix build instructions";
|
||||
|
|
Loading…
Reference in a new issue