Commit graph

14773 commits

Author SHA1 Message Date
Peter Simons
d3df8772c1 pkgs/development/compilers/ghc: changed all GHC versions to use re-use the meta.platforms attribute of their bootstrap compiler
svn path=/nixpkgs/trunk/; revision=28409
2011-08-09 07:42:05 +00:00
Peter Simons
0be3dae42f pkgs/development/compilers/ghc/*-binary.nix: added a meta.platforms attribute to all ghc bootstrap versions
svn path=/nixpkgs/trunk/; revision=28408
2011-08-09 07:41:10 +00:00
Peter Simons
275c99ce85 haskell-cabal2nix: updated to the latest version
svn path=/nixpkgs/trunk/; revision=28407
2011-08-08 23:24:35 +00:00
Shea Levy
532511e7f5 linux-3.1.nix: Set modDirVersion
broadcom-sta: use kernel.modDirVersion in place of kernel.version

svn path=/nixpkgs/trunk/; revision=28406
2011-08-08 20:49:59 +00:00
Shea Levy
ffdc37215a kernel/generic.nix: Add a passed-thru modDirVersion attribute
With the new kernel versioning scheme, the first release in a series only has a version number and
a major revision number (e.g. linux 3.0, linux 3.1-rc1, etc.). Unfortunately, the module
directory for these kernels still has a minor revision number (e.g. lib/modules/3.0.0, lib/modules/3.0.1-rc1, etc.).
This causes problems for packages such as broadcom_sta that need to know the module directory, so
this attribute will allow setting the module directory version number separate from the
kernel version number when necessary.

svn path=/nixpkgs/trunk/; revision=28405
2011-08-08 20:49:49 +00:00
Michael Raskin
56cf7dfe4a Two options allegedely required for ath9k detection in Linux 3.0+. Without them nothing works, checked.
svn path=/nixpkgs/trunk/; revision=28404
2011-08-08 20:49:32 +00:00
Eelco Dolstra
9049a3000d * Update nixUnstable.
svn path=/nixpkgs/trunk/; revision=28403
2011-08-08 19:55:14 +00:00
Peter Simons
98b321e99b pkgs/development/compilers/ghc: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=28402
2011-08-08 19:47:31 +00:00
Peter Simons
e2cfe51f21 pkgs/development/compilers/ghc: move the homepage attribute into the meta section
svn path=/nixpkgs/trunk/; revision=28401
2011-08-08 19:47:21 +00:00
Andres Löh
23e5a11a1d Updated a few Haskell packages.
svn path=/nixpkgs/trunk/; revision=28399
2011-08-08 19:02:17 +00:00
Andres Löh
c30ea08c40 Removed unnecessary comment.
svn path=/nixpkgs/trunk/; revision=28398
2011-08-08 18:30:42 +00:00
Andres Löh
3ceaaeb540 Handle extensible-exceptions correctly.
svn path=/nixpkgs/trunk/; revision=28397
2011-08-08 18:29:11 +00:00
Andres Löh
e3c96cf984 Updates a few package descriptions.
svn path=/nixpkgs/trunk/; revision=28394
2011-08-08 15:01:41 +00:00
Andres Löh
f8880709d7 Added more high-level attributes to cabal.nix.
svn path=/nixpkgs/trunk/; revision=28392
2011-08-08 14:12:07 +00:00
Eelco Dolstra
b6d96e9782 * For building Fedora disk images, use the "Everything" repo rather
than the "Fedora" repo, since the latter doesn't contain some
  packages (like perl-DBD-SQLite).

svn path=/nixpkgs/trunk/; revision=28389
2011-08-08 14:01:16 +00:00
Eelco Dolstra
8782b43c45 * Another mirror for old openSUSE releases.
svn path=/nixpkgs/trunk/; revision=28388
2011-08-08 13:58:52 +00:00
Shea Levy
6d5004cc42 linux-3.{0,1}: Use the v3.x subdirectory instead of the 3.0 one
svn path=/nixpkgs/trunk/; revision=28387
2011-08-08 13:25:18 +00:00
Eelco Dolstra
4e7e83a7ee * Debian Squeeze updated to 6.0.2.1.
svn path=/nixpkgs/trunk/; revision=28385
2011-08-08 13:16:20 +00:00
Shea Levy
a9c268053e Add linuxPackages_3_1
svn path=/nixpkgs/trunk/; revision=28384
2011-08-08 12:48:05 +00:00
Shea Levy
363b0c12d3 linux-3.1: Get the right sources
svn path=/nixpkgs/trunk/; revision=28383
2011-08-08 12:47:58 +00:00
Shea Levy
8aefeeefed Base the Linux 3.1 expression off of the Linux 3.0 expression
svn path=/nixpkgs/trunk/; revision=28382
2011-08-08 12:32:07 +00:00
David Guibert
fcb686d418 HFuse: a binding for the Linux FUSE library.
svn path=/nixpkgs/trunk/; revision=28381
2011-08-08 12:12:04 +00:00
David Guibert
850748a6f3 update virtualbox guestadditions 4.1.0
svn path=/nixpkgs/trunk/; revision=28380
2011-08-08 12:11:57 +00:00
David Guibert
2a06c97e90 abiword: add libjpeg to fix the compilation
svn path=/nixpkgs/trunk/; revision=28379
2011-08-08 12:11:46 +00:00
Andres Löh
595a6d59e6 Updated haskell-src-exts.
svn path=/nixpkgs/trunk/; revision=28378
2011-08-08 09:47:38 +00:00
Peter Simons
4a2da6f4b0 haskell-packages.nix: fixed spelling of the regexTdfa attribute
svn path=/nixpkgs/trunk/; revision=28377
2011-08-08 07:48:24 +00:00
Andres Löh
ce5ccbb0ea Updating leksah.
svn path=/nixpkgs/trunk/; revision=28376
2011-08-08 07:41:45 +00:00
Shea Levy
bcd2f9a51d xf86-input-multitouch: Credit where credit is due
svn path=/nixpkgs/trunk/; revision=28371
2011-08-08 01:20:47 +00:00
Shea Levy
4dc1006b75 xf86-input-multitouch: Add meta
svn path=/nixpkgs/trunk/; revision=28370
2011-08-08 01:20:39 +00:00
Shea Levy
03b9664e25 Add xf86-input-multitouch
svn path=/nixpkgs/trunk/; revision=28369
2011-08-08 01:20:29 +00:00
Shea Levy
3b36c04400 mtdev: Switch to bzipped sources
svn path=/nixpkgs/trunk/; revision=28368
2011-08-08 00:25:54 +00:00
Shea Levy
d66debd06a mtdev: Added meta information
svn path=/nixpkgs/trunk/; revision=28367
2011-08-08 00:25:46 +00:00
Shea Levy
0c4608c53c Add mtdev
svn path=/nixpkgs/trunk/; revision=28366
2011-08-08 00:25:38 +00:00
Peter Simons
f99a91628c haskell-packages.nix: updated SMTPClient to version 1.0.4
This update lifts the restriction on hsemail version 1.6.

svn path=/nixpkgs/trunk/; revision=28365
2011-08-07 23:21:50 +00:00
Andres Löh
fd258d6fe1 Added complete yesod.
Some downgrades were necessary.

svn path=/nixpkgs/trunk/; revision=28364
2011-08-07 22:51:22 +00:00
Peter Simons
75dfd9d3c6 wxHaskell: cosmetic, no functional change
svn path=/nixpkgs/trunk/; revision=28363
2011-08-07 22:16:26 +00:00
Peter Simons
24ebfb216f wxHaskell-core: updated to version 0.12.1.7
svn path=/nixpkgs/trunk/; revision=28362
2011-08-07 22:16:22 +00:00
Peter Simons
3ec87421db wxHaskell-wxdirect.nix: updated to version 0.12.1.4
svn path=/nixpkgs/trunk/; revision=28361
2011-08-07 22:16:18 +00:00
Peter Simons
bc3806842e haskell-MonadRandom: updated to version 0.1.6
svn path=/nixpkgs/trunk/; revision=28360
2011-08-07 22:03:57 +00:00
Peter Simons
8cbb9180c4 haskell-SDL-mixer: added missing buildInput
svn path=/nixpkgs/trunk/; revision=28359
2011-08-07 22:03:53 +00:00
Peter Simons
96677e9dc3 haskell-Shellac: updated to version 0.9.5.1
svn path=/nixpkgs/trunk/; revision=28358
2011-08-07 22:03:48 +00:00
Peter Simons
8603f6a016 haskell-WebBits-Html: updated to version 1.0.2
svn path=/nixpkgs/trunk/; revision=28357
2011-08-07 22:03:44 +00:00
Peter Simons
afc7e7523f haskell-WebBits: cosmetic, no functional change
svn path=/nixpkgs/trunk/; revision=28356
2011-08-07 22:03:40 +00:00
Peter Simons
6d94f57d34 base-unicode-symbols: updated to version 0.2.2
svn path=/nixpkgs/trunk/; revision=28355
2011-08-07 22:03:36 +00:00
Peter Simons
f503535f0b haskell-bktrees: updated to version 0.3.1
svn path=/nixpkgs/trunk/; revision=28354
2011-08-07 22:03:31 +00:00
Peter Simons
0150957a38 haskell-bytestring-nums: updated to version 0.3.3
svn path=/nixpkgs/trunk/; revision=28353
2011-08-07 22:03:27 +00:00
Peter Simons
ee9a63c4d1 haskell-cookie: updated to version 0.3.0
svn path=/nixpkgs/trunk/; revision=28352
2011-08-07 22:03:23 +00:00
Peter Simons
356a93c8bb haskell-erf: updated to version 2.0.0.0
svn path=/nixpkgs/trunk/; revision=28351
2011-08-07 22:03:19 +00:00
Peter Simons
1015675c78 haskell-filepath: updated to version 1.2.0.0
svn path=/nixpkgs/trunk/; revision=28350
2011-08-07 22:03:16 +00:00
Peter Simons
ac4fa33ad3 haskell-haskeline: updated to version 0.6.4.0
svn path=/nixpkgs/trunk/; revision=28349
2011-08-07 22:03:12 +00:00
Peter Simons
e364320481 hslogger-template: updated to version 2.0.0
svn path=/nixpkgs/trunk/; revision=28348
2011-08-07 22:03:08 +00:00
Peter Simons
bd668ae27b haskell-ltk: updated to version 0.10.0.4
svn path=/nixpkgs/trunk/; revision=28347
2011-08-07 22:03:04 +00:00
Peter Simons
cebb321c48 haskell-mpppc: updated to version 0.1.2
svn path=/nixpkgs/trunk/; revision=28346
2011-08-07 22:03:00 +00:00
Peter Simons
84fef0f665 haskell-mwc-random: updated to version 0.10.0.0
svn path=/nixpkgs/trunk/; revision=28345
2011-08-07 22:02:56 +00:00
Peter Simons
888cc080a3 haskell-packages.nix: fixed spelling of ansi-wl-pprint attribute
svn path=/nixpkgs/trunk/; revision=28344
2011-08-07 22:02:52 +00:00
Peter Simons
2ad2d84cc1 haskell-packages.nix: added semigroups library, which is required by the latest version of tagged
svn path=/nixpkgs/trunk/; revision=28343
2011-08-07 22:02:49 +00:00
Peter Simons
ef1d541c3b haskell-ansi-wl-pprint: cosmenic, no functional change
svn path=/nixpkgs/trunk/; revision=28342
2011-08-07 22:02:44 +00:00
Peter Simons
c5281ae175 Updated leksah-process and leksah-server to version 0.10.x.
Unfortunately, I cannot test these updates because gtksourceview doesn't
compile:

  ./gtksourceview2.h:10:48: fatal error: gtksourceview/gtksourceundomanager.h: No such file or directory

Not sure what that means.

svn path=/nixpkgs/trunk/; revision=28341
2011-08-07 22:02:40 +00:00
Peter Simons
033dfd7338 MonadCatchIO-transformers: forgot to add some build inputs
svn path=/nixpkgs/trunk/; revision=28340
2011-08-07 22:02:36 +00:00
Peter Simons
56301c5324 haskell-parsimony: updated to version 1.1
svn path=/nixpkgs/trunk/; revision=28339
2011-08-07 22:02:32 +00:00
Peter Simons
94e09b0060 haskell-terminfo: updated to version 0.3.2
svn path=/nixpkgs/trunk/; revision=28338
2011-08-07 22:02:28 +00:00
Peter Simons
24f660edf5 haskell-wai: updated to version 0.4.1
svn path=/nixpkgs/trunk/; revision=28337
2011-08-07 22:02:24 +00:00
Peter Simons
1366749fa0 haskell-graphviz: updated to version 2999.11.0.0
svn path=/nixpkgs/trunk/; revision=28336
2011-08-07 22:02:21 +00:00
Peter Simons
f054672b20 ivor: updated to version 0.1.14.1
svn path=/nixpkgs/trunk/; revision=28335
2011-08-07 22:02:17 +00:00
Peter Simons
457335b455 haskell-data-accessor: updated to version 0.2.2
svn path=/nixpkgs/trunk/; revision=28334
2011-08-07 22:02:13 +00:00
Peter Simons
ff6f8891d7 cautious-file: updated to version 1.0
svn path=/nixpkgs/trunk/; revision=28333
2011-08-07 22:02:09 +00:00
Peter Simons
9548648154 bmp: updated to version 1.1.2.1
svn path=/nixpkgs/trunk/; revision=28332
2011-08-07 22:02:05 +00:00
Peter Simons
84e410e0ac web-routes-quasi: updated to version 0.7.1
svn path=/nixpkgs/trunk/; revision=28331
2011-08-07 22:02:01 +00:00
Peter Simons
48d7977feb web-routes: updated to version 0.25.2
svn path=/nixpkgs/trunk/; revision=28330
2011-08-07 22:01:57 +00:00
Peter Simons
e877d8c673 http-types: 0.6.5.1
svn path=/nixpkgs/trunk/; revision=28329
2011-08-07 22:01:53 +00:00
Peter Simons
0df3b89648 haskell-Hint: updated to version 0.3.3.2
svn path=/nixpkgs/trunk/; revision=28328
2011-08-07 22:01:49 +00:00
Peter Simons
388ceb5e33 haskell-Vec: updated to version 0.9.8
svn path=/nixpkgs/trunk/; revision=28327
2011-08-07 22:01:45 +00:00
Peter Simons
45ae546d93 haskell-data-reify: updated to version 0.6
svn path=/nixpkgs/trunk/; revision=28326
2011-08-07 22:01:40 +00:00
Peter Simons
8174450e0a haskell-wai-extra: updated to version 0.4.0.3
svn path=/nixpkgs/trunk/; revision=28325
2011-08-07 22:01:36 +00:00
Peter Simons
70831a8017 MonadPrompt: updated to version 1.0.0.3
svn path=/nixpkgs/trunk/; revision=28324
2011-08-07 22:01:32 +00:00
Peter Simons
2aabd7b12b haskell-dotgen: updated to version 0.4.1
svn path=/nixpkgs/trunk/; revision=28323
2011-08-07 22:01:28 +00:00
Peter Simons
517521e507 haskell-failure: updated to version 0.1.0.1
svn path=/nixpkgs/trunk/; revision=28322
2011-08-07 22:01:24 +00:00
Peter Simons
4bb349b467 haskell-yesod-core: updated to version 0.8.3.2
svn path=/nixpkgs/trunk/; revision=28321
2011-08-07 22:01:20 +00:00
Peter Simons
ec1c158d75 haskell-yesod-form: updated to version 0.2.0.1
svn path=/nixpkgs/trunk/; revision=28320
2011-08-07 22:01:16 +00:00
Peter Simons
396bbe33ff MonadCatchIO-transformers: updated to version 0.2.2.2
svn path=/nixpkgs/trunk/; revision=28319
2011-08-07 22:01:12 +00:00
Peter Simons
341f137c8e MonadCatchIO-mtl: updated to version 0.3.0.3
svn path=/nixpkgs/trunk/; revision=28318
2011-08-07 22:01:08 +00:00
Peter Simons
1dda3b732f haskell-Diff: updated to version 0.1.3
svn path=/nixpkgs/trunk/; revision=28317
2011-08-07 22:01:04 +00:00
Peter Simons
11d183bfdc AspectAG: updated to version 0.3.3
svn path=/nixpkgs/trunk/; revision=28316
2011-08-07 22:00:56 +00:00
Peter Simons
dc3535b0c9 SDL-mixer: updated to version 0.6.1
svn path=/nixpkgs/trunk/; revision=28315
2011-08-07 22:00:51 +00:00
Peter Simons
122b3831db SDL-ttf: updated to version 0.6.1
svn path=/nixpkgs/trunk/; revision=28314
2011-08-07 22:00:47 +00:00
Peter Simons
05cf602606 SDL-image: updated to version 0.6.1
svn path=/nixpkgs/trunk/; revision=28313
2011-08-07 22:00:44 +00:00
Peter Simons
aeb3f2d63b SDL: updated to version 0.6.2
svn path=/nixpkgs/trunk/; revision=28312
2011-08-07 22:00:40 +00:00
Peter Simons
2adbbf1572 haskell-packages.nix: added path-pieces library, which is required by recent versions of web-route
svn path=/nixpkgs/trunk/; revision=28311
2011-08-07 22:00:36 +00:00
Peter Simons
d701b71826 haskell-Graphalyze: updated to version 0.11.0.0
svn path=/nixpkgs/trunk/; revision=28310
2011-08-07 22:00:32 +00:00
Peter Simons
5a5f24f18c haskell-packages.nix: added old 1.6 version of pandoc, which is required by Graphalyze
svn path=/nixpkgs/trunk/; revision=28309
2011-08-07 22:00:27 +00:00
Peter Simons
0ec3f8f7ee haskell-packages.nix: added the old 0.4 version of texmath, so that we can build pandoc 1.6, which is required by Graphalyze
svn path=/nixpkgs/trunk/; revision=28308
2011-08-07 22:00:21 +00:00
Peter Simons
843d60b337 haskell-packages.nix: cosmetic change
svn path=/nixpkgs/trunk/; revision=28307
2011-08-07 22:00:16 +00:00
Peter Simons
78033ec38e haskell-haxr: updated to version 3000.8.4
svn path=/nixpkgs/trunk/; revision=28306
2011-08-07 22:00:12 +00:00
Peter Simons
6e2657f4b9 haskell-OpenAL: updated to version 1.4.0.0
svn path=/nixpkgs/trunk/; revision=28305
2011-08-07 22:00:08 +00:00
Peter Simons
09ba8f73df haskell-packages.nix: added ObjectName library, which is required by the latest version of OpenAL
svn path=/nixpkgs/trunk/; revision=28304
2011-08-07 22:00:04 +00:00
Peter Simons
17c9761430 haskell-packages.nix: added Tensor library, which is required by the latest version of OpenAL
svn path=/nixpkgs/trunk/; revision=28303
2011-08-07 21:59:59 +00:00
Peter Simons
d5fbf640a3 haskell-haxr-th: updated to version 3000.5
Unfortunately, even the latest version will not compile because it
expects an obsolete version of the base libraries.

svn path=/nixpkgs/trunk/; revision=28302
2011-08-07 21:59:55 +00:00
Peter Simons
c1eb520fef haskell-benchpress: updated to version 0.2.2.4
svn path=/nixpkgs/trunk/; revision=28301
2011-08-07 21:59:50 +00:00
Peter Simons
6d33e6f8ff haskell-case-insensitive: dropped misspelled file accidentally added earlier
svn path=/nixpkgs/trunk/; revision=28300
2011-08-07 21:59:46 +00:00
Peter Simons
5461875f65 haskell-packages.nix: added StateVar version 1.0.0.0
svn path=/nixpkgs/trunk/; revision=28299
2011-08-07 21:59:42 +00:00