3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

38206 commits

Author SHA1 Message Date
Vladimír Čunát de12094b0e Merge recent master 2014-06-12 09:15:11 +02:00
Vladimír Čunát 1bcc2aa216 fix licenCe typos 2014-06-12 09:12:14 +02:00
Simon Hengel 22a45575e4 Update haskell-hspec2 to version 0.3.3
(fixes broken Haddocks)
2014-06-12 14:28:47 +08:00
Anders Claesson d7491e429a pass: install bash completion script 2014-06-12 07:46:39 +02:00
Simon Hengel 837d1f406b Update haskell-hspec2 to version 0.3.1 2014-06-12 13:16:05 +08:00
Daniel Bergey af3d448d33 pass(word-store): add option to include xclip in PATH
xclip is necessary for pass(word-store) to send passwords to the
clipboard / X-selection, rather than echoing to the terminal.

The option currently defaults to false, because someone may not want the
dependency on X libraries and also pass is really quick to build (it's
just a shell script).
2014-06-11 23:36:28 +02:00
Bjørn Forsman 9e46a0d748 gvfs: add more supported protocols in gnome 3.10. Closes #2880
This change has been successfully tested on gnome 3.12 (thanks
@lethalman!). Now bring it to gnome 3.10, which currently is the default
gnome3 version in NixOS.

