Commit graph

5066 commits

Author SHA1 Message Date
Peter Simons e5454cf33a haskell-persistent-template: updated to version 0.6.1
svn path=/nixpkgs/trunk/; revision=28892
2011-08-29 20:27:28 +00:00
Peter Simons ba9cc549fa haskell-data-default: updated to version 0.3.0
svn path=/nixpkgs/trunk/; revision=28891
2011-08-29 20:27:20 +00:00
Peter Simons e31db94550 haskell-clientsession: updated to version 0.7.0
svn path=/nixpkgs/trunk/; revision=28890
2011-08-29 20:27:15 +00:00
Peter Simons e6273ab9d1 haskell-authenticate: updated to version 0.10.1
svn path=/nixpkgs/trunk/; revision=28889
2011-08-29 20:27:10 +00:00
Peter Simons ddb2097b3f haskell-packages.nix: added shakespeare packages
haskell-shakespeare-css: added version 0.10.0
  haskell-shakespeare-js: added version 0.10.1
  haskell-shakespeare: added version 0.10.0

svn path=/nixpkgs/trunk/; revision=28888
2011-08-29 20:27:05 +00:00
Peter Simons 5eb504674a haskell-hamlet: added version 0.10.0
svn path=/nixpkgs/trunk/; revision=28887
2011-08-29 20:26:52 +00:00
Peter Simons 70f424ee5e haskell-xss-sanitize: added version 0.3.0.1
svn path=/nixpkgs/trunk/; revision=28886
2011-08-29 20:26:45 +00:00
Peter Simons 3895e45e51 haskell-blaze-textual-native: added version 0.2.1
svn path=/nixpkgs/trunk/; revision=28885
2011-08-29 20:26:40 +00:00
Peter Simons 1bc2601ae1 haskell-aeson-native: added version 0.3.3
svn path=/nixpkgs/trunk/; revision=28884
2011-08-29 20:26:35 +00:00
Peter Simons feff68214e pkgs/development/compilers/ghc/7.0.4.nix: hard-code list of supported platforms
I assumed that Hydra would arrive at that result anyway, but apparently
it doesn't: no x86_64-darwin builds have occurred despite the fact that
we can bootstrap on that architecture now.

