- cautious-file: updated to version 1.0.1
- hmatrix: updated to version 0.14.0.1
- random-fu: updated to version 0.2.2.0
- resourcet: added version 0.3.0
- sendfile: updated to version 0.7.6
- test-framework: added version 0.6
svn path=/nixpkgs/trunk/; revision=33354
- gd: updated to version 3000.7.3
- hakyll: updated to version 3.2.6.2
- HaskellForMaths: updated to version 0.4.4
- haskell-src-meta: updated to version 0.5.1.1
- mwc-random: dropped obsolete version 0.10.0.1.
- persistent-template: updated to version 0.8.2
- snap-core: updated to version 0.8.0.1
- snap-server: updated to version 0.8.0.1
- unordered-containers: dropped obsolete version 0.1.4.6.
svn path=/nixpkgs/trunk/; revision=33255
- Agda-executable: updated to version 2.3.0.1
- Agda: updated to version 2.3.0.1
- gio: added version 0.12.3
- hamlet: updated to version 0.10.9.1
- leksah-server: updated to version 0.12.0.4
- leksah: updated to version 0.12.0.3
- ltk: updated to version 0.12.0.0
- packages.nix: cosmetic change
- pandoc: updated to version 1.9.1.2
- polyparse: added version 1.8
- shakespeare-css: updated to version 0.10.8
- shakespeare-i18n: updated to version 0.0.2.1
- shakespeare-js: updated to version 0.11.2
- shakespeare-text: updated to version 0.11
- shakespeare: updated to version 0.11
- tls: updated to version 0.9.1
- unordered-containers: updated to version 0.2.0.1
- uuagc: updated to version 0.9.40.3
- yesod-core: updated to version 0.10.2.2
- yesod-form: updated to version 0.4.2.1
- yesod: updated to version 0.10.1.4
svn path=/nixpkgs/trunk/; revision=33015
- Hipmunk: updated to version 5.2.0.7
- cairo: updated to version 0.12.3
- digest: updated to version 0.0.1.1
- glib: updated to version 0.12.3
- gloss: updated to version 1.6.2.1
- gtk: updated to version 0.12.3
- language-javascript: updated to version 0.4.10
- pango: updated to version 0.12.3
- zeromq-haskell: updated to version 0.8.4
svn path=/nixpkgs/trunk/; revision=32947
- uniplate: updated to version 1.6.7
- unordered-containers: dropped obsolete version 0.1.4.6
- HsOpenSSL: updated to version 0.10.1.4
svn path=/nixpkgs/trunk/; revision=32889
- HDBC-postgresql updated to version 2.3.2.1
- HsOpenSSL updated to version 0.10.1.3
- hledger-web updated to version 0.17.1
- persistent updated to version 0.8.0.2
- xml-conduit updated to version 0.5.3.1
- haddock: added version 2.10.0
svn path=/nixpkgs/trunk/; revision=32799
Michael Snoyman reports that version 0.1.1.0 has serious performance issues:
> import Data.ByteString.Base64
> import Data.ByteString.Char8 (pack)
> import Criterion.Main
>
> main :: IO ()
> main = defaultMain
> [ bench "encode" $ whnf encode $ pack "qwerty"
> ]
On version 0.1.0.3, this takes 229.4312 ns. On 0.1.1.0, it takes 3.556598 ms.
It looks like the problem is coming from the recent addition of URL encoding
(f1916d8a86).
svn path=/nixpkgs/trunk/; revision=32632
Most packages use the Cabal library only as a build tool, and as such it is a
dependency of the cabal.nix builder -- not of the package that's being built
with that builder.
svn path=/nixpkgs/trunk/; revision=32326