Peter Simons
b24eb9855c
haskell-unordered-containers: updated to version 0.2.1.0
...
svn path=/nixpkgs/trunk/; revision=33061
2012-03-14 09:23:49 +00:00
Peter Simons
c86a90c4e9
Updating Haskell packages.
...
- 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
2012-03-12 14:06:18 +00:00
Andres Löh
a1f88264cf
Binary is a GHC core package since GHC-7.2.
...
svn path=/nixpkgs/trunk/; revision=32974
2012-03-10 17:30:51 +00:00
Peter Simons
178b500c8c
Updated Haskell packages.
...
- 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
2012-03-09 10:01:19 +00:00
Peter Simons
47e76fde88
haskell-unordered-containers: added version 0.1.4.6 again to fix build of snap-core
...
svn path=/nixpkgs/trunk/; revision=32911
2012-03-08 20:50:18 +00:00
Peter Simons
5ca8bc5be3
haskell-syb: revert removal of versions 0.2.2 and 0.3
...
Apparently, these versions weren't as obsolete as I thought.
svn path=/nixpkgs/trunk/; revision=32909
2012-03-08 18:53:51 +00:00
Peter Simons
6443e4dc64
Updated haskell packages.
...
- 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
2012-03-08 13:22:32 +00:00
Peter Simons
5e8842d808
haskell-mwc-random: updated to version 0.12.0.0
...
svn path=/nixpkgs/trunk/; revision=32880
2012-03-08 09:56:05 +00:00
Peter Simons
d5eb6c7f59
haskell-unordered-containers: added version 0.2.0.0
...
svn path=/nixpkgs/trunk/; revision=32879
2012-03-08 09:56:00 +00:00
Peter Simons
4a39ac521a
haskell-syb: removed obsolete versions 0.2.2 and 0.3
...
svn path=/nixpkgs/trunk/; revision=32840
2012-03-06 22:27:24 +00:00
Peter Simons
7873ce2793
pakcs: updated to version 1.10.0
...
svn path=/nixpkgs/trunk/; revision=32839
2012-03-06 22:27:20 +00:00
Peter Simons
4adb9195bc
haskell-base64-bytestring: updated to version 0.1.1.1
...
svn path=/nixpkgs/trunk/; revision=32815
2012-03-06 11:05:42 +00:00
Peter Simons
05d92999a0
Updated haskell packages.
...
- 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
2012-03-05 11:58:21 +00:00
Peter Simons
81e6c12bb3
haskell-IfElse: added version 0.85
...
svn path=/nixpkgs/trunk/; revision=32707
2012-02-29 19:24:44 +00:00
Peter Simons
5f4c5c106a
haskell-stm: updated to version 2.3
...
svn path=/nixpkgs/trunk/; revision=32700
2012-02-29 17:24:31 +00:00
Peter Simons
b2356973fe
haskell-haskdogs: wrapper around hasktags that fetches sources for dependencies from hackage
...
svn path=/nixpkgs/trunk/; revision=32667
2012-02-28 00:10:02 +00:00
Peter Simons
bf4ebdc2bb
haskell-HSH: shell scripting in haskell
...
svn path=/nixpkgs/trunk/; revision=32666
2012-02-28 00:09:59 +00:00
Peter Simons
be0acc8bc1
hasktags: ctags/etags for haskell sources
...
svn path=/nixpkgs/trunk/; revision=32665
2012-02-28 00:09:56 +00:00
Peter Simons
9e371a98c2
haskell-base64-bytestring: downgraded default version to 0.1.0.3
...
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
2012-02-27 20:27:41 +00:00
Peter Simons
846da9fb0a
haskell-hledger-web: disable this package temporarily until it has been upgraded to support recent versions of Yesod
...
svn path=/nixpkgs/trunk/; revision=32539
2012-02-24 11:31:21 +00:00
Peter Simons
4b3e14f5d0
Deleted deprecated packages:
...
haskell-containers-deepseq
haskell-control-monad-attempt
haskell-data-object
haskell-data-object-yaml
haskell-frown
haskell-jsonEnumerator
haskell-neither
haskell-pool
haskell-web-routes
haskell-web-routes-quasi
haskell-xml-enumerator
svn path=/nixpkgs/trunk/; revision=32538
2012-02-24 11:31:19 +00:00
Peter Simons
9c06f2b68a
haskell-monads-tf: added version 0.1.0.0
...
svn path=/nixpkgs/trunk/; revision=32533
2012-02-24 08:24:12 +00:00
Peter Simons
23f9485c94
haskell-mathblog: added version 0.4
...
svn path=/nixpkgs/trunk/; revision=32511
2012-02-23 11:33:39 +00:00
Peter Simons
f8703e3b25
haskell-packages.nix: updated version of HUnit used by GHC 7.4.1
...
svn path=/nixpkgs/trunk/; revision=32449
2012-02-21 10:09:34 +00:00
Peter Simons
cecff49b34
Moved the cabal build driver function from development/libraries/haskell/cabal to build-support/cabal.
...
This change also resolves the "cabal" vs. "Cabal" ambiguity on file systems
that don't distinguish case.
svn path=/nixpkgs/trunk/; revision=32401
2012-02-19 17:03:35 +00:00
Peter Simons
b7e432214b
haskell-packages.nix: improved handling of 'Cabal'
...
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
2012-02-16 14:05:01 +00:00
Peter Simons
9882d962d1
haskell-alternative-io: added version 0.0.0
...
svn path=/nixpkgs/trunk/; revision=32294
2012-02-15 10:39:09 +00:00
Peter Simons
3256e7f5c2
haskell-nixos-types: removed obsolete package
...
svn path=/nixpkgs/trunk/; revision=32290
2012-02-14 16:59:01 +00:00
Peter Simons
adc9bf0510
haskell-packages.nix: removed obsolete 'aeson-native' and 'blaze-textual-native'
...
svn path=/nixpkgs/trunk/; revision=32289
2012-02-14 16:58:58 +00:00
Peter Simons
89a958e4d0
haskell-packages.nix: allow packages to be built with a version of 'Cabal' other than the one shipped with the compiler
...
svn path=/nixpkgs/trunk/; revision=32288
2012-02-14 16:58:56 +00:00
Peter Simons
6e3f66185d
haskell-packages.nix: allow packages to be built with a version of 'filepath' other than the one shipped with the compiler
...
svn path=/nixpkgs/trunk/; revision=32287
2012-02-14 16:58:53 +00:00
Peter Simons
3c63b41aa4
haskell-tar: added version 0.4.0.0
...
svn path=/nixpkgs/trunk/; revision=32277
2012-02-14 16:58:27 +00:00
Peter Simons
f1abe7d195
haskell-network: updated 2.3.x version to 2.3.0.11
...
svn path=/nixpkgs/trunk/; revision=32276
2012-02-14 16:58:24 +00:00
Peter Simons
d53d97ad5e
haskell-HaRe: updated to version 0.6.0.2
...
svn path=/nixpkgs/trunk/; revision=32238
2012-02-13 09:01:46 +00:00
Peter Simons
a2d2fa31a6
haskell-persistent: updated to version 0.8.0
...
svn path=/nixpkgs/trunk/; revision=32179
2012-02-10 11:32:50 +00:00
Peter Simons
78d758d93f
haskell-yesod-routes: added version 0.0.1
...
svn path=/nixpkgs/trunk/; revision=32178
2012-02-10 11:32:48 +00:00
Peter Simons
cd306852ad
haskell-crypto-conduit: added version 0.1.3.1
...
svn path=/nixpkgs/trunk/; revision=32177
2012-02-10 11:32:45 +00:00
Peter Simons
eb9badcd21
haskell-attempt: added version 0.4.0
...
svn path=/nixpkgs/trunk/; revision=32176
2012-02-10 11:32:40 +00:00
Peter Simons
cf686eaa50
haskell-failure: added version 0.2.0
...
svn path=/nixpkgs/trunk/; revision=32175
2012-02-10 11:32:35 +00:00
Peter Simons
2d48075c4a
haskell-packages.nix: disable the obsolete 'HaRe' tool
...
svn path=/nixpkgs/trunk/; revision=32165
2012-02-09 14:53:07 +00:00
Peter Simons
792bbd3522
haskell-packages.nix: disable the obsolete 'frown' tool
...
svn path=/nixpkgs/trunk/; revision=32164
2012-02-09 14:53:05 +00:00
Peter Simons
bfd1783a06
haskell-packages.nix: fixed obsolete reference to json_0_5 attribute
...
svn path=/nixpkgs/trunk/; revision=32163
2012-02-09 14:41:36 +00:00
Peter Simons
24ff52e62e
haskell-json: dropped obsolete version 0.4.4
...
svn path=/nixpkgs/trunk/; revision=32161
2012-02-09 14:38:01 +00:00
Peter Simons
0df0d9ad9c
Ebnf2ps: the package is now available from Hackage
...
svn path=/nixpkgs/trunk/; revision=32147
2012-02-08 22:07:42 +00:00
Peter Simons
a2df0e09ff
haskell-zlib: added version 0.5.3.3
...
svn path=/nixpkgs/trunk/; revision=32101
2012-02-07 10:34:28 +00:00
Peter Simons
6704a7379b
haskell-test-framework: dropped version 0.4.2.2
...
Pandoc updated to 0.5.
svn path=/nixpkgs/trunk/; revision=32100
2012-02-07 10:34:25 +00:00
Peter Simons
bb5f77cfaa
haskell-pandoc: updated to version 1.9.0.3
...
svn path=/nixpkgs/trunk/; revision=32074
2012-02-06 18:28:19 +00:00
Peter Simons
14e803ff8a
haskell-test-framework: added version 0.4.2.2 (required by pandoc)
...
svn path=/nixpkgs/trunk/; revision=32072
2012-02-06 18:28:12 +00:00
Peter Simons
c682f95d63
haskell-temporary: added version 1.1.2.3
...
svn path=/nixpkgs/trunk/; revision=32056
2012-02-06 14:27:30 +00:00
Peter Simons
12dfa773aa
haskell-haskell-src: 7.4.1 build was fixed by happy update
...
svn path=/nixpkgs/trunk/; revision=32055
2012-02-06 14:27:27 +00:00