Removing trailing whitespace.

svn path=/nixpkgs/trunk/; revision=26570
This commit is contained in:
Andres Löh 2011-03-28 15:04:00 +00:00
parent 127a2fc8e0
commit b18dd91057
190 changed files with 197 additions and 197 deletions

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -14,5 +14,5 @@ cabal.mkDerivation (self : {
description = "A dependently typed functional language and proof assistant"; description = "A dependently typed functional language and proof assistant";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "LGPL"; license = "LGPL";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -3,16 +3,16 @@
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "CS173Tourney"; pname = "CS173Tourney";
version = "2.5.2"; version = "2.5.2";
src = fetchgit { src = fetchgit {
url = git://github.com/arjunguha/173tourney.git; url = git://github.com/arjunguha/173tourney.git;
rev = "dce044761b008cb685a675a1f35be6aff66fed21" ; rev = "dce044761b008cb685a675a1f35be6aff66fed21" ;
md5 = "21e5e5c2e184b4b70696d4d6c60e51d3"; md5 = "21e5e5c2e184b4b70696d4d6c60e51d3";
}; };
patches = [./sendmail.patch]; patches = [./sendmail.patch];
propagatedBuildInputs = [json time hslogger Crypto base64string CouchDB WebServer WebServerExtras]; propagatedBuildInputs = [json time hslogger Crypto base64string CouchDB WebServer WebServerExtras];
meta = { meta = {
description = ""; description = "";
}; };
}) })

View File

@ -11,5 +11,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "LGPL"; license = "LGPL";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -3,12 +3,12 @@
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "CouchDB"; pname = "CouchDB";
version = "0.8.1.1"; version = "0.8.1.1";
sha256 = "91edc35782e43a3b8dd5c5d3c303b88c05c57ba686e9565a11fe4d060f9372d7"; sha256 = "91edc35782e43a3b8dd5c5d3c303b88c05c57ba686e9565a11fe4d060f9372d7";
propagatedBuildInputs = [network HTTP mtl json]; propagatedBuildInputs = [network HTTP mtl json];
meta = { meta = {
description = ""; description = "";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Several encryption algorithms for Haskell"; description = "Several encryption algorithms for Haskell";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "O(ND) diff algorithm in Haskell"; description = "O(ND) diff algorithm in Haskell";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A binding for the OpenGL Utility Toolkit"; description = "A binding for the OpenGL Utility Toolkit";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A binding for the OpenGL Utility Toolkit"; description = "A binding for the OpenGL Utility Toolkit";
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
description = "A library to use graph theory analysis"; description = "A library to use graph theory analysis";
license = "OtherLicene"; license = "OtherLicene";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Heterogeneous lists"; description = "Heterogeneous lists";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "StringTemplate implementation in Haskell"; description = "StringTemplate implementation in Haskell";
}; };
}) })

View File

@ -2,7 +2,7 @@
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "HTTP"; pname = "HTTP";
version = "3001.1.5"; version = "3001.1.5";
sha256 = "e34d9f979bafbbf2e45bf90a9ee9bfd291f3c67c291a250cc0a6378431578aeb"; sha256 = "e34d9f979bafbbf2e45bf90a9ee9bfd291f3c67c291a250cc0a6378431578aeb";
propagatedBuildInputs = [mtl network parsec]; propagatedBuildInputs = [mtl network parsec];
meta = { meta = {

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A unit testing framework for Haskell"; description = "A unit testing framework for Haskell";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A unit testing framework for Haskell"; description = "A unit testing framework for Haskell";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A unit testing framework for Haskell"; description = "A unit testing framework for Haskell";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A Haskell binding for Chipmunk"; description = "A Haskell binding for Chipmunk";
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "GPL"; license = "GPL";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Monad-transformer version of the Control.Exception module"; description = "Monad-transformer version of the Control.Exception module";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Monad-transformer compatible version of the Control.Exception module"; description = "Monad-transformer compatible version of the Control.Exception module";
}; };
}) })

View File

