Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ cabal, pcre }:
|
||||
{ cabal, Cabal, pcre }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pcre-light";
|
||||
version = "0.4";
|
||||
sha256 = "1xiikiap1bvx9czw64664vifdq64scx0yhfclh5m8mkvn3x6yzxk";
|
||||
buildDepends = [ Cabal ];
|
||||
extraLibraries = [ pcre ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~dons/code/pcre-light";
|
||||
|
||||
Reference in New Issue
Block a user