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, 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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user