Commit graph

675 commits

Author SHA1 Message Date
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
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
Peter Simons 798890b819 haskell-zlib: drop version 0.5.3.2 again; it's causing lots of trouble
This change affects only GHC 7.2 or later.

svn path=/nixpkgs/trunk/; revision=31985
2012-02-02 17:03:01 +00:00
Peter Simons bd2c29d553 haskell-persistent-sqlite: added version 0.6.2.1
svn path=/nixpkgs/trunk/; revision=31983
2012-02-02 14:54:56 +00:00
Peter Simons e11c942238 haskell-yesod-default: added version 0.5.0
svn path=/nixpkgs/trunk/; revision=31982
2012-02-02 14:54:53 +00:00
Peter Simons e3e09ea617 haskell-packages.nix: disabled hledger-vty and hledger-chart
These packages don't build with current versions of hledger-lib. I'll ask
upstream about an update.

svn path=/nixpkgs/trunk/; revision=31975
2012-02-02 10:38:08 +00:00
Peter Simons 8c1822d2d8 haskell-socks: added version 0.4.0
svn path=/nixpkgs/trunk/; revision=31967
2012-02-02 10:37:48 +00:00
Peter Simons d7b739d9a5 haskell-cmdargs: deleted obsolete 0.8 version
svn path=/nixpkgs/trunk/; revision=31966
2012-02-02 10:37:45 +00:00
Peter Simons 9d693c2e4e haskell-cmdargs: added version 0.9.2
svn path=/nixpkgs/trunk/; revision=31929
2012-01-30 10:52:04 +00:00
Peter Simons 588da3fbf3 haskell-packages.nix: cosmetic
svn path=/nixpkgs/trunk/; revision=31928
2012-01-30 10:52:01 +00:00
Peter Simons 5792ce967f haskell-multiarg: added version 0.1.0.0
svn path=/nixpkgs/trunk/; revision=31915
2012-01-29 16:23:57 +00:00
Peter Simons 1bc0a60bf8 haskell-explicit-exception: added version 0.1.6
svn path=/nixpkgs/trunk/; revision=31914
2012-01-29 16:23:53 +00:00
Peter Simons 47c3e4b2a3 haskell-zlib: added version 0.5.3.2
This version is disabled for all versions of GHC older than 7.2, because
it won't build. Upstream has been notified.

svn path=/nixpkgs/trunk/; revision=31894
2012-01-27 20:31:03 +00:00
Peter Simons bbe935774d haskell-GLFW: added version 0.5.0.1
svn path=/nixpkgs/trunk/; revision=31893
2012-01-27 20:31:00 +00:00
Peter Simons a5d419ea5a haskell-resource-pool: added version 0.2.1.0
svn path=/nixpkgs/trunk/; revision=31858
2012-01-26 14:20:17 +00:00
Peter Simons b968c011c6 haskell-pool-conduit: added version 0.0.0
svn path=/nixpkgs/trunk/; revision=31857
2012-01-26 14:20:14 +00:00
Peter Simons 4752d7201c haskell-ghc-mod: don't hard-code a specific version of emacsPackages into the expression itself
Instead, one of the available version is chosen in haskell-packages.nix, when
the expression is instantiated.

Also updated the meta section.

