Commit graph

14859 commits

Author SHA1 Message Date
Peter Simons 6738bc8e93 haskell-random-fu: updated to version 0.2
svn path=/nixpkgs/trunk/; revision=28295
2011-08-07 20:26:06 +00:00
Peter Simons 79e8468117 haskell-packages.nix: added gamma library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28294
2011-08-07 20:26:02 +00:00
Peter Simons 0b6775521c haskell-packages.nix: added continued-fractions library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28293
2011-08-07 20:25:57 +00:00
Peter Simons 9acaf72e69 haskell-packages.nix: added converge library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28292
2011-08-07 20:25:53 +00:00
Peter Simons 45a194d0c6 haskell-packages.nix: added flexible-defaults library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28291
2011-08-07 20:25:49 +00:00
Peter Simons 0485be8b1d haskell-packages.nix: added random-source library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28290
2011-08-07 20:25:45 +00:00
Peter Simons a843acef47 haskell-packages.nix: added rvar library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28289
2011-08-07 20:25:40 +00:00
Peter Simons 883c69943d haskell-test-framework: updated to version 0.4.1.1
svn path=/nixpkgs/trunk/; revision=28288
2011-08-07 20:25:36 +00:00
Peter Simons d3aeee395d haskell-fclabels: updated to version 0.11.1.1
svn path=/nixpkgs/trunk/; revision=28287
2011-08-07 20:25:32 +00:00
Peter Simons 1078b59e29 haskell-MaybeT-transformers: updated to version 0.2
svn path=/nixpkgs/trunk/; revision=28286
2011-08-07 20:25:28 +00:00
Peter Simons 3db43f3518 haskell-tagged: updated to version 0.2.2.3
svn path=/nixpkgs/trunk/; revision=28285
2011-08-07 20:25:24 +00:00
Peter Simons 477a7ef458 haskell-ListLike: updated to version 3.1.1
svn path=/nixpkgs/trunk/; revision=28284
2011-08-07 20:25:19 +00:00
Peter Simons 0c8a434cf0 haskell-Crypto: updated to version 4.2.3
svn path=/nixpkgs/trunk/; revision=28283
2011-08-07 20:25:15 +00:00
Peter Simons ed325a6dda haskell-unordered-containers: updated to version 0.1.4.2
svn path=/nixpkgs/trunk/; revision=28282
2011-08-07 20:25:11 +00:00
Peter Simons d10b66d74a haskell-threadmanager: updated to version 0.1.4
svn path=/nixpkgs/trunk/; revision=28281
2011-08-07 20:25:07 +00:00
Peter Simons 95600aa119 haskell-datetime: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=28280
2011-08-07 20:25:03 +00:00
Peter Simons 7dbf9f3c7a haskell-packages.nix: unsuccessful attempted to salvage 'salviaProtocol'
The package can't deal with modern versions of the transformers library.
I managed to get it past the "cabal configure" stage by passing the old
version of parsec, but the build fails later anyway.

svn path=/nixpkgs/trunk/; revision=28279
2011-08-07 20:24:59 +00:00
Peter Simons c6edd9a278 haskell-monads-fd: added new version 0.2.0.0
Unfortunately, the old version no longer compiles because it can't deal
with current versions of the transformers package. This means that some
other packages that depend on the old monads-fd package, such as
MaybeT-transformers, are broken, too.

svn path=/nixpkgs/trunk/; revision=28278
2011-08-07 20:24:54 +00:00
Peter Simons c37b3ffcdf haskell-aeson: updated to version 0.3.2.10 in an attempt to fix build failures
That attempt was not successful, unfortunately, the package still
doesn't compile. :-(

