Generated neater meta.description strings.

svn path=/nixpkgs/trunk/; revision=28492
This commit is contained in:
Peter Simons 2011-08-11 13:03:51 +00:00
parent 260550220d
commit dbce2ffd0f
120 changed files with 120 additions and 123 deletions

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "2.3.1";
sha256 = "0nmj57czqcik23j9iqxbdwqg73n5n1kc9akhp0wywrbkklgf79a0";
meta = {
description = "Efficient geometric vectors and transformations.";
description = "Efficient geometric vectors and transformations";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "0.1.3";
sha256 = "02dhy4rp3mkzm5x3h1rkdin2h8qcb7h7nhn14gl2gvl6wdykfh5w";
meta = {
description = "O(ND) diff algorithm in haskell.";
description = "O(ND) diff algorithm in haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
bktrees extensibleExceptions fgl graphviz pandoc time
];
meta = {
description = "Graph-Theoretic Analysis library.";
description = "Graph-Theoretic Analysis library";
license = "unknown";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
deepseq mtl parsec syb sybWithClass text time utf8String
];
meta = {
description = "StringTemplate implementation in Haskell.";
description = "StringTemplate implementation in Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ StateVar transformers ];
meta = {
homepage = "http://patch-tag.com/r/felipe/hipmunk/home";
description = "A Haskell binding for Chipmunk.";
description = "A Haskell binding for Chipmunk";
license = "unknown";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "189w8dpxyq7gksca6k08hb4vpanpz06c99akgzpcpjy0i7k22ily";
buildDepends = [ monadsFd transformers ];
meta = {
description = "MaybeT monad transformer using transformers instead of mtl.";
description = "MaybeT monad transformer using transformers instead of mtl";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "1429w2h66sf0cw992xj4w9clapcqgpdzmh80as7zxf8l87rarqqp";
buildDepends = [ mtl ];
meta = {
description = "Random-number generation monad.";
description = "Random-number generation monad";
license = "unknown";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ QuickCheck ];
meta = {
homepage = "http://graphics.cs.ucdavis.edu/~sdillard/Vec";
description = "Fixed-length lists and low-dimensional linear algebra.";
description = "Fixed-length lists and low-dimensional linear algebra";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ failure ];
meta = {
homepage = "http://github.com/snoyberg/attempt/tree/master";
description = "Concrete data type for handling extensible exceptions as failures.";
description = "Concrete data type for handling extensible exceptions as failures";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://github.com/snoyberg/authenticate/tree/master";
description = "Authentication methods for Haskell web applications.";
description = "Authentication methods for Haskell web applications";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0pkhrimabacsjalzq0y3a197fqfbspsbv8xszzg4vbb1fb59dj1y";
meta = {
homepage = "http://urchin.earth.li/~ian/cabal/base64-string/";
description = "Base64 implementation for String's.";
description = "Base64 implementation for String's";
license = "unknown";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ mtl time ];
meta = {
homepage = "http://github.com/tibbe/benchpress";
description = "Micro-benchmarking with detailed statistics.";
description = "Micro-benchmarking with detailed statistics";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "281ad4d9234349cfd14f91977b48e2d1861c037f4b6562aa138cddd25c801a7e";
meta = {
homepage = "http://code.haskell.org/~bkomuves/";
description = "A library for handling and manipulating bitmaps.";
description = "A library for handling and manipulating bitmaps";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,8 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ blazeBuilder enumerator transformers ];
meta = {
homepage = "https://github.com/meiersi/blaze-builder-enumerator";
description = "Enumeratees for the incremental conversion of builders to
bytestrings.";
description = "Enumeratees for the incremental conversion of builders to bytestrings";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ text ];
meta = {
homepage = "http://github.com/meiersi/blaze-builder";
description = "Efficient buffered output.";
description = "Efficient buffered output";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ binary ];
meta = {
homepage = "http://code.ouroborus.net/bmp";
description = "Read and write uncompressed BMP image files.";
description = "Read and write uncompressed BMP image files";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
meta = {
homepage = "http://github.com/solidsnack/bytestring-nums";
description = "Parse numeric literals from ByteStrings.";
description = "Parse numeric literals from ByteStrings";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ binary ];
meta = {
homepage = "http://code.haskell.org/~wren/";
description = "An efficient finite map from (byte)strings to values.";
description = "An efficient finite map from (byte)strings to values";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
meta = {
homepage = "http://github.com/snoyberg/clientsession/tree/master";
description = "Store session data in a cookie.";
description = "Store session data in a cookie";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "07g6ms68xfzd25zr2k2fpg4f4pynmq4mn7djkzrg3gbfh9gfq37q";
meta = {
homepage = "/dev/null";
description = "Continued fractions.";
description = "Continued fractions";
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ attempt transformers ];
meta = {
homepage = "http://github.com/snoyberg/control-monad-attempt";
description = "Monad transformer for attempt.";
description = "Monad transformer for attempt";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ cereal cryptoApi cryptocipher ];
meta = {
homepage = "http://github.com/vincenthz/hs-cprng-aes";
description = "Crypto Pseudo Random Number Generator using AES in counter mode.";
description = "Crypto Pseudo Random Number Generator using AES in counter mode";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ attoparsecText text ];
meta = {
homepage = "http://www.yesodweb.com/";
description = "CSS parser and renderer.";
description = "CSS parser and renderer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
meta = {
homepage = "http://www.ittc.ku.edu/csdl/fpg/Tools/IOReification";
description = "Reify a recursive data structure into an explicit graph.";
description = "Reify a recursive data structure into an explicit graph";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "15gj3iq3jm4lnkc6hnj9v8p8ia3yzbsajwf9by3b1kpl449k2h29";
extraLibraries = [ zlib ];
meta = {
description = "Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.";
description = "Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ numtype time ];
meta = {
homepage = "http://dimensional.googlecode.com/";
description = "Statically checked physical dimensions.";
description = "Statically checked physical dimensions";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "2.0.0.0";
sha256 = "0dxk2r32ajmmc05vaxcp0yw6vgv4lkbmh8jcshncn98xgsfbgw14";
meta = {
description = "The error function, erf, and related functions.";
description = "The error function, erf, and related functions";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "15zkhnxkfsd3qf4wmcp6kcfip9ahb4s3ywnh14whmhicp9mkm3q0";
meta = {
homepage = "http://www.haskell.org/haskellwiki/Failure";
description = "A simple type class for success/failure computations.";
description = "A simple type class for success/failure computations";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0ish0gy2f3q65c9f4ix0nhcid9kpr7faijxkmwcy9bymjfg441kf";
buildDepends = [ mtl ];
meta = {
description = "First class accessor labels implemented as lenses.";
description = "First class accessor labels implemented as lenses";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "156ydqljhxp16192s4pj6h8jcvrfmj2lnsvzy0zg394wi97bxpi2";
meta = {
homepage = "http://github.com/snoyberg/file-embed/tree/master";
description = "Use Template Haskell to embed file contents directly.";
description = "Use Template Haskell to embed file contents directly";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "14jji7byjlkzsylsnqwfsiw5vsc7nlaisqabzcw9f7nhrxkq2n20";
meta = {
homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/";
description = "Library for manipulating FilePaths in a cross platform way.";
description = "Library for manipulating FilePaths in a cross platform way";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ Diff parsec split time utf8String xml ];
meta = {
homepage = "http://johnmacfarlane.net/repos/filestore";
description = "Interface for versioning file stores.";
description = "Interface for versioning file stores";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ transformers ];
meta = {
homepage = "https://github.com/mokus0/flexible-defaults";
description = "Generate default function implementations for complex type classes.";
description = "Generate default function implementations for complex type classes";
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ continuedFractions converge vector ];
meta = {
homepage = "https://github.com/mokus0/gamma";
description = "Gamma function and related functions.";
description = "Gamma function and related functions";
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,8 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ MonadCatchIOMtl mtl ];
meta = {
homepage = "http://code.haskell.org/~jcpetruzza/ghc-mtl";
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";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ syb ];
meta = {
homepage = "http://github.com/nominolo/ghc-syb";
description = "Scrap Your Boilerplate utilities for the GHC API.";
description = "Scrap Your Boilerplate utilities for the GHC API";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0052bd2ee4d92fbb010bebc7bcfd533a0b78437f1fb0834288ce979c103d9d67";
meta = {
homepage = "http://github.com/nominolo/ghc-syb";
description = "Data and Typeable instances for the GHC API.";
description = "Data and Typeable instances for the GHC API";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -19,7 +19,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://github.com/jgm/gitit/tree/master";
description = "Wiki using happstack, git or darcs, and pandoc.";
description = "Wiki using happstack, git or darcs, and pandoc";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -12,7 +12,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://projects.haskell.org/graphviz/";
description = "Graphviz bindings for Haskell.";
description = "Graphviz bindings for Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildTools = [ alex happy ];
meta = {
homepage = "http://www.haskell.org/gtk2hs/";
description = "Tools to build the Gtk2Hs suite of User Interface libraries.";
description = "Tools to build the Gtk2Hs suite of User Interface libraries";
license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -16,7 +16,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://happstack.com";
description = "Web related tools and services.";
description = "Web related tools and services";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
binary dataenc extensibleExceptions mmap mtl zlib
];
meta = {
description = "Hashed file storage support code.";
description = "Hashed file storage support code";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ extensibleExceptions mtl terminfo utf8String ];
meta = {
homepage = "http://trac.haskell.org/haskeline";
description = "A command-line interface for user input, written in Haskell.";
description = "A command-line interface for user input, written in Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "1.0";
sha256 = "86d0c4071295c8613eb965768cb61a0c8422fc0c429a49c7a93e93a72b185b86";
meta = {
description = "A fully compliant Haskell 98 lexer.";
description = "A fully compliant Haskell 98 lexer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "10g74sax8x45lphy133717y9xb43d8a684mm9qv0arjwn5v4np7s";
buildDepends = [ haskellSrcExts syb thLift ];
meta = {
description = "Parse source to template-haskell abstract syntax.";
description = "Parse source to template-haskell abstract syntax";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ haxr ];
meta = {
homepage = "http://www.haskell.org/haxr/";
description = "Automatic deriving of XML-RPC structs for Haskell records.";
description = "Automatic deriving of XML-RPC structs for Haskell records";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -11,7 +11,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://www.haskell.org/haskellwiki/HaXR";
description = "XML-RPC client and server library.";
description = "XML-RPC client and server library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ Chart colour hledger hledgerLib safe ];
meta = {
homepage = "http://hledger.org";
description = "A pie chart generator for the hledger accounting tool.";
description = "A pie chart generator for the hledger accounting tool";
license = "GPL";
platforms = self.stdenv.lib.platforms.linux;
maintainers = [

View file

@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://hledger.org";
description = "Reusable types and utilities for the hledger accounting tool and financial apps in general.";
description = "Reusable types and utilities for the hledger accounting tool and financial apps in general";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ hledger hledgerLib safe vty ];
meta = {
homepage = "http://hledger.org";
description = "A curses-style interface for the hledger accounting tool.";
description = "A curses-style interface for the hledger accounting tool";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -14,7 +14,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://hledger.org";
description = "A robust command-line accounting tool with a simple human-editable data format, similar to ledger.";
description = "A robust command-line accounting tool with a simple human-editable data format, similar to ledger";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
meta = {
homepage = "http://code.haskell.org/~malcolm/hscolour/";
description = "Colourise Haskell code.";
description = "Colourise Haskell code";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -19,7 +19,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://github.com/snoyberg/http-enumerator";
description = "HTTP client package with enumerator interface and HTTPS support.";
description = "HTTP client package with enumerator interface and HTTPS support";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ blazeBuilder caseInsensitive text ];
meta = {
homepage = "https://github.com/aristidb/http-types";
description = "Generic HTTP types for Haskell (for both client and server code).";
description = "Generic HTTP types for Haskell (for both client and server code)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "1bbxlmb6jzz0zw18nr3d6lgd83vi9hrjahfcf1dswc946wi31s97";
buildDepends = [ parsec ];
meta = {
description = "A small library for parsing IRC messages.";
description = "A small library for parsing IRC messages";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -12,7 +12,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://github.com/snoyberg/json-enumerator";
description = "Pure-Haskell utilities for dealing with JSON with the enumerator package.";
description = "Pure-Haskell utilities for dealing with JSON with the enumerator package";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "1122isizlx807zv26j0sx71iw39nn3sja6mr2pf4sd456m1vmx8r";
meta = {
homepage = "http://trac.haskell.org/largeword/wiki";
description = "Provides Word128, Word192 and Word256 and a way of producing other large words if required.";
description = "Provides Word128, Word192 and Word256 and a way of producing other large words if required";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ blazeBuilder dataenc text ];
meta = {
homepage = "http://github.com/snoyberg/mime-mail";
description = "Compose MIME email messages.";
description = "Compose MIME email messages";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ transformers ];
meta = {
homepage = "http://haskell.org/haskellwiki/Multiplate";
description = "Lightweight generic library for mutually recursive data types.";
description = "Lightweight generic library for mutually recursive data types";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "08nvdv3r5scqpdcivwp0d77dl4vpkgq58rzxv1xpb8r1krqy588d";
meta = {
homepage = "http://github.com/nominolo/murmur-hash";
description = "MurmurHash2 implementation for Haskell.";
description = "MurmurHash2 implementation for Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ failure monadPeel transformers ];
meta = {
homepage = "http://github.com/snoyberg/neither";
description = "Provide versions of Either with good monad and applicative instances.";
description = "Provide versions of Either with good monad and applicative instances";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "2606e81d7bcef0ba76b1e6ffc8d513c36fef5fefaab3bdd02da18761ec504e1f";
meta = {
homepage = "http://dimensional.googlecode.com/";
description = "Type-level (low cardinality) integers.";
description = "Type-level (low cardinality) integers";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ text ];
meta = {
homepage = "http://github.com/snoyberg/path-pieces";
description = "Components of paths.";
description = "Components of paths";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ monadControl persistent text webRoutesQuasi ];
meta = {
homepage = "http://www.yesodweb.com/";
description = "Type-safe, non-relational, multi-backend persistence.";
description = "Type-safe, non-relational, multi-backend persistence";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
extraLibraries = [ sqlite ];
meta = {
homepage = "http://docs.yesodweb.com/book/persistent";
description = "Type-safe, non-relational, multi-backend persistence.";
description = "Type-safe, non-relational, multi-backend persistence";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "6e599fb0771e8ce2e1d3a3bbe5eddc2d77b2b4bbb54602f01005dc55dc039d44";
meta = {
homepage = "http://www.cs.york.ac.uk/fp/polyparse/";
description = "A variety of alternative parser combinator libraries.";
description = "A variety of alternative parser combinator libraries";
license = "LGPL";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ text ];
meta = {
homepage = "http://code.haskell.org/~malcolm/polyparse/";
description = "A variety of alternative parser combinator libraries.";
description = "A variety of alternative parser combinator libraries";
license = "LGPL";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ monadControl transformers ];
meta = {
homepage = "http://github.com/snoyberg/pool";
description = "Thread-safe resource pools.";
description = "Thread-safe resource pools";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ haskellLexer ];
meta = {
homepage = "http://wiki.github.com/yav/pretty-show";
description = "Tools for working with derived Show instances.";
description = "Tools for working with derived Show instances";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
buildDepends = [ binary cereal cryptoApi tagged ];
meta = {
description = "A Haskell-only implementation of the MD5 digest (hash) algorithm.";
description = "A Haskell-only implementation of the MD5 digest (hash) algorithm";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ base64Bytestring cryptohash ];
meta = {
homepage = "https://github.com/PeterScott/pwstore";
description = "Secure password storage.";
description = "Secure password storage";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "0.0.2";
sha256 = "1csq0ffsqbbv6ymf707nzfb7c9bmykwk9bcgj21mxmh6khlqn9jp";
meta = {
description = "Random shuffle implementation.";
description = "Random shuffle implementation";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "0.2.3";
sha256 = "1jmybrwwvg8zkbxjrlrahfavlf2g2584ld15hzhch317683nvr1p";
meta = {
description = "Ranges and various functions on them.";
description = "Ranges and various functions on them";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ HTTP network xhtml ];
meta = {
homepage = "http://github.com/jgm/recaptcha/tree/master";
description = "Functions for using the reCAPTCHA service in web applications.";
description = "Functions for using the reCAPTCHA service in web applications";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "0.3.2";
sha256 = "104rz28a22p5pn3rdzvmh13s1hpr46n463cfaz3w3bj9cimi2rcj";
meta = {
description = "Generic programming library for regular datatypes.";
description = "Generic programming library for regular datatypes";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ repa vector ];
meta = {
homepage = "http://repa.ouroborus.net";
description = "Algorithms using the Repa array library.";
description = "Algorithms using the Repa array library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ repa vector ];
meta = {
homepage = "http://repa.ouroborus.net";
description = "Conversions between Repa Arrays and ByteStrings.";
description = "Conversions between Repa Arrays and ByteStrings";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ bmp repa repaBytestring ];
meta = {
homepage = "http://repa.ouroborus.net";
description = "Read and write Repa arrays in various formats.";
description = "Read and write Repa arrays in various formats";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ QuickCheck vector ];
meta = {
homepage = "http://repa.ouroborus.net";
description = "High performance, regular, shape polymorphic parallel arrays.";
description = "High performance, regular, shape polymorphic parallel arrays";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "6b2312e52efaa81feec7461b1a3db77e1f2a8dfd829ae878b614c206a5e48928";
buildDepends = [ bimap fclabels parsec safe split utf8String ];
meta = {
description = "Salvia webserver protocol suite supporting URI, HTTP, Cookie and MIME.";
description = "Salvia webserver protocol suite supporting URI, HTTP, Cookie and MIME";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -13,7 +13,7 @@ cabal.mkDerivation (self: {
utf8String
];
meta = {
description = "Modular web application framework.";
description = "Modular web application framework";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "0.4";
sha256 = "0nq13jm3akrmgk6n2clisip16v0jf1xkm0hm678v63s87hxqb1ma";
meta = {
description = "Another lightweight testing library in Haskell.";
description = "Another lightweight testing library in Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0cdn2sb3m62bnxdz59diwwaxysh3kj4kk1srn4m80p03fj60s0q5";
meta = {
homepage = "http://code.haskell.org/~byorgey/code/split";
description = "Combinator library for splitting lists.";
description = "Combinator library for splitting lists";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ mtl stm ];
meta = {
homepage = "http://code.haskell.org/~mokus/stateref/";
description = "Abstraction for things that work like IORef.";
description = "Abstraction for things that work like IORef";
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "08cjajqz9h47fkq98mlf3rc8n5ghbmnmgn8pfsl3bdldjdkmmlrc";
meta = {
homepage = "http://www.cse.unsw.edu.au/~rl/code/strict.html";
description = "Strict data types and String IO.";
description = "Strict data types and String IO";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ HUnit extensibleExceptions testFramework ];
meta = {
homepage = "http://batterseapower.github.com/test-framework/";
description = "HUnit support for the test-framework package.";
description = "HUnit support for the test-framework package";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://batterseapower.github.com/test-framework/";
description = "QuickCheck support for the test-framework package.";
description = "QuickCheck support for the test-framework package";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ QuickCheck extensibleExceptions testFramework ];
meta = {
homepage = "http://batterseapower.github.com/test-framework/";
description = "QuickCheck2 support for the test-framework package.";
description = "QuickCheck2 support for the test-framework package";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ parsec syb xml ];
meta = {
homepage = "http://github.com/jgm/texmath";
description = "Conversion of LaTeX math formulas to MathML.";
description = "Conversion of LaTeX math formulas to MathML";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ parsec syb xml ];
meta = {
homepage = "http://github.com/jgm/texmath";
description = "Conversion of LaTeX math formulas to MathML.";
description = "Conversion of LaTeX math formulas to MathML";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ deepseq ];
meta = {
homepage = "http://bitbucket.org/bos/text";
description = "An efficient packed Unicode text type.";
description = "An efficient packed Unicode text type";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ deepseq ];
meta = {
homepage = "http://bitbucket.org/bos/text";
description = "An efficient packed Unicode text type.";
description = "An efficient packed Unicode text type";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ deepseq ];
meta = {
homepage = "https://bitbucket.org/bos/text";
description = "An efficient packed Unicode text type.";
description = "An efficient packed Unicode text type";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "0.5.3";
sha256 = "15jynhl1ly0zhk2g9rm8vxas9p76w1lfxqhjw5rfb8s5k1w73fil";
meta = {
description = "Derive Template Haskell's Lift class for datatypes.";
description = "Derive Template Haskell's Lift class for datatypes";
license = "unknown";
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ syb ];
meta = {
homepage = "http://community.haskell.org/~ndm/uniplate/";
description = "Help writing simple, concise and fast generic operations.";
description = "Help writing simple, concise and fast generic operations";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "009dg6mxjmdkcmr2d1qq9r3f4qfx4d362lyxj9vvgwrzcdnsgzqi";
meta = {
homepage = "http://github.com/jystic/unix-compat";
description = "Portable POSIX-compatibility layer.";
description = "Portable POSIX-compatibility layer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ utf8String ];
meta = {
homepage = "http://www.haskell.org/haskellwiki/Url";
description = "A library for working with URLs.";
description = "A library for working with URLs";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ ListLike time ];
meta = {
homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
description = "Fast, online, error-correcting, monadic, applicative, merging, permuting, idiomatic parser combinators.";
description = "Fast, online, error-correcting, monadic, applicative, merging, permuting, idiomatic parser combinators";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -13,7 +13,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://github.com/snoyberg/wai-extra";
description = "Provides some basic WAI handlers and middleware.";
description = "Provides some basic WAI handlers and middleware";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

View file

@ -11,7 +11,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://github.com/snoyberg/wai";
description = "Web Application Interface.";
description = "Web Application Interface";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [

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