svn path=/nixpkgs/trunk/; revision=31856
2012-01-26 14:20:11 +00:00
Peter Simons adc8828c96 development/tools/parsing/ebnf2ps: added initial version 1.0.8
svn path=/nixpkgs/trunk/; revision=31855
2012-01-26 14:20:06 +00:00
Peter Simons ea9708ca01 haskell-mwc-random: added version 0.11.0.0
svn path=/nixpkgs/trunk/; revision=31807
2012-01-24 15:06:00 +00:00
Peter Simons 5f7e961d15 haskell-HsOpenSSL: added version 0.10.1.2
svn path=/nixpkgs/trunk/; revision=31806
2012-01-24 15:05:57 +00:00
Peter Simons 9e5c06adc9 haskell-language-javascript: updated to version 0.4.6
svn path=/nixpkgs/trunk/; revision=31805
2012-01-24 15:05:54 +00:00
Peter Simons 76cbc8ade8 haskell-text: added version 0.11.1.13
svn path=/nixpkgs/trunk/; revision=31804
2012-01-24 15:05:51 +00:00
Andres Löh bbc726c86a Adding haskell-DSH and dependencies.
svn path=/nixpkgs/trunk/; revision=31794
2012-01-23 16:22:34 +00:00
Andres Löh dd83243b8c Make statistics and criterion compile with ghc-6.12.3.
svn path=/nixpkgs/trunk/; revision=31733
2012-01-20 10:54:09 +00:00
Peter Simons 13e5cf2efb haskell-vault: added version 0.1.0.0
svn path=/nixpkgs/trunk/; revision=31683
2012-01-19 14:44:33 +00:00
Peter Simons 02392785c5 ghc-mod: new package (emacs haskell-mode extension)
svn path=/nixpkgs/trunk/; revision=31653
2012-01-18 20:32:34 +00:00
Peter Simons 4907bb6cf5 haskell-math-functions: added version 0.1.1.0
svn path=/nixpkgs/trunk/; revision=31580
2012-01-16 11:33:34 +00:00
Peter Simons d88a86d8ee haskell-unix-compat: updated to version 0.3.0.1
svn path=/nixpkgs/trunk/; revision=31347
2012-01-06 13:30:08 +00:00
Peter Simons 671455b8be haskell-maude: updated to version 0.3.0
svn path=/nixpkgs/trunk/; revision=31345
2012-01-06 13:30:02 +00:00
Peter Simons 660701471c Dropped obsolete versions of haskell-primitive and haskell-vector.
svn path=/nixpkgs/trunk/; revision=31285
2012-01-04 17:48:40 +00:00
Peter Simons aac6654ed5 haskell-vector: updated to version 0.9.1
svn path=/nixpkgs/trunk/; revision=31283
2012-01-04 17:48:32 +00:00
Peter Simons e195f5b358 monad-control: use consistent naming scheme for all supported versions
svn path=/nixpkgs/trunk/; revision=31211
2012-01-02 14:51:23 +00:00
Peter Simons de1a6e09d7 haskell-path-pieces: added version 0.1.0
haskell-attoparsec-conduit: added version 0.0.0
haskell-blaze-builder-conduit: added version 0.0.0
haskell-conduit: added version 0.0.0.1
haskell-http-conduit: added version 1.0.0
haskell-lifted-base: added version 0.1.0.2
haskell-xml-conduit: added version 0.5.0
haskell-zlib-conduit: added version 0.0.0

svn path=/nixpkgs/trunk/; revision=31141
2011-12-29 16:42:08 +00:00
Peter Simons 481a96b2ed haskell-shakespeare-i18n: added version 0.0.0
svn path=/nixpkgs/trunk/; revision=31087
2011-12-26 15:35:48 +00:00
Peter Simons 5aacd74bf8 haskell-wai-logger: added version 0.1.1
svn path=/nixpkgs/trunk/; revision=31086
2011-12-26 15:35:42 +00:00
Peter Simons 2d972e96ad haskell-fast-logger: added version 0.0.1
svn path=/nixpkgs/trunk/; revision=31085
2011-12-26 15:35:37 +00:00
Peter Simons e4f3dcda83 haskell-byteorder: added version 1.0.3
svn path=/nixpkgs/trunk/; revision=31084
2011-12-26 15:35:33 +00:00
Peter Simons 70b696e83e haskell-HTTP: added version 4000.2.2
svn path=/nixpkgs/trunk/; revision=31083
2011-12-26 15:35:30 +00:00
Peter Simons 46084dbc3c haskell-repr: added version 0.4.1.2
svn path=/nixpkgs/trunk/; revision=31070
2011-12-25 16:06:17 +00:00
Peter Simons 6a9bbeac0f haskell-string-combinators: added version 0.6.0.2
svn path=/nixpkgs/trunk/; revision=31069
2011-12-25 16:06:11 +00:00
Peter Simons 658f4ae7e2 haskell-dstring: added version 0.4.0.3
svn path=/nixpkgs/trunk/; revision=31068
2011-12-25 16:06:00 +00:00
Peter Simons 0ea5780f75 haskell-text: updated use of 0.11.1.11 to 0.11.1.12
svn path=/nixpkgs/trunk/; revision=31061
2011-12-24 18:57:39 +00:00
Peter Simons 986f3c193d pkgs/top-level/haskell-packages.nix: removed inconsistent 'text' specifications in haskell platform expressions
These changes were introduced unintentionally a while ago.