@ -13,5 +13,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Random-number generation monad"; description = "Random-number generation monad";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A binding to the OpenAL cross-platform 3D audio API"; description = "A binding to the OpenAL cross-platform 3D audio API";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A binding for the OpenGL graphics system"; description = "A binding for the OpenGL graphics system";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A binding for the OpenGL graphics system"; description = "A binding for the OpenGL graphics system";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Automatic testing of Haskell programs"; description = "Automatic testing of Haskell programs";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Automatic testing of Haskell programs"; description = "Automatic testing of Haskell programs";
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Binding to libSDL_image"; description = "Binding to libSDL_image";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Binding to libSDL_mixer"; description = "Binding to libSDL_mixer";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Binding to libSDL_ttf"; description = "Binding to libSDL_ttf";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Binding to libSDL"; description = "Binding to libSDL";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Implementations of the SHA suite of message digest functions"; description = "Implementations of the SHA suite of message digest functions";
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Haskeline backend module for Shellac"; description = "Haskeline backend module for Shellac";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Readline backend module for Shellac"; description = "Readline backend module for Shellac";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A framework for creating shell environments"; description = "A framework for creating shell environments";
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -4,16 +4,16 @@
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "WebServer-Extras"; pname = "WebServer-Extras";
version = "1.2"; version = "1.2";
src = fetchgit { src = fetchgit {
url = git://github.com/arjunguha/haskell-web.git; url = git://github.com/arjunguha/haskell-web.git;
rev = "76c9aabd31d03f052a80a0f6999dc7c5f1b11c41" ; rev = "76c9aabd31d03f052a80a0f6999dc7c5f1b11c41" ;
sha256 = "afd550a4c6aeffe2f3adb38556b8e9ae198e98db17338ea6c8fa92d56c7eddb7"; sha256 = "afd550a4c6aeffe2f3adb38556b8e9ae198e98db17338ea6c8fa92d56c7eddb7";
}; };
sourceRoot = "git-export/Extras"; sourceRoot = "git-export/Extras";
propagatedBuildInputs = [Crypto WebServer base64string hslogger json mtl]; propagatedBuildInputs = [Crypto WebServer base64string hslogger json mtl];
meta = { meta = {
description = ""; description = "";
}; };
}) })

View File

@ -3,7 +3,7 @@
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "WebServer"; pname = "WebServer";
version = "1.2"; version = "1.2";
src = fetchgit { src = fetchgit {
url = git://github.com/arjunguha/haskell-web.git; url = git://github.com/arjunguha/haskell-web.git;
rev = "76c9aabd31d03f052a80a0f6999dc7c5f1b11c41" ; rev = "76c9aabd31d03f052a80a0f6999dc7c5f1b11c41" ;
@ -14,5 +14,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = ""; description = "";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Simple ANSI terminal support, with Windows compatibility"; description = "Simple ANSI terminal support, with Windows compatibility";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output"; description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output";
}; };
}) })

View File

