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
Peter Simons
269b4776ce
haskell: added OpenGL 5.0.0 and GLUT 2.3.0.0
...
svn path=/nixpkgs/trunk/; revision=32054
2012-02-06 14:27:24 +00:00
Peter Simons
20f8c35e07
haskell-happy: added version 1.18.9
...
svn path=/nixpkgs/trunk/; revision=32052
2012-02-06 14:27:18 +00:00
Peter Simons
2286dd1f51
haskell-packages.nix: updated configurations for older GHC versions to prefer a more modern DeepSeq
...
svn path=/nixpkgs/trunk/; revision=32023
2012-02-03 21:06:28 +00:00
Peter Simons
74e822d76a
haskell-packages.nix: GHC 7.4.1 should use the latest version of regexPosix
...
svn path=/nixpkgs/trunk/; revision=32014
2012-02-03 21:00:13 +00:00
Peter Simons
69d6b66571
haskell-packages.nix: the latest regexPosix must use a matching regexBase in order to compile with older versions of GHC, i.e. 6.10.4
...
svn path=/nixpkgs/trunk/; revision=32013
2012-02-03 21:00:09 +00:00
Peter Simons
0861eb5a3d
haskell-packages.nix: updated 'haskellPlatformArgs_future' configuration to reflect the current state of affairs for GHC 7.4.1
...
* DeepSeq has been removed because it's now a core package.
* XHTML and network have been updated to the latest version.
* The comments that state whether a package builds or not have been updated.
svn path=/nixpkgs/trunk/; revision=32009
2012-02-03 19:06:50 +00:00
Peter Simons
83c6e41b15
haskell-xhtml: added version 3000.2.0.5
...
svn path=/nixpkgs/trunk/; revision=32008
2012-02-03 19:06:47 +00:00
Peter Simons
dd28867e4f
haskell-network: added version 2.3.0.10
...
svn path=/nixpkgs/trunk/; revision=32007
2012-02-03 19:06:44 +00:00
Peter Simons
351627cb88
haskell-extensible-exceptions: added version 0.1.1.4
...
svn path=/nixpkgs/trunk/; revision=32006
2012-02-03 19:06:41 +00:00
Peter Simons
49ca209cd2
haskell-deepseq: added version 1.3.0.0
...
svn path=/nixpkgs/trunk/; revision=32005
2012-02-03 19:06:38 +00:00
Peter Simons
8cba75ac34
haskell-ieee754: added version 0.7.3
...
svn path=/nixpkgs/trunk/; revision=32004
2012-02-03 19:06:35 +00:00
Andres Löh
f2d6ca5d02
Added haskell-{bitarray,containers-deepseq,gd}.
...
svn path=/nixpkgs/trunk/; revision=31991
2012-02-03 12:15:00 +00:00
Andres Löh
b66db5ca13
Add ghc-7.4.1. Remove Hydra building for the 7.2.* series.
...
svn path=/nixpkgs/trunk/; revision=31989
2012-02-02 21:08:30 +00:00