svn path=/nixpkgs/trunk/; revision=31057
2011-12-23 23:34:21 +00:00
Peter Simons e4a2d3ff6d haskell-text: updated version 0.11.1.10 to 0.11.1.11
svn path=/nixpkgs/trunk/; revision=31049
2011-12-23 11:57:45 +00:00
Peter Simons 30afcc3af3 pkgs/top-level/haskell-packages.nix: updated comment about the current HP default version
svn path=/nixpkgs/trunk/; revision=31041
2011-12-22 12:22:52 +00:00
Peter Simons 8854fa0da5 haskell-parallel: updated use of version 3.2.0.0 to 3.2.0.2
svn path=/nixpkgs/trunk/; revision=31030
2011-12-22 12:18:42 +00:00
Peter Simons 53f4402059 haskell-text: updated use of version 0.11.1.9 to 0.11.1.10
svn path=/nixpkgs/trunk/; revision=31029
2011-12-22 12:18:38 +00:00
Peter Simons 3f4358a02a haskell-multirec: dropped obsolete version 0.5.1
svn path=/nixpkgs/trunk/; revision=30999
2011-12-21 10:48:57 +00:00
Shea Levy d54677f9c4 Try to fix the tarball
Not sure if this will work, just tried the obvious fix.

svn path=/nixpkgs/trunk/; revision=30974
2011-12-20 02:51:37 +00:00
Peter Simons c4e802e22d haskell-QuickCheck: added version 2.4.2
svn path=/nixpkgs/trunk/; revision=30961
2011-12-19 13:27:38 +00:00
Peter Simons 4c05021dcb haskell-QuickCheck: dropped obsolete version 2.1.0.3
svn path=/nixpkgs/trunk/; revision=30960
2011-12-19 13:27:35 +00:00
Peter Simons 22bbe11e65 haskell-multirec: updated to version 0.7
svn path=/nixpkgs/trunk/; revision=30959
2011-12-19 13:27:32 +00:00
Andres Löh ffa89c82fd Trying to fix the build of darcs for ghc-7.0.4.
svn path=/nixpkgs/trunk/; revision=30952
2011-12-18 11:26:46 +00:00
Andres Löh e20ab8d9b3 Added Haskell Platform 2011.4.0.0.
svn path=/nixpkgs/trunk/; revision=30951
2011-12-18 10:22:48 +00:00
Andres Löh c11749dcd6 Updated the GHC HEAD snapshot.
svn path=/nixpkgs/trunk/; revision=30937
2011-12-16 18:11:23 +00:00
Peter Simons 9e7e3ae89c haskell-network: updated to version 2.3.0.8
svn path=/nixpkgs/trunk/; revision=30908
2011-12-15 13:36:58 +00:00
Peter Simons ba6e0edc9f haskell-syb: updated version 3.x to 0.3.6
svn path=/nixpkgs/trunk/; revision=30907
2011-12-15 13:36:56 +00:00
Andres Löh ea8d3f396e Added zeromq and haskell-zeromq-haskell.
svn path=/nixpkgs/trunk/; revision=30878
2011-12-14 08:31:14 +00:00
Andres Löh 9d19e4fe06 Added haskell-mongoDB and dependencies.
svn path=/nixpkgs/trunk/; revision=30877
2011-12-14 07:57:52 +00:00
Peter Simons f06abc04c5 The EHC compiler is now called UHC.
svn path=/nixpkgs/trunk/; revision=30841
2011-12-11 19:54:40 +00:00
Peter Simons 0f1e1249e7 haskell-packages.nix: xmobar requires parsec 3
Adding this explicit override fixes the GHC 6.10.4 build.

svn path=/nixpkgs/trunk/; revision=30829
2011-12-11 18:01:03 +00:00
Peter Simons 6569f68dde haskell-packages.nix: use the current version of parsec 3.x with GHC 7.2 or later
svn path=/nixpkgs/trunk/; revision=30828
2011-12-11 18:01:00 +00:00
Peter Simons 95d34b93c4 haskell-packages.nix: use text 0.11.0.6 when building with ghc 6.10.4
Newer versions of that library don't build with that old compiler, and
'text' is a fairly low-level library on which many others depend.

svn path=/nixpkgs/trunk/; revision=30827
2011-12-11 18:00:57 +00:00
Peter Simons b76db1c8ac haskell-SourceGraph: added version 0.7.0.1
svn path=/nixpkgs/trunk/; revision=30813
2011-12-09 18:07:29 +00:00
Peter Simons 75b523bf60 haskell-random: dropped unused versions 1.0.0.2, 1.0.0.3, and 1.0.1.0
I didn't rename the remaining '1.0.1.1.nix' file to 'default.nix',
because random is probably going to require support for multiple
versions once the new Haskell Platform comes out.

