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

View File

@@ -1,5 +1,5 @@
{ cabal, binary, Cabal, mtl, syb, sybWithClass
, sybWithClassInstancesText, text, time
{ cabal, binary, mtl, syb, sybWithClass, sybWithClassInstancesText
, text, time
}:
cabal.mkDerivation (self: {
@@ -9,8 +9,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [
binary Cabal mtl syb sybWithClass sybWithClassInstancesText text
time
binary mtl syb sybWithClass sybWithClassInstancesText text time
];
meta = {
homepage = "http://happstack.com";

View File

@@ -1,10 +1,10 @@
{ cabal, Cabal, hamlet, happstackServer, text }:
{ cabal, hamlet, happstackServer, text }:
cabal.mkDerivation (self: {
pname = "happstack-hamlet";
version = "6.2.3";
sha256 = "0k8g0rx9ikfklsrry2hxmm4hxwn31ra004qllpn6aldg6dr2w5n1";
buildDepends = [ Cabal hamlet happstackServer text ];
buildDepends = [ hamlet happstackServer text ];
meta = {
homepage = "http://www.happstack.com/";
description = "Support for Hamlet HTML templates in Happstack";

View File

@@ -1,7 +1,6 @@
{ cabal, blazeHtml, Cabal, extensibleExceptions, filepath
, happstackData, happstackUtil, hslogger, html, MaybeT, mtl
, network, parsec, sendfile, syb, text, time, utf8String, xhtml
, zlib
{ cabal, blazeHtml, extensibleExceptions, filepath, happstackData
, happstackUtil, hslogger, html, MaybeT, mtl, network, parsec
, sendfile, syb, text, time, utf8String, xhtml, zlib
}:
cabal.mkDerivation (self: {
@@ -11,9 +10,9 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [
blazeHtml Cabal extensibleExceptions filepath happstackData
happstackUtil hslogger html MaybeT mtl network parsec sendfile syb
text time utf8String xhtml zlib
blazeHtml extensibleExceptions filepath happstackData happstackUtil
hslogger html MaybeT mtl network parsec sendfile syb text time
utf8String xhtml zlib
];
meta = {
homepage = "http://happstack.com";

View File

@@ -1,5 +1,5 @@
{ cabal, Cabal, extensibleExceptions, filepath, hslogger, mtl
, network, parsec, random, time, unixCompat
{ cabal, extensibleExceptions, filepath, hslogger, mtl, network
, parsec, random, time, unixCompat
}:
cabal.mkDerivation (self: {
@@ -9,8 +9,8 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [
Cabal extensibleExceptions filepath hslogger mtl network parsec
random time unixCompat
extensibleExceptions filepath hslogger mtl network parsec random
time unixCompat
];
meta = {
homepage = "http://happstack.com";