svn path=/nixpkgs/trunk/; revision=28277
2011-08-07 20:24:50 +00:00
Peter Simons 653fb4b663 haskell-time: added the latest version, 1.2.0.5
svn path=/nixpkgs/trunk/; revision=28276
2011-08-07 20:24:46 +00:00
Peter Simons a04acc1c5d haskell-HGL: updated to version 3.2.0.2
svn path=/nixpkgs/trunk/; revision=28275
2011-08-07 20:24:41 +00:00
Peter Simons 83f1fe94a9 haskell-vector: updated to version 0.7.1
svn path=/nixpkgs/trunk/; revision=28274
2011-08-07 20:24:37 +00:00
Peter Simons 0d787c8a2e haskell-monads-fd: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=28273
2011-08-07 20:24:30 +00:00
Peter Simons 2ff80d0e9d haskell-multiset: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=28272
2011-08-07 20:24:25 +00:00
Peter Simons f6e155bcf8 haskell-multiplate: updated to version 0.0.1.1
svn path=/nixpkgs/trunk/; revision=28271
2011-08-07 19:34:32 +00:00
Peter Simons 15fbcc11d7 haskell-MemoTrie: updated to version 0.4.10
svn path=/nixpkgs/trunk/; revision=28270
2011-08-07 19:34:28 +00:00
Peter Simons a0c7022cf5 ghc-core: updated to version 0.5
svn path=/nixpkgs/trunk/; revision=28269
2011-08-07 19:34:24 +00:00
Peter Simons 3f665a39ee colorize-haskell: updated to version 1.0.1
svn path=/nixpkgs/trunk/; revision=28268
2011-08-07 19:34:20 +00:00
Peter Simons aa89a18895 haskell-packages.nix: dropped MonadLab; the package doesn't compile on modern GHC versions
svn path=/nixpkgs/trunk/; revision=28267
2011-08-07 19:34:16 +00:00
Peter Simons e2e79e1362 haskell-pool: updated to version 0.1.0.4
svn path=/nixpkgs/trunk/; revision=28266
2011-08-07 19:34:12 +00:00
Peter Simons dfa2ad145d haskell-unix-compat: updated to version 0.2.2.1
svn path=/nixpkgs/trunk/; revision=28265
2011-08-07 19:34:08 +00:00
Peter Simons f728e6564b haskell-warp: updated to version 0.4.3
svn path=/nixpkgs/trunk/; revision=28264
2011-08-07 19:34:00 +00:00
Peter Simons db89614818 haskell-HsSyck: updated to version 0.50
svn path=/nixpkgs/trunk/; revision=28263
2011-08-07 19:33:56 +00:00
Peter Simons 8128da6ce3 haskell-split: updated to version 0.1.4.1
svn path=/nixpkgs/trunk/; revision=28262
2011-08-07 19:33:53 +00:00
Peter Simons 56bf74372b yst: updated to version 0.2.4.1
svn path=/nixpkgs/trunk/; revision=28261
2011-08-07 19:33:49 +00:00
Peter Simons dd9914a67d haskell-criterion: updated to version 0.5.0.10
svn path=/nixpkgs/trunk/; revision=28260
2011-08-07 19:33:43 +00:00
Peter Simons 10d06ad492 haskell-vector-space: updated to version 0.7.3
svn path=/nixpkgs/trunk/; revision=28259
2011-08-07 19:33:39 +00:00
Peter Simons 7892062e3c haskell-vty: updated to version 4.7.0.4
The old version is still around, because hledger-vty won't accept the
latest one. Note that previously the vty was build with 'mtl' overridden
to 'mtl2'. I dropped that override, because it seems to have become be
unnecessary. If anyone is aware of a hidden reason why that mtl2 must be
set explicitly, please let me know.

svn path=/nixpkgs/trunk/; revision=28258
2011-08-07 19:33:34 +00:00
Peter Simons bec97bf9db haskell-snap: updated to version 0.5.2
svn path=/nixpkgs/trunk/; revision=28257
2011-08-07 19:33:30 +00:00
Peter Simons 6099f6ba8f base64-string: updated to version 0.2
svn path=/nixpkgs/trunk/; revision=28256
2011-08-07 19:33:26 +00:00
Peter Simons c610ef459d haskell-enumerator: updated to version 0.4.13.1
svn path=/nixpkgs/trunk/; revision=28255
2011-08-07 19:33:21 +00:00
Peter Simons 5bf6cf7fc5 vector-algorithms: updated to version 0.5.2
The old 0.4 version is still required because snapServer won't accept
the latest version.

svn path=/nixpkgs/trunk/; revision=28254
2011-08-07 19:33:17 +00:00
Peter Simons 96aa26a2fc haskell-packages.nix: added bytestring-mmap
svn path=/nixpkgs/trunk/; revision=28253
2011-08-07 19:33:12 +00:00
Peter Simons 843725a7da gitit: updated to version 0.8.0.1
svn path=/nixpkgs/trunk/; revision=28252
2011-08-07 18:23:52 +00:00
Peter Simons 6c02f0d614 hashed-storage: updated to version 0.5.7
svn path=/nixpkgs/trunk/; revision=28251
2011-08-07 18:23:48 +00:00
Peter Simons 11da59c3bc happstack-server: updated to version 6.1.6
There is a newer version available, but Gitit won't accept that one.

svn path=/nixpkgs/trunk/; revision=28250
2011-08-07 18:23:44 +00:00
Peter Simons f8dd519a8d happstack-util: updated to version 6.0.0
svn path=/nixpkgs/trunk/; revision=28249
2011-08-07 18:23:40 +00:00
Peter Simons 0069e583cd happstack-data: updated to version 6.0.0
svn path=/nixpkgs/trunk/; revision=28248
2011-08-07 18:23:35 +00:00
Peter Simons 96bfd6f21c sendfile: updated to version 0.7.3
svn path=/nixpkgs/trunk/; revision=28247
2011-08-07 18:23:31 +00:00
Peter Simons e2ca9813d4 highlighting-kate: updated to version 0.2.10
svn path=/nixpkgs/trunk/; revision=28246
2011-08-07 18:23:27 +00:00