svn path=/nixpkgs/trunk/; revision=30796
2011-12-07 10:46:23 +00:00
Peter Simons f57996b658 haskell-packages: removed unused 'random_1_0_0_2_newtime' attribute
svn path=/nixpkgs/trunk/; revision=30795
2011-12-07 10:46:21 +00:00
Peter Simons 9d86314f49 haskell-random: added version 1.0.1.1
svn path=/nixpkgs/trunk/; revision=30791
2011-12-07 10:46:11 +00:00
Peter Simons 42757e653a Temporarily keep monad-control 0.2.0.3 until a new version of git-annex comes out that supports the current version.
svn path=/nixpkgs/trunk/; revision=30761
2011-12-05 16:23:02 +00:00
Andres Löh f237a3a418 Extended ghcWithPackages to link binaries.
svn path=/nixpkgs/trunk/; revision=30726
2011-12-04 16:07:39 +00:00
Andres Löh ecf037f2f7 Added a wrapper function to produce a GHC with a predefined set of packages.
svn path=/nixpkgs/trunk/; revision=30716
2011-12-03 16:19:43 +00:00
Peter Simons 86bddccb91 haskell-transformers-base: added version 0.4
svn path=/nixpkgs/trunk/; revision=30702
2011-12-02 11:48:08 +00:00
Peter Simons 4a1793ef48 haskell-hastache: added version 0.2.4
svn path=/nixpkgs/trunk/; revision=30685
2011-12-02 11:46:37 +00:00
Peter Simons 36c7f3d280 Dropped obsolete Haskell packages attoparsec-text and attoparsec-text-enumerator.
svn path=/nixpkgs/trunk/; revision=30684
2011-12-02 11:46:33 +00:00
Peter Simons 3e6968a624 haskell-HTTP: updated to version 4000.2.1
svn path=/nixpkgs/trunk/; revision=30649
2011-12-01 13:35:14 +00:00
Peter Simons f8e579bcf0 haskell-syb: added version 0.3.5
svn path=/nixpkgs/trunk/; revision=30644
2011-12-01 13:34:55 +00:00
Peter Simons 88a8730beb haskell-iteratee: added version 0.8.7.3
svn path=/nixpkgs/trunk/; revision=30572
2011-11-26 13:06:36 +00:00
Peter Simons 83027a49c9 haskell-src-exts: dropped obsolete version 1.9.6
svn path=/nixpkgs/trunk/; revision=30564
2011-11-25 13:44:52 +00:00
Peter Simons ed494478f7 haskell-happy: added version 1.18.8
svn path=/nixpkgs/trunk/; revision=30559
2011-11-25 13:44:30 +00:00
Peter Simons 6dfbee96eb haskell-hashtables: added version 1.0.0.0
svn path=/nixpkgs/trunk/; revision=30558
2011-11-25 13:44:24 +00:00
Peter Simons 9670a4fdb1 haskell-packages: changed happy and haddock attributes to refer to the
latest versions respectively. This change won't have much of an effect,
though, because we override these attributes based on the compiler
version that's used.

