Regenerated all Haskell packages with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
Peter Simons
2012-02-14 17:00:37 +00:00
parent 844d950d13
commit ac69747aa8
563 changed files with 1383 additions and 1119 deletions

View File

@@ -1,10 +1,10 @@
{ cabal, deepseq }:
{ cabal, Cabal, deepseq }:
cabal.mkDerivation (self: {
pname = "text";
version = "0.11.0.5";
sha256 = "1a5y2i7qrkyyvm112q44rhd7jbqxvfxssz2g5ngbx11yypl3hcdv";
buildDepends = [ deepseq ];
buildDepends = [ Cabal deepseq ];
meta = {
homepage = "http://bitbucket.org/bos/text";
description = "An efficient packed Unicode text type";

View File

@@ -1,10 +1,10 @@
{ cabal, deepseq }:
{ cabal, Cabal, deepseq }:
cabal.mkDerivation (self: {
pname = "text";
version = "0.11.0.6";
sha256 = "103l1c8jfwpddsqzwj9jqh89vay8ax1znxqgjqprv2fvr7s0zvkp";
buildDepends = [ deepseq ];
buildDepends = [ Cabal deepseq ];
meta = {
homepage = "http://bitbucket.org/bos/text";
description = "An efficient packed Unicode text type";

View File

@@ -1,10 +1,10 @@
{ cabal, deepseq }:
{ cabal, Cabal, deepseq }:
cabal.mkDerivation (self: {
pname = "text";
version = "0.11.1.12";
sha256 = "0j2044whj3xckmxqmgdjbc2mpwdan481qzjslwplqbqwml2jvkml";
buildDepends = [ deepseq ];
buildDepends = [ Cabal deepseq ];
meta = {
homepage = "https://github.com/bos/text";
description = "An efficient packed Unicode text type";

View File

@@ -1,10 +1,10 @@
{ cabal, deepseq }:
{ cabal, Cabal, deepseq }:
cabal.mkDerivation (self: {
pname = "text";
version = "0.11.1.13";
sha256 = "0lbc4yfqpydps0rd1qjymnnhp87sl9w7n1f5vd5lsixby93zjv2f";
buildDepends = [ deepseq ];
buildDepends = [ Cabal deepseq ];
meta = {
homepage = "https://github.com/bos/text";
description = "An efficient packed Unicode text type";

View File

@@ -1,10 +1,10 @@
{ cabal, deepseq }:
{ cabal, Cabal, deepseq }:
cabal.mkDerivation (self: {
pname = "text";
version = "0.11.1.5";
sha256 = "0fxxhw932gdvaqafsbw7dfzccc43hv92yhxppzp6jrg0npbyz04l";
buildDepends = [ deepseq ];
buildDepends = [ Cabal deepseq ];
meta = {
homepage = "https://bitbucket.org/bos/text";
description = "An efficient packed Unicode text type";