Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, regexBase, regexPosix }:
|
||||
{ cabal, Cabal, regexBase, regexPosix }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-compat";
|
||||
version = "0.71.0.1";
|
||||
sha256 = "904552f7d690686b2602f37494827d09b09fc0a8a2565522b61847bec8d1de8d";
|
||||
buildDepends = [ regexBase regexPosix ];
|
||||
buildDepends = [ Cabal regexBase regexPosix ];
|
||||
meta = {
|
||||
homepage = "http://sourceforge.net/projects/lazy-regex";
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ cabal, regexBase, regexPosix }:
|
||||
{ cabal, Cabal, regexBase, regexPosix }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-compat";
|
||||
version = "0.92";
|
||||
sha256 = "430d251bd704071fca1e38c9b250543f00d4e370382ed552ac3d7407d4f27936";
|
||||
buildDepends = [ regexBase regexPosix ];
|
||||
buildDepends = [ Cabal regexBase regexPosix ];
|
||||
meta = {
|
||||
homepage = "http://sourceforge.net/projects/lazy-regex";
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ cabal, regexBase, regexPosix }:
|
||||
{ cabal, Cabal, regexBase, regexPosix }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-compat";
|
||||
version = "0.93.1";
|
||||
sha256 = "1zlsx7a2iz5gmgrwzr6w5fz6s4ayab5bm71xlq28r3iph3vp80zf";
|
||||
buildDepends = [ regexBase regexPosix ];
|
||||
buildDepends = [ Cabal regexBase regexPosix ];
|
||||
meta = {
|
||||
homepage = "http://sourceforge.net/projects/lazy-regex";
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ cabal, regexBase, regexPosix }:
|
||||
{ cabal, Cabal, regexBase, regexPosix }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-compat";
|
||||
version = "0.95.1";
|
||||
sha256 = "0fwmima3f04p9y4h3c23493n1xj629ia2dxaisqm6rynljjv2z6m";
|
||||
buildDepends = [ regexBase regexPosix ];
|
||||
buildDepends = [ Cabal regexBase regexPosix ];
|
||||
meta = {
|
||||
homepage = "http://sourceforge.net/projects/lazy-regex";
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
|
||||
Reference in New Issue
Block a user