svn path=/nixpkgs/trunk/; revision=30534
2011-11-22 20:16:23 +00:00
Peter Simons 5ffe6771ad haskell-libmpd: added version 0.6.0
svn path=/nixpkgs/trunk/; revision=30515
2011-11-21 18:02:22 +00:00
Peter Simons 5da8244a14 haskell-th-extras: added version 0.0.0.1
svn path=/nixpkgs/trunk/; revision=30432
2011-11-15 17:54:46 +00:00
Andres Löh ab07a41756 Added haskell-bytestring-lexing.
svn path=/nixpkgs/trunk/; revision=30428
2011-11-14 16:57:26 +00:00
Peter Simons 3e4045ee9f haskell-haskell-src: added version 1.0.1.5
svn path=/nixpkgs/trunk/; revision=30409
2011-11-13 01:38:09 +00:00
Peter Simons 66bd9580f0 Added GHC 7.2.2.
svn path=/nixpkgs/trunk/; revision=30398
2011-11-12 22:19:03 +00:00
Peter Simons c1475b6431 haskell-text: updated to version 0.11.1.9
svn path=/nixpkgs/trunk/; revision=30204
2011-11-03 18:16:54 +00:00
Peter Simons 9567a44892 haskell-cryptocipher: dropped obsolete version 0.2.14
svn path=/nixpkgs/trunk/; revision=30178
2011-11-02 01:42:05 +00:00
Peter Simons d19ed54693 haskell-cryptocipher: added version 0.3.0
svn path=/nixpkgs/trunk/; revision=30169
2011-11-01 19:03:01 +00:00
Peter Simons 4da7dbb56f haskell-crypto-pubkey-types: added version 0.1.0
svn path=/nixpkgs/trunk/; revision=30158
2011-10-31 22:38:44 +00:00
Peter Simons 1c509caa6f haskell-time: updated to version 1.4.0.1
svn path=/nixpkgs/trunk/; revision=30145
2011-10-31 18:49:45 +00:00
Peter Simons 67d39b288c haskell-text: updated to version 0.11.1.7
svn path=/nixpkgs/trunk/; revision=30133
2011-10-30 16:06:37 +00:00
Peter Simons 77bf849490 haskell-network: updated to version 2.3.0.7
svn path=/nixpkgs/trunk/; revision=30132
2011-10-30 16:06:34 +00:00
Shea Levy 9bcfce124a Add download-curl
svn path=/nixpkgs/trunk/; revision=30130
2011-10-30 15:39:13 +00:00
Shea Levy 53bf668c0f Add Haskell curl bindings
svn path=/nixpkgs/trunk/; revision=30128
2011-10-30 15:24:00 +00:00
Shea Levy 324a9ec3b6 Add tagsoup-0.10.1 (needed for download-curl)
svn path=/nixpkgs/trunk/; revision=30126
2011-10-30 15:19:27 +00:00
Shea Levy 62a775f829 Add the download Haskell library
svn path=/nixpkgs/trunk/; revision=30125
2011-10-30 13:55:22 +00:00
Peter Simons 357e506105 haskell-base16-bytestring: added version 0.1.1.2
svn path=/nixpkgs/trunk/; revision=30082
2011-10-28 19:22:58 +00:00
Peter Simons 2ac2f2fac9 haskell-OpenGL: updated to version 2.4.0.2
svn path=/nixpkgs/trunk/; revision=30081
2011-10-28 19:22:55 +00:00
Peter Simons dd9dc1a337 haskell-GLUT: updated to version 2.2.2.1
svn path=/nixpkgs/trunk/; revision=30080
2011-10-28 19:22:51 +00:00
Peter Simons 629c2411cd haskell-texmath: updated to version 0.5.0.2
svn path=/nixpkgs/trunk/; revision=30079
2011-10-28 19:22:47 +00:00
Andres Löh f4c75d125b Generally switching to haskell-vector-0.9.
The price is that gamma's current upper bound has to be patched.

