Commit Graph

16246 Commits

Author SHA1 Message Date
Shea Levy 6e3cde6383 Enable building clang separately from llvm
Note that there is some duplication when building clang now. The llvm source
is unpacked twice, ./configure is run twice, and two small unit test
libraries are compiled twice. IMO this is a fair tradeoff for having
llvm be a separate build unaffected by changes to clang

svn path=/nixpkgs/trunk/; revision=29919
2011-10-19 20:57:18 +00:00
Eelco Dolstra 54951e3994 * QEMU/KVM updated to 0.15.1.
svn path=/nixpkgs/trunk/; revision=29918
2011-10-19 20:41:15 +00:00
Peter Simons 7784111b49 haskell-cabal2nix: updated to version 1.18
svn path=/nixpkgs/trunk/; revision=29917
2011-10-19 19:54:59 +00:00
Peter Simons 1faa8711c8 haskell-nixos-types: updated to version 1.2
svn path=/nixpkgs/trunk/; revision=29916
2011-10-19 19:54:55 +00:00
Peter Simons 0c9057b912 haskell-yesod: updated to version 0.9.3
svn path=/nixpkgs/trunk/; revision=29915
2011-10-19 19:46:00 +00:00
Peter Simons ffbe3e6ef0 haskell-yesod-static: updated to version 0.3.1.2
svn path=/nixpkgs/trunk/; revision=29914
2011-10-19 19:45:56 +00:00
Peter Simons 575ec1ce25 haskell-yesod-form: updated to version 0.3.3
svn path=/nixpkgs/trunk/; revision=29913
2011-10-19 19:45:51 +00:00
Peter Simons aa79612af5 haskell-yesod-core: updated to version 0.9.3.2
svn path=/nixpkgs/trunk/; revision=29912
2011-10-19 19:45:47 +00:00
Peter Simons fe7f1ba570 haskell-yesod-auth: updated to version 0.7.4
svn path=/nixpkgs/trunk/; revision=29911
2011-10-19 19:45:43 +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 94884218d4 haskell-haskeline: updated to version 0.6.4.5
svn path=/nixpkgs/trunk/; revision=29902
2011-10-19 18:06:13 +00:00
Shea Levy 94dbab27a3 Bootstrap clang with itself
svn path=/nixpkgs/trunk/; revision=29901
2011-10-19 17:11:26 +00:00
Peter Simons bfc36e2f8a haskell-yap: updated to version 0.1
svn path=/nixpkgs/trunk/; revision=29900
2011-10-19 16:37:05 +00:00
Peter Simons 34f300aee6 haskell-hp2any-core: updated to version 0.11.1
svn path=/nixpkgs/trunk/; revision=29899
2011-10-19 16:37:01 +00:00
Peter Simons d547b72bee haskell-blaze-builder-enumerator: updated to version 0.2.0.3
svn path=/nixpkgs/trunk/; revision=29898
2011-10-19 16:36:57 +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
Sander van der Burg 4f32c23d86 Bumped some versions of Disnix tools
svn path=/nixpkgs/trunk/; revision=29890
2011-10-19 12:24:24 +00:00
Peter Simons 42fd7e5d64 python-ldap: added version 2.4.3
svn path=/nixpkgs/trunk/; revision=29886
2011-10-19 10:27:57 +00:00
Shea Levy 1ed93241cd clang: Don't send extra -I flags to the linker
svn path=/nixpkgs/trunk/; revision=29883
2011-10-19 04:14:55 +00:00
Shea Levy db619f2d55 First try at a clang-wrapper. Hello world compiles\!
svn path=/nixpkgs/trunk/; revision=29879
2011-10-18 20:03:09 +00:00
Shea Levy 9783d27b7a Bump llvm and clang to 2.9
svn path=/nixpkgs/trunk/; revision=29878
2011-10-18 16:37:28 +00:00
Russell O'Connor 491c6e43b1 Package for picosat.
svn path=/nixpkgs/trunk/; revision=29869
2011-10-17 22:18:21 +00:00
Peter Simons 924e624aad haskell-haskeline: updated to version 0.6.4.4
svn path=/nixpkgs/trunk/; revision=29868
2011-10-17 17:05:14 +00:00
Peter Simons 810a7e4198 haskell-hakyll: updated to version 3.2.0.10
svn path=/nixpkgs/trunk/; revision=29867
2011-10-17 17:05:05 +00:00
Peter Simons 7b478fb0fd haskell-certificate: updated to version 0.9.5
svn path=/nixpkgs/trunk/; revision=29866
2011-10-17 17:04:59 +00:00
Marco Maggesi 17c7829893 Ooops.
svn path=/nixpkgs/trunk/; revision=29865
2011-10-17 12:59:44 +00:00
Marco Maggesi e726f10554 Io does not depend anymore on e2fsprogs
svn path=/nixpkgs/trunk/; revision=29864
2011-10-17 12:57:15 +00:00
Marco Maggesi 71f9ad3fe3 Make yajl build on Darwin.
svn path=/nixpkgs/trunk/; revision=29863
2011-10-17 10:19:35 +00:00
Marco Maggesi 8d424305f5 Update Io to version 2011.09.12.
svn path=/nixpkgs/trunk/; revision=29862
2011-10-17 08:36:07 +00:00
Peter Simons be3cf6fe6c haskell-snap-server: updated to version 0.5.5
svn path=/nixpkgs/trunk/; revision=29861
2011-10-16 18:22:42 +00:00
Peter Simons aa49225df1 haskell-snap-core: updated to version 0.5.5
svn path=/nixpkgs/trunk/; revision=29860
2011-10-16 18:22:36 +00:00
Peter Simons 8f13b206cf haskell-haskell-src-meta: updated to version 0.5.0.2
svn path=/nixpkgs/trunk/; revision=29859
2011-10-16 18:22:30 +00:00
Cillian de Roiste 13e76321f0 Updating IPython (python shell) to 0.11
svn path=/nixpkgs/trunk/; revision=29858
2011-10-16 12:46:47 +00:00
Cillian de Roiste 549bd62221 Adding the virtualenv package, for creating isolated dev environments
svn path=/nixpkgs/trunk/; revision=29857
2011-10-16 12:36:37 +00:00
Ludovic Courtès 9188489caf Guile: Disable more GC-sensitive tests when using `-O0'.
svn path=/nixpkgs/trunk/; revision=29854
2011-10-15 16:34:26 +00:00
Russell O'Connor 7bb3f91731 updating dwarf-fortress
svn path=/nixpkgs/trunk/; revision=29853
2011-10-15 14:46:05 +00:00
Yury G. Kudryashov 2109983477 Fix comment
svn path=/nixpkgs/trunk/; revision=29852
2011-10-15 13:32:05 +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
Rob Vermaas c7cea676ce add disper
svn path=/nixpkgs/trunk/; revision=29845
2011-10-14 18:04:34 +00:00
Peter Simons b27823bfac haskell-cpphs: updated to version 1.13.2
svn path=/nixpkgs/trunk/; revision=29844
2011-10-14 17:26:38 +00:00
Peter Simons e419979131 haskell-tls: updated to version 0.8.1
svn path=/nixpkgs/trunk/; revision=29843
2011-10-14 17:26:32 +00:00