@ -3,12 +3,12 @@
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "base64-string"; pname = "base64-string";
version = "0.1"; version = "0.1";
sha256 = "f9a6f050f5d9993313a1ceb49eba827ecf1046af51266d10b0dc899b53f13d8c"; sha256 = "f9a6f050f5d9993313a1ceb49eba827ecf1046af51266d10b0dc899b53f13d8c";
propagatedBuildInputs = []; propagatedBuildInputs = [];
meta = { meta = {
description = ""; description = "";
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,4 +10,4 @@ cabal.mkDerivation (self : {
license = "GPL"; license = "GPL";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -7,4 +7,4 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Efficient, pure binary serialisation using lazy ByteStrings"; description = "Efficient, pure binary serialisation using lazy ByteStrings";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
description = "Burkhard-Keller trees sets implementation"; description = "Burkhard-Keller trees sets implementation";
license = "BSD3"; license = "BSD3";
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A library for writing CGI programs"; description = "A library for writing CGI programs";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A library for writing CGI programs"; description = "A library for writing CGI programs";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A library for writing CGI programs"; description = "A library for writing CGI programs";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A library for writing CGI programs"; description = "A library for writing CGI programs";
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A Citation Style Language implementation in Haskell"; description = "A Citation Style Language implementation in Haskell";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Highlight Haskell source"; description = "Highlight Haskell source";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
description = "Data type, conversion and composition of colours"; description = "Data type, conversion and composition of colours";
license = "OtherLicense"; license = "OtherLicense";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Typeclasses and instances for converting between types"; description = "Typeclasses and instances for converting between types";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "CSV loader and dumper"; description = "CSV loader and dumper";
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Various cryptographic hashes for bytestrings: CRC32 and Adler32 for now"; description = "Various cryptographic hashes for bytestrings: CRC32 and Adler32 for now";
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A simple interface for building .dot graph files"; description = "A simple interface for building .dot graph files";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Binding to the BSD editline library (libedit)"; description = "Binding to the BSD editline library (libedit)";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Extensible and Modular Generics for the Masses"; description = "Extensible and Modular Generics for the Masses";
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Extensible exceptions"; description = "Extensible exceptions";
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -10,5 +10,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Martin Erwig's Functional Graph Library"; description = "Martin Erwig's Functional Graph Library";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Martin Erwig's Functional Graph Library"; description = "Martin Erwig's Functional Graph Library";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Library for manipulating FilePath's in a cross platform way"; description = "Library for manipulating FilePath's in a cross platform way";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Interface for versioning file stores"; description = "Interface for versioning file stores";
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
license = "BSD"; license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -2,7 +2,7 @@
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "get-options"; pname = "get-options";
version = "x"; # ? version = "x"; # ?
name = self.fname; name = self.fname;
# REGION AUTO UPDATE: { name="getOptions"; type="darcs"; url = "http://repetae.net/john/repos/GetOptions"; } # REGION AUTO UPDATE: { name="getOptions"; type="darcs"; url = "http://repetae.net/john/repos/GetOptions"; }
src = sourceFromHead "getOptions-nrmtag1.tar.gz" src = sourceFromHead "getOptions-nrmtag1.tar.gz"

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Display GHC's core and assembly output in a pager"; description = "Display GHC's core and assembly output in a pager";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "An mtl compatible version of the Ghc-Api monads and monad-transformers"; description = "An mtl compatible version of the Ghc-Api monads and monad-transformers";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Knowledge of GHC's installations directories"; description = "Knowledge of GHC's installations directories";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Knowledge of GHC's installations directories"; description = "Knowledge of GHC's installations directories";
}; };
}) })

View File

@ -19,5 +19,5 @@ cabal.mkDerivation (self : {
license = "GPL"; license = "GPL";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
description = "Bindings for the Dot language (Graphviz)"; description = "Bindings for the Dot language (Graphviz)";
license = "BSD3"; license = "BSD3";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Class interface for working with Haskeline"; description = "Class interface for working with Haskeline";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A command-line interface for user input, written in Haskell"; description = "A command-line interface for user input, written in Haskell";
}; };
}) })

View File

@ -7,5 +7,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "A fully compliant Haskell 98 lexer"; description = "A fully compliant Haskell 98 lexer";
}; };
}) })

View File

@ -20,5 +20,5 @@ cabal.mkDerivation (self : {
description = "Haskell Platform meta package"; description = "Haskell Platform meta package";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -20,5 +20,5 @@ cabal.mkDerivation (self : {
description = "Haskell Platform meta package"; description = "Haskell Platform meta package";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -20,5 +20,5 @@ cabal.mkDerivation (self : {
description = "Haskell Platform meta package"; description = "Haskell Platform meta package";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -22,5 +22,5 @@ cabal.mkDerivation (self : {
description = "Haskell Platform meta package"; description = "Haskell Platform meta package";
maintainers = [self.stdenv.lib.maintainers.andres]; maintainers = [self.stdenv.lib.maintainers.andres];
}; };
}) })

View File

@ -9,5 +9,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer"; description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Parse source to template-haskell abstract syntax"; description = "Parse source to template-haskell abstract syntax";
}; };
}) })

View File

@ -8,5 +8,5 @@ cabal.mkDerivation (self : {
meta = { meta = {
description = "Manipulating Haskell source code"; description = "Manipulating Haskell source code";
}; };
}) })

Some files were not shown because too many files have changed in this diff Show More