svn path=/nixpkgs/trunk/; revision=30066
2011-10-27 17:39:42 +00:00
Peter Simons 9de4823ff5 haskell-text: updated to version 0.11.1.6
svn path=/nixpkgs/trunk/; revision=30037
2011-10-26 17:37:15 +00:00
Peter Simons e0b9bbdb27 haskell-cabal-file-th: added version 0.1
svn path=/nixpkgs/trunk/; revision=29999
2011-10-24 19:18:04 +00:00
Peter Simons c026c35988 haskell-crypto-api: dropped obsolete version 0.6.4
svn path=/nixpkgs/trunk/; revision=29985
2011-10-24 15:35:56 +00:00
Peter Simons 7d2a905c82 haskell-crypto-api: updated to version 0.8
svn path=/nixpkgs/trunk/; revision=29959
2011-10-21 16:13:49 +00:00
Peter Simons f3f7cbde19 updated to haskell-vector 0.9: aeson-native, blaze-textual-native, and cryptocipher
svn path=/nixpkgs/trunk/; revision=29910
2011-10-19 19:45:38 +00:00
Peter Simons 172507f79e haskell-WebBits: added version 2.1
svn path=/nixpkgs/trunk/; revision=29909
2011-10-19 19:37:34 +00:00
Peter Simons 35bbc615f7 haskell-packages.nix: cosmetic
svn path=/nixpkgs/trunk/; revision=29908
2011-10-19 19:37:27 +00:00
Peter Simons 9a8c52cf41 haskell-hmatrix: enable -fvector flag
svn path=/nixpkgs/trunk/; revision=29907
2011-10-19 18:26:02 +00:00
Peter Simons 8398d7ef2a haskell-packages.nix: update default attributes of vector and primitive to the latest versions
svn path=/nixpkgs/trunk/; revision=29906
2011-10-19 18:25:57 +00:00
Peter Simons b903b335fb haskell-vty: dropped obsolete version 4.6.0.4
svn path=/nixpkgs/trunk/; revision=29905
2011-10-19 18:25:52 +00:00
Peter Simons 0b11520557 haskell-packages.nix: make users of haskell-vector and haskell-primitive explicit
svn path=/nixpkgs/trunk/; revision=29904
2011-10-19 18:25:45 +00:00
Peter Simons 3c80eda948 haskell-vector: ensure that version 0.7.1 uses the correct version of 'primitive'
svn path=/nixpkgs/trunk/; revision=29903
2011-10-19 18:06:19 +00:00
Peter Simons f7a1a82fce haskell-crypto-api: added version 0.7
svn path=/nixpkgs/trunk/; revision=29897
2011-10-19 16:36:51 +00:00
Peter Simons eec3529bc2 haskell-NanoProlog: added version 0.2.3.1
svn path=/nixpkgs/trunk/; revision=29896
2011-10-19 16:36:45 +00:00
Peter Simons efaa164120 haskell-packages.nix: fixed misspelled uuParsinglib attribute
svn path=/nixpkgs/trunk/; revision=29895
2011-10-19 16:36:40 +00:00
Peter Simons b648906658 haskell-packages.nix: use blanks instead of tabs
svn path=/nixpkgs/trunk/; revision=29850
2011-10-14 22:04:10 +00:00
Andres Löh 1d70839b22 Added haskell-Zwaluw-0.1
svn path=/nixpkgs/trunk/; revision=29777
2011-10-11 22:18:21 +00:00
Peter Simons 2133339ecf haskell-thespian: added version 0.999
svn path=/nixpkgs/trunk/; revision=29733
2011-10-09 17:47:04 +00:00
Peter Simons dbab602826 haskell-parallel: added version 3.2.0.0
svn path=/nixpkgs/trunk/; revision=29729
2011-10-09 15:30:05 +00:00
Peter Simons fad97e3885 haskell-parsec: added version 3.1.2
svn path=/nixpkgs/trunk/; revision=29728
2011-10-09 15:29:59 +00:00
Peter Simons b88f691163 haskell-hamlet: updated to version 0.10.3
svn path=/nixpkgs/trunk/; revision=29672
2011-10-05 17:10:00 +00:00
Peter Simons 105f30bba6 haskell-hakyll: updated to version 3.2.0.9
svn path=/nixpkgs/trunk/; revision=29671
2011-10-05 17:09:51 +00:00
Peter Simons a38b628246 haskell-haddock: updated to version 2.9.4
svn path=/nixpkgs/trunk/; revision=29635
2011-10-04 14:58:28 +00:00
Peter Simons 492c7016d0 haskell-hamlet: updated to version 0.10.2
svn path=/nixpkgs/trunk/; revision=29607
2011-10-03 20:20:58 +00:00
Peter Simons 13b67df58e haskell-convertible-text: added version 0.3.0.10
svn path=/nixpkgs/trunk/; revision=29585
2011-10-02 20:28:19 +00:00
Peter Simons 1d0620f3ae haskell-data-object: added version 0.3.1.7
svn path=/nixpkgs/trunk/; revision=29583
2011-10-02 20:28:09 +00:00
Peter Simons 54a78ff2ed haskell-yaml: added version 0.4.1.1
svn path=/nixpkgs/trunk/; revision=29582
2011-10-02 20:28:04 +00:00
Peter Simons 944a9932bc haskell-network: added version 2.3.0.6
svn path=/nixpkgs/trunk/; revision=29581
2011-10-02 20:28:00 +00:00
Peter Simons ec549646da haskell-haddock: added version 2.9.3
svn path=/nixpkgs/trunk/; revision=29572
2011-10-02 20:27:20 +00:00
Andres Löh a154670250 Added haskell-derp.
svn path=/nixpkgs/trunk/; revision=29465
2011-09-24 02:49:04 +00:00
Peter Simons 03deb61330 haskell-NumInstances: added version 1.0
svn path=/nixpkgs/trunk/; revision=29457
2011-09-23 16:08:52 +00:00
Peter Simons 4821046eb3 haskell-skein: added version 0.1
svn path=/nixpkgs/trunk/; revision=29418
2011-09-21 16:46:59 +00:00
Peter Simons 54acb66473 haskell-prolog: added version 0.1
haskell-prolog-graph: added version 0.1.0.2
haskell-prolog-graph-lib: added version 0.1