svn path=/nixpkgs/trunk/; revision=28882
2011-08-29 20:09:57 +00:00
Shea Levy e309c50e7e Get libdrm to compile on darwin
The added patch uses mach_absolute_time() to get a nanosecond-resolution monotonic clock on darwin systems (See http://developer.apple.com/library/mac/#qa/qa1398/_index.html for an understanding of the added code). In addition, the patch changes one use of clock_gettime to gettimeofday since only resolution of a second is needed at that point. This code compiles on darwin, but the resulting library is not yet tested.

svn path=/nixpkgs/trunk/; revision=28879
2011-08-29 18:55:37 +00:00
Michael Raskin b612e07c0b Adding atftp
svn path=/nixpkgs/trunk/; revision=28874
2011-08-29 12:47:39 +00:00
Peter Simons 6bd84d04a5 haskell-fclabels: updated to version 1.0.3
svn path=/nixpkgs/trunk/; revision=28870
2011-08-29 09:54:47 +00:00
Shea Levy 3fe371b856 ghc/7.0.4-binary.nix: Remove comments about wrapper scripts
svn path=/nixpkgs/trunk/; revision=28869
2011-08-29 08:09:27 +00:00
Shea Levy 9381f1a419 ghc-7.0.4-binary.nix: don't wrap the binaries on darwin
ghc-7.0.4 fails at configure with the wrapped binaries and builds fine with the unwrapped binaries.

svn path=/nixpkgs/trunk/; revision=28868
2011-08-29 08:00:55 +00:00
Peter Simons e211161c2c haskell-tagged: updated to version 0.2.3.1
svn path=/nixpkgs/trunk/; revision=28867
2011-08-29 07:57:01 +00:00
Peter Simons f990dd30f7 pkgs/development/compilers/ghc/7.0.4-binary.nix: added (untested) support for i686-darwin
svn path=/nixpkgs/trunk/; revision=28866
2011-08-29 07:49:35 +00:00
Peter Simons 8286d30453 pkgs/development/compilers/ghc/7.0.4.nix: add myself as a maintainer
svn path=/nixpkgs/trunk/; revision=28863
2011-08-29 07:39:29 +00:00
Peter Simons 33597eee35 pkgs/development/compilers/ghc/7.0.4-binary.nix: pass "$@" in double quotes to avoid issues with arguments that contain whitespace
svn path=/nixpkgs/trunk/; revision=28861
2011-08-29 07:32:37 +00:00
Peter Simons e9c8a9307b pkgs/development/compilers/ghc/7.0.4-binary.nix: support linux, too
svn path=/nixpkgs/trunk/; revision=28860
2011-08-29 07:25:56 +00:00
Shea Levy 346481f483 Add GHC 7.0.4 binary for x86_64-darwin
svn path=/nixpkgs/trunk/; revision=28859
2011-08-29 01:20:12 +00:00
Peter Simons 14de7e8293 haskell-monad-control: updated to version 0.2.0.3
svn path=/nixpkgs/trunk/; revision=28855
2011-08-28 13:07:47 +00:00
Michael Raskin 6a49d6a920 Re-add GNU TLS 2.12 - it does fix glib-networking
svn path=/nixpkgs/trunk/; revision=28853
2011-08-27 17:04:25 +00:00
Nicolas Pierron fb3a64c934 Gdb: Remove un-neccessary --with-python.
svn path=/nixpkgs/trunk/; revision=28849
2011-08-27 15:29:04 +00:00
Michael Raskin a4d460f52a Update SBCL
svn path=/nixpkgs/trunk/; revision=28845
2011-08-27 07:27:35 +00:00
Yury G. Kudryashov 2683407fe4 Add newer dbus and dbus-glib
Old versions are kept to prevent huge rebuild

svn path=/nixpkgs/trunk/; revision=28836
2011-08-26 14:57:48 +00:00
Yury G. Kudryashov 597412252a Wrap kde-related packages in kdePackagesFor
This lets hydra build kde packages for all available KDE releases.
Will commit NixOS-fix in a few minutes.

svn path=/nixpkgs/trunk/; revision=28833
2011-08-26 13:49:23 +00:00
Yury G. Kudryashov 8c26e61e42 Remove outPath from dbus
This was a compatibility hack. Packages should depend on dbus.libs explicitly.
Should not change any hash. Will fix NixOS dbus.nix in the next commit.

svn path=/nixpkgs/trunk/; revision=28831
2011-08-26 13:46:32 +00:00
Peter Simons 5412c585bc haskell-cabal2nix: updated to version 1.13
svn path=/nixpkgs/trunk/; revision=28828
2011-08-26 10:29:17 +00:00
Peter Simons 7ccb9f141a haskell-nixos-types: updated to version 1.1
svn path=/nixpkgs/trunk/; revision=28827
2011-08-26 10:29:11 +00:00
Peter Simons ea5a993ac4 haskell-X11-xft: cabal2nix can re-generate this expression now
svn path=/nixpkgs/trunk/; revision=28826
2011-08-26 10:29:06 +00:00
Peter Simons ad24694013 haskell-pandoc: enable highlighting and threading
svn path=/nixpkgs/trunk/; revision=28825
2011-08-26 10:28:59 +00:00
Peter Simons 1cc2d88899 haskell-zlib-bindings: updated to version 0.0.1
svn path=/nixpkgs/trunk/; revision=28822
2011-08-26 09:21:17 +00:00
Peter Simons 397845a77d haskell-utf8-string: updated to version 0.3.7
svn path=/nixpkgs/trunk/; revision=28821
2011-08-26 09:21:13 +00:00
Peter Simons dfcddab7e2 haskell-haskell-src-meta: updated to version 0.5
svn path=/nixpkgs/trunk/; revision=28820
2011-08-26 09:21:09 +00:00
Peter Simons 506b355d33 haskell-filepath: updated to version 1.2.0.1
svn path=/nixpkgs/trunk/; revision=28819
2011-08-26 09:21:04 +00:00
Peter Simons becb1962c2 haskell-random: added version 1.0.1.0
svn path=/nixpkgs/trunk/; revision=28818
2011-08-26 09:20:54 +00:00
Peter Simons dc7e7b7dcf haskell-extensible-exceptions: added version 0.1.1.3
svn path=/nixpkgs/trunk/; revision=28817
2011-08-26 09:20:42 +00:00
Peter Simons 59882abab2 haskell-async: updated to version 1.4
svn path=/nixpkgs/trunk/; revision=28813
2011-08-25 11:12:32 +00:00
Peter Simons 6401a82424 haskell-async: updated to version 1.3
svn path=/nixpkgs/trunk/; revision=28812
2011-08-25 10:41:01 +00:00
Peter Simons 96fcee49c9 haskell-fclabels: updated to version 1.0.2
svn path=/nixpkgs/trunk/; revision=28811
2011-08-25 09:32:41 +00:00
Peter Simons 82bdefea1e haskell-email-validate: updated to version 0.2.7
svn path=/nixpkgs/trunk/; revision=28810
2011-08-25 09:32:37 +00:00
Peter Simons 54242ed70c haskell-dimensional: updated to version 0.10.1.1
svn path=/nixpkgs/trunk/; revision=28809
2011-08-25 09:32:30 +00:00
Rob Vermaas 4170da1c96 add dbench
svn path=/nixpkgs/trunk/; revision=28806
2011-08-25 01:00:13 +00:00
Shea Levy 5b3aa1f8ec openjdk: Remove extraneous whitespace
svn path=/nixpkgs/trunk/; revision=28804
2011-08-24 22:52:16 +00:00
Peter Simons c9914f5559 haskell-hackage-db: added version 1.0
svn path=/nixpkgs/trunk/; revision=28803
2011-08-24 22:04:38 +00:00
Ludovic Courtès 4a4aad4e6f GNU dbm 1.9.1.
svn path=/nixpkgs/trunk/; revision=28791
2011-08-24 17:00:17 +00:00
Peter Simons 14e8450a30 haskell-cabal2nix: updated to version 1.12
svn path=/nixpkgs/trunk/; revision=28784
2011-08-23 13:18:32 +00:00
Peter Simons e5a3306880 haskell-nixos-types: added version 1.0
svn path=/nixpkgs/trunk/; revision=28783
2011-08-23 13:18:28 +00:00
Peter Simons b801018864 haskell-pandoc: enable highlighting support
svn path=/nixpkgs/trunk/; revision=28777
2011-08-23 12:04:29 +00:00