I've build and run tested it (success: smb:// protocol now work in
Nautilus).
2014-06-11 23:10:40 +02:00
James Cook 4b55530bd2 nspr: update to 4.10.6
Required for Firefox 30.0.
2014-06-11 13:50:47 -07:00
taku0 22b0306976 thunderbird-bin: update to version 24.6.0 2014-06-11 22:33:26 +02:00
Vladimír Čunát 34091bf265 cudatoolkit: fix multiple outputs (close #2466) 2014-06-11 21:32:13 +02:00
Jos van den Oever 845b0e3ebc qt5,qtcreator: update to qt-5.2.1 and qtcreator-3.1.
Close #2643.

Testing parallel build of qt5: fine on @vcunat's 8-core (just this single task).
We'll see on Hydra.
2014-06-11 21:30:21 +02:00
Peter Simons 8d309c37a7 Merge pull request #2904 from bennofs/haskell-pipes-text
haskell-pipes-text: new expression
2014-06-11 21:25:30 +02:00
Bjørn Forsman 68a6c0e3e9 lilypond: unbreak build by adding t1utils to buildInputs
lilypond needs the 't1asm' tool from t1utils to build. t1asm used to be
provided by texlive-core, but does no more  (since texlive-core-2014
update).
2014-06-11 21:17:50 +02:00
Bjørn Forsman 86d19319d6 t1utils: new package
t1utils is a collection of simple Type 1 font manipulation programs.
2014-06-11 21:17:49 +02:00
Rob Vermaas 8d8c761606 Revert "Add vtop, update some node packages."
This reverts commit cf3a2d0475.
2014-06-11 21:10:18 +02:00
Joel Taylor 58971f7b14 add htop fork for darwin (close #2690)
@vcunat made it a single conditional attribute.

Conflicts (trivial):
	lib/maintainers.nix
2014-06-11 20:36:10 +02:00
Vladimír Čunát e1775895a6 Merge #2711: add ansible-1.6.1
Conflicts (trivial):
	lib/maintainers.nix
2014-06-11 20:29:55 +02:00
System administrator dbf92db3b9 teamviewer: fix broken links (close #2901) 2014-06-11 20:19:03 +02:00
James Cook 2fec892959 firefox: bump to 30.0. 2014-06-11 11:02:28 -07:00
Benno Fünfstück 0205ec7878 haskell-pipes-text: new expression 2014-06-11 18:49:48 +02:00
Austin Seipp 5a44c0a7ce Merge pull request #2899 from bennofs/nix-prefetch-revision
nix-prefetch-*: print fetched revision
2014-06-11 09:26:35 -05:00
Benno Fünfstück 063efadd69 nix-prefetch-{bzr,hg,svn}: print fetched revision 2014-06-11 14:42:39 +02:00
Benno Fünfstück be25ce8f58 nix-prefetch-git: fix printing of revision
If the user explictly gives a ref such as "refs/heads/master", `git
rev-parse` failed because we only checked out the `fetchgit`
branch. Now, we also try `git rev-parse fetchgit` if the first call
fails, which fixes the issue.
2014-06-11 14:09:58 +02:00
Peter Simons 9b899d8600 esniper: update to version 2.31.0 2014-06-11 12:05:06 +02:00
Peter Simons e82eda551e haskell-libmpd: test suite build is broken by recent hspec update 2014-06-11 11:12:57 +02:00
Peter Simons a817ffe8c0 all-packages.nix: cosmetic changes 2014-06-11 11:01:10 +02:00
Peter Simons 66da23b011 lilypond: cosmetic changes 2014-06-11 11:00:35 +02:00
Sönke Hahn de0520bb3a haskell-hspec2: new package, v0.3.0 2014-06-11 15:57:48 +08:00
Sönke Hahn 1d3477c422 haskell-io-memoize: new package, v1.0.0.0 2014-06-11 15:56:41 +08:00
Sönke Hahn 87154e257a haskell-spawn: new package, v0.3 2014-06-11 15:55:19 +08:00
Simon Hengel 0c40023efd Update haskell-hspec to version 1.10.0 2014-06-11 14:16:59 +08:00
Michael Raskin acb0c21bc8 Update netlib 2014-06-11 10:05:57 +04:00
Michael Raskin e0bdf466ef Update MITMProxy 2014-06-11 10:01:15 +04:00
Michael Raskin cc13182795 Create a PIL symlink when installing PIL so the recommended way of importing PIL.something works 2014-06-11 10:01:15 +04:00
Vladimír Čunát e4dc3f8ae3 mesa: fix libGL searching for libudev
Close #2784, #2731.

I don't have a clue if using our libudev is always correct on non-nixos,
or if using /run/current-system/sw/lib/libudev would be better...
2014-06-11 07:46:15 +02:00
Vladimír Čunát cfc457eda5 dbus: security-only update, CVE-2014-3477 (DOS) 2014-06-11 06:53:59 +02:00
Vladimír Čunát 9c7dc50159 mesa: maintenance update 10.1.4 -> .5 2014-06-11 06:46:25 +02:00
Luca Bruno d2639ac5ef libtasn1: 3.4 -> 3.6. Fixes some security CVEs.
Closes #2844, #2857
2014-06-11 06:46:24 +02:00
Austin Seipp 03d9bbcfa9 Merge pull request #2855 from cstrahan/xpwn-fix-darwin
Fix xpwn on Darwin and other case-insensitive file systems
2014-06-10 18:14:42 -05:00
Austin Seipp faa58159e1 Merge pull request #2885 from wmertens/pgadmin-1.18.1
pgadmin: bump to 1.18.1
2014-06-10 18:13:26 -05:00
Austin Seipp 6fe363e8c2 Merge pull request #2886 from madjar/master
davmail: update to 4.5.0
2014-06-10 18:13:10 -05:00
Austin Seipp 2f996c6075 Add Rakudo Star (closes #2054)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 18:12:33 -05:00
Austin Seipp fe9133d522 verifast: 14.5, x86_64 linux only
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 16:38:45 -05:00
Austin Seipp 20f3cbd99e Remove old intel-tbb package
It's unused now, and there's already the `tbb` package so this is
totally redundant.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp 3d319b8264 Remove old hiphop-vm package
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp 509beb1f68 Add HHVM packages, replacing old hiphop-php expr
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp d176729427 tbb: upgrade to 4.2-u5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:34 -05:00
Peter Simons 5956fc3f75 haskell-syb: drop obsolete versions 0.2.2 and 0.3.6.2 2014-06-10 20:27:57 +02:00
Peter Simons 0bee2c38ed haskell-syb: update to version 0.4.2 2014-06-10 20:27:56 +02:00
Peter Simons ac56e50d3a haskell-defaults.nix: ghc-HEAD requires latest mtl 2014-06-10 20:27:20 +02:00
Peter Simons abff388c20 ghc-head: update to version 7.9.20140608 2014-06-10 20:27:20 +02:00
Vladimír Čunát f2352f7ecf Merge recent master 2014-06-10 20:14:08 +02:00
Michael Raskin a46c4d976c Merge pull request #2887 from bennofs/nix-prefetch-scripts
nix-prefetch-scripts: new expression
2014-06-10 21:33:10 +04:00
Benno Fünfstück c6bd4d2973 nix-prefetch-scripts: new expression 2014-06-10 19:26:20 +02:00
Georges Dubus e1267f48a6 davmail: update to 4.5.0 2014-06-10 16:34:07 +02:00
Wout Mertens 84b8a9ceb0 pgadmin: bump to 1.18.1 2014-06-10 15:31:48 +02:00
Florian Friesdorf bd7f3fbf0f python-ldap-2.4.15 2014-06-10 14:59:04 +02:00
Rickard Nilsson 2e3c0f2d30 vimb: Upgrade from 2.2 to 2.4 2014-06-10 14:40:16 +02:00
Rob Vermaas 3d2091b9fa filezilla: update from 3.8.0 to 3.8.1, potentially fixes CVE-2013-4668 2014-06-10 13:19:57 +02:00
Luca Bruno 9265a61453 gvfs: add more supported protocols in gnome 3.12. Closes #2880 2014-06-10 12:25:31 +02:00
Moritz Ulrich 717d9c39f9 leiningen: Update to 2.4.0. 2014-06-10 11:49:47 +02:00
Moritz Ulrich 966f13880f Clojure: bump to 1.6.0. 2014-06-10 11:46:05 +02:00
Georges Dubus 927c41e258 fish: Fixed tab completion with sudo (close #2705)
We don't have /sbin and /usr/sbin, so fish complains.
2014-06-10 11:36:12 +02:00
John Wiegley 651595c969 texlive: add potrace dependency without qualification 2014-06-10 08:57:52 +00:00
John Wiegley 0085a1aae3 potrace: allow building on any unix 2014-06-10 08:57:41 +00:00
Michael Raskin a852b53bff Add potrace to texLive dependencies 2014-06-10 11:25:03 +04:00
Michael Raskin 26c8490ea1 Install libpotrace 2014-06-10 11:24:43 +04:00
Michael Raskin c6c152daad Create botan.pc just in case 2014-06-10 10:48:38 +04:00
Michael Raskin 99d59d8094 Update jq 2014-06-10 09:41:48 +04:00
Michael Raskin b7b58f90d8 Update ZPAQ 2014-06-10 09:41:23 +04:00
Michael Raskin cfe5bee000 Update botan 2014-06-10 09:29:13 +04:00
Michael Raskin f4987a0edc Update Monotone and add source-updater script 2014-06-10 09:21:26 +04:00
宋文武 513165fc9a add xmp 4.0.7 2014-06-10 12:07:41 +08:00
宋文武 8951ca0715 add libxmp 4.2.7 2014-06-10 12:06:11 +08:00
John Wiegley d0365a6cde git-annex: build on Darwin, and rely on cabal to set flags
Fixes #2519
2014-06-10 02:28:23 +00:00
John Wiegley 7ebe9b1e16 haskell-ghc-mod: 4.1.1 -> 4.1.2 2014-06-09 21:01:59 -05:00
John Wiegley 5100a2bbb3 texlive: upgrade to 20140528 2014-06-09 20:52:19 -05:00
Sander van der Burg 6b6f098fd1 disnix: bump versions and update module to use its latest features 2014-06-09 23:46:30 +02:00
Domen Kožar 7334e38af5 Merge pull request #2678 from offlinehacker/pkgs/systemd/fix_python
systemd: fix python support
2014-06-09 23:09:32 +02:00
Domen Kožar fb9c0d53b2 xbmc: 13.0 -> 13.1 2014-06-09 20:42:57 +02:00
Domen Kožar be976b2c46 pypy: disable a test 2014-06-09 20:42:57 +02:00
Vladimír Čunát 97006eb5ed Merge #2638: fix weechat build on darwin
Conflicts (trivial):
	pkgs/development/python-modules/pycrypto/default.nix
2014-06-09 19:37:06 +02:00
Vladimír Čunát 35f47bcfd8 fix evaluation (wrong meta.maintainers field) 2014-06-09 19:12:17 +02:00
Sander van der Burg 094635257e mysql-connector-java: Bump to version 5.1.31 2014-06-09 19:11:33 +02:00
Vladimír Čunát 5a98b9f514 Merge recent master into p/stdenv
Merged just before the pypi update, as it seems to cause problems on Hydra.
2014-06-09 19:07:31 +02:00
Vladimír Čunát 5e37c09f06 ghc on darwin: second attempt to fix build
Tested not to affect hash on linux.
2014-06-09 19:01:49 +02:00
Rickard Nilsson 9018d3c4f2 tinc: Update from 1.0.23 to 1.0.24 2014-06-09 15:14:05 +02:00
Rickard Nilsson c86d89639a postfix-211: Update from 2.11.0 to 2.11.1 2014-06-09 15:14:05 +02:00
Rob Vermaas cf3a2d0475 Add vtop, update some node packages. 2014-06-09 13:38:04 +02:00
Peter Simons 473ab2b362 haskell-vector: add version 0.10.11.0 2014-06-09 13:00:33 +02:00
Peter Simons 164c81be84 haskell-hscolour: define the bootstap version of this package using 'extension' rather than by passing an additional parameter to it 2014-06-09 13:00:33 +02:00
Peter Simons 977d43f6c5 cran-packages.nix: fix a couple of builds 2014-06-09 12:58:48 +02:00
John Wiegley 0e400be1ec haskell-RepLib: do not build haddocks 2014-06-09 03:58:52 -05:00
John Wiegley 1986a10d41 cabal-db: new expression 2014-06-09 03:58:52 -05:00
Peter Simons 20da5ecc9c haskell-parsers: update to version 0.11.0.2
Unfortunately, there are still build errors with this package (see
https://github.com/ekmett/parsers/issues/39). We need the latest
version, though, because older ones won't work with the latest
attoparsec.
2014-06-09 10:27:00 +02:00
Peter Simons b3c9513efe haskell-vty-5.1.0: jailbreak to fix build with lens 4.2 2014-06-09 10:27:00 +02:00
Mateusz Kowalczyk 3287542c57 haskell-vty: add version 5.1.0 2014-06-09 10:27:00 +02:00
Mateusz Kowalczyk f481b682b6 test-framework-smallcheck: 0.2 2014-06-09 10:27:00 +02:00
Peter Simons c7e1a2c5cc haskell-cabal-cargs: jailbreak to fix build with recent versions of either, lens, and tasty
https://github.com/dan-t/cabal-cargs/issues/3
2014-06-09 10:27:00 +02:00
Thomas Bereknyei 766d934090 haskell-cabal-cargs: add version 0.6.1 2014-06-09 10:27:00 +02:00
Peter Simons 6071b304ef haskell-cabal-lenses: jailbreak to fix build 2014-06-09 10:27:00 +02:00
Peter Simons f085cf3999 haskell-snap: jailbreak to fix build with lens 4.2 2014-06-09 10:27:00 +02:00
Peter Simons 40eb5a5f73 haskell-system-fileio: require Cabal >= 1.8 2014-06-09 10:27:00 +02:00
Peter Simons b134e2a0fd haskell-defaults.nix: don't provide singletons on pre-7.8.x platforms 2014-06-09 10:27:00 +02:00
Peter Simons 717fe5e3e4 haskell-threadscope: update to version 0.2.4 2014-06-09 10:27:00 +02:00
Peter Simons 6aea9b49ca haskell-threads: update to version 0.5.1.2 2014-06-09 10:27:00 +02:00
Peter Simons 7ac3849712 haskell-snap: update to version 0.13.2.7 2014-06-09 10:27:00 +02:00
Peter Simons 5043062e68 haskell-resource-pool: update to version 0.2.3.0 2014-06-09 10:27:00 +02:00
Peter Simons 5be634fab5 haskell-purescript: update to version 0.5.2.2 2014-06-09 10:27:00 +02:00
Peter Simons eac3634da3 haskell-persistent-template: update to version 1.3.1.4 2014-06-09 10:27:00 +02:00
Peter Simons 5e458d5570 haskell-mono-traversable: update to version 0.6.0.2 2014-06-09 10:27:00 +02:00
Peter Simons d72b09eaa9 haskell-libjenkins: update to version 0.4.3.0 2014-06-09 10:27:00 +02:00
Peter Simons 88413cdaa5 haskell-hoauth2: update to version 0.4.0 2014-06-09 10:26:59 +02:00
Peter Simons f4f89ce91d haskell-ghcjs-dom: update to version 0.0.9 2014-06-09 10:26:59 +02:00
Peter Simons 66e3410c4d haskell-failure: update to version 0.2.0.3 2014-06-09 10:26:59 +02:00
Peter Simons b23949f2d7 haskell-ekg-core: update to version 0.1.0.1 2014-06-09 10:26:59 +02:00
Peter Simons ddb6bb8d4f haskell-dbmigrations: update to version 0.8 2014-06-09 10:26:59 +02:00
Peter Simons d9344b7723 haskell-conduit: update to version 1.1.6 2014-06-09 10:26:59 +02:00
Peter Simons 1a1c1ba734 haskell-git-annex: update to version 5.20140606 2014-06-09 10:26:59 +02:00
Peter Simons 9e4254a84f haskell-yesod: update to version 1.2.5.3 2014-06-09 10:26:59 +02:00
Peter Simons 3bb029e9a1 haskell-vinyl: update to version 0.4.1 2014-06-09 10:26:59 +02:00
Peter Simons 4e02b6ca9f haskell-shake: update to version 0.13.1 2014-06-09 10:26:59 +02:00
Peter Simons 471dd8d1f0 haskell-pgm: update to version 0.1.4 2014-06-09 10:26:59 +02:00
Peter Simons 948669f683 haskell-linear: update to version 1.10.1.2 2014-06-09 10:26:59 +02:00
Peter Simons 1538d3ff10 haskell-io-streams: update to version 1.1.4.6 2014-06-09 10:26:59 +02:00
Peter Simons e77179fd44 haskell-conduit: update to version 1.1.5 2014-06-09 10:26:59 +02:00
Peter Simons 056b9ba32f haskell-adjunctions: update to version 4.1.0.1 2014-06-09 10:26:59 +02:00
Peter Simons fdee6e37a6 haskell-BlogLiterately: update to version 0.7.1.7 2014-06-09 10:26:59 +02:00
Peter Simons c7a18e326f Stick to transformers 0.3.x everywhere; the new versions breaks just about every other package that we have. 2014-06-09 10:26:59 +02:00
Peter Simons 67cfb66cea haskell-tabular: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:59 +02:00
Peter Simons 1d50ed522a haskell-system-filepath: require at least Cabal 1.8 to build 2014-06-09 10:26:59 +02:00
Peter Simons 22cc19e96e haskell-multiplate: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:58 +02:00
Peter Simons 9dd2b3c651 haskell-shelly: move version override to haskell-defaults.nix 2014-06-09 10:26:58 +02:00
Peter Simons 7c89fcc501 haskell-persistent-template: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:58 +02:00
Peter Simons 5062c9147e haskell-arithmoi: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:58 +02:00
Peter Simons 6bb301420e haskell-data-accessor: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:58 +02:00
Peter Simons 3584bfe0fd haskell-cabal-dev: remove obsolete package
All cabal-dev functionality has been merged into cabal-install.
2014-06-09 10:26:58 +02:00
Peter Simons 1304beac01 haskell-utf8-string: patch to fix build with GHC 6.12.x
https://github.com/glguy/utf8-string/issues/9
2014-06-09 10:26:58 +02:00
Peter Simons 0e3dfb5c71 * haskell-blaze-builder-enumerator: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:58 +02:00
Peter Simons 84fb4b94c1 haskell-failure: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:58 +02:00
Peter Simons 63fdb6f64f haskell-storable-record: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:58 +02:00
Peter Simons 3fefc29ee6 haskell-haskeline: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:58 +02:00
Peter Simons 4f2992c3fa Switch GHC 6.10.x to network 2.2.x because newer versions give buffering errors (according to the Cabal file from HTTP, which excludes newer versions from building) 2014-06-09 10:26:58 +02:00
Peter Simons c027434f9f haskell-HTTP: don't add a global 'network' override for HTTP 4000.2.5 2014-06-09 10:26:58 +02:00
Peter Simons d07125a0d9 haskell-transformers-compat: provide different versions for GHC 7.8.2 and below
transformers is a core library in GHC 7.8.2, so that compiler is stuck
with an older version of the -compat library.
2014-06-09 10:26:58 +02:00
Peter Simons 035192b813 haskell-alternative-io: drop obsolete package 2014-06-09 10:26:58 +02:00
Peter Simons c82d37a6b3 haskell-base64-bytestring: disable test suite do fix the build
https://github.com/bos/base64-bytestring/issues/15
2014-06-09 10:26:58 +02:00
Peter Simons 8b07b3a6a1 haskell-codex: update to version 0.0.2.1 2014-06-09 10:26:58 +02:00
Peter Simons 6f8794ecb2 haskell-yesod-test: update to version 1.2.2 2014-06-09 10:26:58 +02:00
Peter Simons 4acb2ca9bf haskell-yesod-form: update to version 1.3.9.1 2014-06-09 10:26:58 +02:00
Peter Simons b3fd1fcf56 haskell-yesod-core: update to version 1.2.15.2 2014-06-09 10:26:57 +02:00
Peter Simons 743ad37a1f haskell-yesod-auth: update to version 1.3.1 2014-06-09 10:26:57 +02:00
Peter Simons 404e05c4e5 haskell-vinyl: update to version 0.4 2014-06-09 10:26:57 +02:00
Peter Simons 2acc27c2c6 haskell-twitter-types: update to version 0.3.20140601 2014-06-09 10:26:57 +02:00
Peter Simons 4d5a789169 haskell-transformers-compat: update to version 0.3.3.4 2014-06-09 10:26:57 +02:00
Peter Simons 8fd61a3345 haskell-timerep: update to version 1.0.3 2014-06-09 10:26:57 +02:00
Peter Simons 6b3ca84380 haskell-texmath: update to version 0.6.6.3 2014-06-09 10:26:57 +02:00
Peter Simons 9a76b00dd5 haskell-snap-server: update to version 0.9.4.5 2014-06-09 10:26:57 +02:00
Peter Simons bdbd0d0ccf haskell-snap-core: update to version 0.9.6.3 2014-06-09 10:26:57 +02:00
Peter Simons 9bc7005ecd haskell-semigroupoids: update to version 4.0.2.1 2014-06-09 10:26:57 +02:00
Peter Simons b2ec2c58ba haskell-postgresql-simple: update to version 0.4.2.3 2014-06-09 10:26:57 +02:00
Peter Simons 3e53f7128a haskell-pipes-attoparsec: update to version 0.5.1 2014-06-09 10:26:57 +02:00
Peter Simons 8dc5275299 haskell-pipes-aeson: update to version 0.4.1 2014-06-09 10:26:57 +02:00
Peter Simons 226d0941e6 haskell-mono-traversable: update to version 0.6.0.1 2014-06-09 10:26:57 +02:00
Peter Simons 0e015977e2 haskell-hourglass: update to version 0.2.0 2014-06-09 10:26:57 +02:00
Peter Simons 2a53dce4e7 haskell-hit: update to version 0.6.1 2014-06-09 10:26:57 +02:00
Peter Simons 8e14d2908f haskell-diagrams-lib: update to version 1.2.0.1 2014-06-09 10:26:57 +02:00
Peter Simons 180ad15ab5 haskell-diagrams-core: update to version 1.2.0.1 2014-06-09 10:26:57 +02:00
Peter Simons b5e87f63f9 haskell-idris: update to version 0.9.13 2014-06-09 10:26:57 +02:00
Peter Simons eaa151379a haskell-transformers-0.4.1.0: haddock from GHC 6.10.x cannot build this documentation 2014-06-09 10:26:56 +02:00
Peter Simons 782d937dc4 haskell-MonadCatchIO-transformers: jailbreak to fix build with transformers 0.4.x 2014-06-09 10:26:56 +02:00
Peter Simons 73e92d2634 haskell-hsini: jailbreak to fix build with recent versions of mtl 2014-06-09 10:26:56 +02:00
Peter Simons 1d392a56ae Update the default version of transformers to 0.4.1 on older compilers. 2014-06-09 10:26:56 +02:00
Peter Simons 5190b18caa haskell-attoparsec: update to version 0.12.0.0 2014-06-09 10:26:56 +02:00
Peter Simons 3376d02e31 haskell-text: add version 1.1.1.3 (and delete unused versions 0.11.1.13 and 0.1.1.2) 2014-06-09 10:26:56 +02:00
Peter Simons 6358b15985 haskell-mtl: update to version 2.2.1 (and delete unused versions 1.1.1.1 and 2.1.3.1) 2014-06-09 10:26:56 +02:00
Peter Simons 64f4186735 haskell-vector: update version to 0.10.9.3 2014-06-09 10:26:56 +02:00
Peter Simons 1a29d1bc3c haskell-HTTP: update to version 4000.2.17 2014-06-09 10:26:56 +02:00
Peter Simons 66044974b4 haskell-QuickCheck: update to version 2.7.5 2014-06-09 10:26:56 +02:00
Peter Simons c9672d767f haskell-Cabal: update to version 1.20.0.1 2014-06-09 10:26:56 +02:00
Peter Simons 71ecdfba71 haskell-yst: update to version 0.4.1 2014-06-09 10:26:56 +02:00
Peter Simons b23dcddd23 haskell-yesod-bin: update to version 1.2.9.4 2014-06-09 10:26:56 +02:00
Peter Simons 7d3603ae4a haskell-wai-middleware-static: update to version 0.5.0.1 2014-06-09 10:26:56 +02:00
Peter Simons 145bcc77e7 haskell-utf8-string: update to version 0.3.8 2014-06-09 10:26:56 +02:00
Peter Simons b4a3a61285 haskell-unlambda: update to version 0.1.3 2014-06-09 10:26:56 +02:00
Peter Simons 08198d4771 haskell-texmath: update to version 0.6.6.2 2014-06-09 10:26:56 +02:00
Peter Simons 5bf659263e haskell-tasty-golden: update to version 2.2.1.2 2014-06-09 10:26:56 +02:00
Peter Simons e8acfc5d65 haskell-tasty-ant-xml: update to version 1.0.0.8 2014-06-09 10:26:55 +02:00
Peter Simons 4e60fd5687 haskell-system-filepath: update to version 0.4.12 2014-06-09 10:26:55 +02:00
Peter Simons fbfbaea156 haskell-system-fileio: update to version 0.3.14 2014-06-09 10:26:55 +02:00
Peter Simons 92aa75475c haskell-stm-conduit: update to version 2.5.0 2014-06-09 10:26:55 +02:00
Peter Simons 868c6a9664 haskell-statistics: update to version 0.11.0.3 2014-06-09 10:26:55 +02:00
Peter Simons 7f9484967c haskell-statestack: update to version 0.2.0.3 2014-06-09 10:26:55 +02:00
Peter Simons 4268d5c635 haskell-sqlite-simple: update to version 0.4.8.0 2014-06-09 10:26:55 +02:00
Peter Simons b453628e52 haskell-snap: update to version 0.13.2.6 2014-06-09 10:26:55 +02:00
Peter Simons 303806b182 haskell-smtps-gmail: update to version 1.2.1 2014-06-09 10:26:55 +02:00
Peter Simons 29742effa4 haskell-shelly: update to version 1.5.4 2014-06-09 10:26:55 +02:00
Peter Simons e4e95884f8 haskell-semigroups: update to version 0.15 2014-06-09 10:26:55 +02:00
Peter Simons 08910c93a9 haskell-scotty: update to version 0.7.3 2014-06-09 10:26:55 +02:00
Peter Simons 938ac2949f haskell-reducers: update to version 3.10.2.1 2014-06-09 10:26:55 +02:00