svn path=/nixpkgs/trunk/; revision=29417
2011-09-21 16:46:54 +00:00
Peter Simons d10badf202 haskell-graphviz: build with the latest fgl version
This change is required for building the Haskell prolog interpreter.

svn path=/nixpkgs/trunk/; revision=29416
2011-09-21 16:46:48 +00:00
Peter Simons 3a44af3acc Updated 'fgl' attribute to point to the latest version of the library.
This has no practical effect, because we override that attributed based
on the compiler version that's being used, but it still feels like the
right thing to do.

svn path=/nixpkgs/trunk/; revision=29415
2011-09-21 16:46:44 +00:00
Peter Simons 6bc5b0f215 haskell-maude: added version 0.2.1
svn path=/nixpkgs/trunk/; revision=29414
2011-09-21 16:46:39 +00:00
Peter Simons f844c8730e haskell-json: added version 0.5
svn path=/nixpkgs/trunk/; revision=29402
2011-09-20 20:30:20 +00:00
Peter Simons 6ed0f99b70 haskell-helium: the package has disappeared from the upstream web server
svn path=/nixpkgs/trunk/; revision=29311
2011-09-16 18:29:32 +00:00
Peter Simons 95ae45256a haskell-get-options: the package doesn't build, because the upstream archive has vanished
svn path=/nixpkgs/trunk/; revision=29308
2011-09-16 18:17:20 +00:00
Andres Löh 54039c51f8 Added haskell-gloss and modified haskell-GLURaw.
I know that GLURaw is currently a modification of the generated file.
Not making the change prevents GLURaw from being loaded into ghci.

svn path=/nixpkgs/trunk/; revision=29290
2011-09-15 05:03:31 +00:00
Peter Simons 3c5ff4a118 haskell-hledger-web: added version 0.15.3
svn path=/nixpkgs/trunk/; revision=29243
2011-09-13 17:35:18 +00:00
Peter Simons 6557b25b37 haskell-io-storage: added version 0.3
svn path=/nixpkgs/trunk/; revision=29242
2011-09-13 17:35:12 +00:00
Peter Simons 8c8d88080d haskell-time: updated to version 1.4
svn path=/nixpkgs/trunk/; revision=29241
2011-09-13 17:35:07 +00:00
Peter Simons c88d870123 Haskell packages that require access to libc (for <time.h>, etc.)
consistently depend on the (non-existent) attribute 'libc'. That
dependency is then fulfilled by defining

  libc = pkgs.stdenv.gcc.libc;

in haskell-packages.nix where appropriate. On platforms impure platforms,
such as Darwin, that attribute evaluates to 'null'.

svn path=/nixpkgs/trunk/; revision=29223
2011-09-12 16:46:14 +00:00
Peter Simons 20c7526891 haskell-vector-algorithms: dropped obsolete version 0.4
svn path=/nixpkgs/trunk/; revision=29212
2011-09-12 16:45:23 +00:00
Peter Simons 107201f99f haskell-case-insensitive: dropped obsolete version 0.3
svn path=/nixpkgs/trunk/; revision=29211
2011-09-12 16:45:18 +00:00
Peter Simons d1219f3e3a haskell-snap-server: updated to version 0.5.4
svn path=/nixpkgs/trunk/; revision=29210
2011-09-12 16:45:13 +00:00
Peter Simons 3ac8f8c892 haskell-snap-core: updated to version 0.5.4
svn path=/nixpkgs/trunk/; revision=29209
2011-09-12 16:45:08 +00:00
Shea Levy d1808a89d3 haskellPackages.{cairo,pango,glib,gtk}: Depend on the stdenv libc instead of glibc
svn path=/nixpkgs/trunk/; revision=29190
2011-09-11 18:48:46 +00:00
Shea Levy 2155a9b00f Fix evaluation errors for haskellPackages.gtk on darwin. Note that the build is currently not successful.
svn path=/nixpkgs/trunk/; revision=29189
2011-09-11 18:28:14 +00:00