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 }:
|
||||
{ cabal, Cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-base";
|
||||
version = "0.72.0.2";
|
||||
sha256 = "38a4901b942fea646a422d52c52ef14eec4d6561c258b3c54cd96a8a354141ee";
|
||||
buildDepends = [ Cabal ];
|
||||
meta = {
|
||||
homepage = "http://sourceforge.net/projects/lazy-regex";
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ cabal, mtl }:
|
||||
{ cabal, Cabal, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-base";
|
||||
version = "0.93.1";
|
||||
sha256 = "24a0e76ab308517a53d2525e18744d9058835626ed4005599ecd8dd4e07f3bef";
|
||||
buildDepends = [ mtl ];
|
||||
buildDepends = [ Cabal mtl ];
|
||||
meta = {
|
||||
homepage = "http://sourceforge.net/projects/lazy-regex";
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ cabal, mtl }:
|
||||
{ cabal, Cabal, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-base";
|
||||
version = "0.93.2";
|
||||
sha256 = "0y1j4h2pg12c853nzmczs263di7xkkmlnsq5dlp5wgbgl49mgp10";
|
||||
buildDepends = [ mtl ];
|
||||
buildDepends = [ Cabal mtl ];
|
||||
meta = {
|
||||
homepage = "http://sourceforge.net/projects/lazy-regex";
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
|
||||
Reference in New Issue
Block a user