Re-generated Haskell package descriptions with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32327
This commit is contained in:
Peter Simons
2012-02-16 14:05:41 +00:00
parent b7e432214b
commit cb28766341
546 changed files with 1062 additions and 1289 deletions
@@ -1,10 +1,10 @@
{ cabal, alexMeta, Cabal, happyMeta, haskellSrcMeta }:
{ cabal, alexMeta, happyMeta, haskellSrcMeta }:
cabal.mkDerivation (self: {
pname = "BNFC-meta";
version = "0.2.2";
sha256 = "07jfc0dcrcckibbw0xca1h7x3lnc9jfylfkcs23f0hyg31irf8dx";
buildDepends = [ alexMeta Cabal happyMeta haskellSrcMeta ];
buildDepends = [ alexMeta happyMeta haskellSrcMeta ];
meta = {
description = "Deriving Quasi-Quoters from BNF Grammars";
license = self.stdenv.lib.licenses.gpl2;
@@ -1,4 +1,4 @@
{ cabal, Cabal, mtl }:
{ cabal, mtl }:
cabal.mkDerivation (self: {
pname = "BNFC";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0nnalzsql1k5y3s93g5y2hy2gcdsrbi8r7cwzmdcy4vyy589pin0";
isLibrary = false;
isExecutable = true;
buildDepends = [ Cabal mtl ];
buildDepends = [ mtl ];
meta = {
homepage = "http://www.cse.chalmers.se/research/group/Language-technology/BNFC/";
description = "A compiler front-end generator";
@@ -1,4 +1,4 @@
{ cabal, Cabal, filepath, hint, mtl, network, syb }:
{ cabal, filepath, hint, mtl, network, syb }:
cabal.mkDerivation (self: {
pname = "HaRe";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "13mi6z37fszrl97mll4injhq8dyhqzm344x7y2vw8krr5xjj3kw2";
isLibrary = false;
isExecutable = true;
buildDepends = [ Cabal filepath hint mtl network syb ];
buildDepends = [ filepath hint mtl network syb ];
meta = {
homepage = "http://www.cs.kent.ac.uk/projects/refactor-fp";
description = "the Haskell Refactorer";
@@ -1,10 +1,10 @@
{ cabal, Cabal, haskellSrcMeta }:
{ cabal, haskellSrcMeta }:
cabal.mkDerivation (self: {
pname = "alex-meta";
version = "0.2.0.2";
sha256 = "1v47p1nrx2nb92aasq7ml6i0sy1nfyybgm9n4r1sw1g86dg1y8z1";
buildDepends = [ Cabal haskellSrcMeta ];
buildDepends = [ haskellSrcMeta ];
meta = {
description = "Quasi-quoter for Alex lexers";
license = self.stdenv.lib.licenses.bsd3;
@@ -1,10 +1,10 @@
{ cabal, Cabal, haskellSrcMeta, mtl }:
{ cabal, haskellSrcMeta, mtl }:
cabal.mkDerivation (self: {
pname = "happy-meta";
version = "0.2.0.3";
sha256 = "0bvm4rbmd48vfpyjjfq476466s9hf7x3y0bgzdfkacm89xx080g9";
buildDepends = [ Cabal haskellSrcMeta mtl ];
buildDepends = [ haskellSrcMeta mtl ];
meta = {
description = "Quasi-quoter for Happy parsers";
license = self.stdenv.lib.licenses.bsd3;
@@ -1,5 +1,5 @@
{ cabal, Cabal, cpphs, filepath, haskellSrcExts, hscolour
, transformers, uniplate
{ cabal, cpphs, filepath, haskellSrcExts, hscolour, transformers
, uniplate
}:
cabal.mkDerivation (self: {
@@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [
Cabal cpphs filepath haskellSrcExts hscolour transformers uniplate
cpphs filepath haskellSrcExts hscolour transformers uniplate
];
meta = {
homepage = "http://community.haskell.org/~ndm/hlint/";
@@ -1,4 +1,4 @@
{ cabal, Cabal, mtl, network, time }:
{ cabal, mtl, network, time }:
cabal.mkDerivation (self: {
pname = "hslogger";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0lk966csxxyjjdg5jg4pzzl5118zj8ms78vn1n9imb7f4vcs8vk7";
isLibrary = true;
isExecutable = true;
buildDepends = [ Cabal mtl network time ];
buildDepends = [ mtl network time ];
meta = {
homepage = "http://software.complete.org/hslogger";
description = "Versatile logging framework";
@@ -1,10 +1,10 @@
{ cabal, Cabal, filepath }:
{ cabal, filepath }:
cabal.mkDerivation (self: {
pname = "tar";
version = "0.3.2.0";
sha256 = "0yplrfai8bwihyn18whi0jiz1qzll9hgbc37xcy2jkr28480jba9";
buildDepends = [ Cabal filepath ];
buildDepends = [ filepath ];
meta = {
description = "Reading, writing and manipulating \".tar\" archive files.";
license = self.stdenv.lib.licenses.bsd3;
@@ -1,10 +1,10 @@
{ cabal, Cabal, filepath }:
{ cabal, filepath }:
cabal.mkDerivation (self: {
pname = "tar";
version = "0.4.0.0";
sha256 = "04qijdfyiqb64q58g0bf46qfgaxqjl3kl68x6z31cv36p3hpplx3";
buildDepends = [ Cabal filepath ];
buildDepends = [ filepath ];
meta = {
description = "Reading, writing and manipulating \".tar\" archive files.";
license = self.stdenv.lib.licenses.bsd3;
@@ -1,5 +1,5 @@
{ cabal, binary, Cabal, cairo, deepseq, filepath, ghcEvents, glib
, gtk, mtl, pango, time
{ cabal, binary, cairo, deepseq, filepath, ghcEvents, glib, gtk
, mtl, pango, time
}:
cabal.mkDerivation (self: {
@@ -9,8 +9,7 @@ cabal.mkDerivation (self: {
isLibrary = false;
isExecutable = true;
buildDepends = [
binary Cabal cairo deepseq filepath ghcEvents glib gtk mtl pango
time
binary cairo deepseq filepath ghcEvents glib gtk mtl pango time
];
configureFlags = "--ghc-options=-rtsopts";
meta = {
@@ -1,4 +1,4 @@
{ cabal, Cabal, filepath, haskellSrcExts, mtl, uulib }:
{ cabal, filepath, haskellSrcExts, mtl, uulib }:
cabal.mkDerivation (self: {
pname = "uuagc-bootstrap";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0zsb8pz2zx7y8sjp392hpdk30dzzmppjizcnlgd1wvq2csacnfxq";
isLibrary = true;
isExecutable = true;
buildDepends = [ Cabal filepath haskellSrcExts mtl uulib ];
buildDepends = [ filepath haskellSrcExts mtl uulib ];
meta = {
homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome";
description = "Attribute Grammar System of Universiteit Utrecht";
@@ -1,5 +1,5 @@
{ cabal, Cabal, filepath, haskellSrcExts, mtl, uuagcBootstrap
, uuagcCabal, uulib
{ cabal, filepath, haskellSrcExts, mtl, uuagcBootstrap, uuagcCabal
, uulib
}:
cabal.mkDerivation (self: {
@@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [
Cabal filepath haskellSrcExts mtl uuagcBootstrap uuagcCabal uulib
filepath haskellSrcExts mtl uuagcBootstrap uuagcCabal uulib
];
meta = {
homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome";