Commit Graph

14406 Commits

Author SHA1 Message Date
Peter Simons 1a7da2b3fd haskell-HTF: update to version 0.12.2.2 2014-10-22 11:47:07 +02:00
Peter Simons eaf518c297 haskell-vty: update to version 5.2.4 (and remove obsolete version 4.x)
This change breaks vty-ui, which appears to be unmaintained by upstream.

https://github.com/jtdaugherty/vty-ui/issues/55
2014-10-22 11:47:07 +02:00
Peter Simons 1c14aa4fc9 haskell-yesod-form: update to version 1.4.1 2014-10-21 23:04:40 +02:00
Peter Simons 661b9e7531 haskell-yesod-core: update to version 1.4.3 2014-10-21 23:04:40 +02:00
Peter Simons a85ffa1bf0 haskell-yesod-bin: update to version 1.4.0.4 2014-10-21 23:04:40 +02:00
Peter Simons 63fe24d523 haskell-wai-app-static: update to version 3.0.0.2 2014-10-21 23:04:40 +02:00
Peter Simons d24a592d81 haskell-tls: update to version 1.2.13 2014-10-21 23:04:40 +02:00
Peter Simons c296d406b1 haskell-th-lift-instances: update to version 0.1.4 2014-10-21 23:04:40 +02:00
Peter Simons fcd2231cb9 haskell-tasty-th: update to version 0.1.3 2014-10-21 23:04:40 +02:00
Peter Simons 9e61b64c31 haskell-hxt-regex-xmlschema: update to version 9.2.0 2014-10-21 23:04:40 +02:00
Peter Simons 2b2bfb7dc2 haskell-hspec2: update to version 0.5.1 2014-10-21 23:04:40 +02:00
Peter Simons 51f01e63b5 haskell-hspec: update to version 1.12.1 2014-10-21 23:04:40 +02:00
Peter Simons c15e0592eb haskell-hspec-meta: update to version 1.12.1 2014-10-21 23:04:39 +02:00
Peter Simons 94bc815c87 haskell-hcltest: update to version 0.3.6 2014-10-21 23:04:39 +02:00
Peter Simons 0c80f224fc haskell-haskell-generate: update to version 0.2.2 2014-10-21 23:04:39 +02:00
Peter Simons b866c4d36a haskell-fb: update to version 1.0.7 2014-10-21 23:04:39 +02:00
Peter Simons 575ddc19cb haskell-fay: update to version 0.21.0.2 2014-10-21 23:04:39 +02:00
Peter Simons eedf2610dd haskell-extra: update to version 0.3.1 2014-10-21 23:04:39 +02:00
Peter Simons f7c75a5063 haskell-ekg: update to version 0.4.0.4 2014-10-21 23:04:39 +02:00
Peter Simons 0beec5a972 haskell-classy-prelude: update to version 0.10.1 2014-10-21 23:04:39 +02:00
Peter Simons e4cdce1213 haskell-classy-prelude-conduit: update to version 0.10.1 2014-10-21 23:04:39 +02:00
Peter Simons c28b225a6a haskell-binary-conduit: update to version 1.2.3 2014-10-21 23:04:39 +02:00
Peter Simons 53f788b421 haskell-basic-prelude: update to version 0.3.10 2014-10-21 23:04:39 +02:00
Peter Simons e8ad61fbd2 haskell-x509: update to version 1.5.0.1 2014-10-21 15:36:21 +02:00
Peter Simons 4c92012e90 haskell-io-streams: update to version 1.2.0.1 2014-10-21 15:36:21 +02:00
Peter Simons 114a84e751 haskell-asn1-encoding: disable test suite to work around build errors on Linux/i686
https://github.com/vincenthz/hs-asn1/issues/12
2014-10-21 15:36:21 +02:00
Mateusz Kowalczyk 2dc4b069e3 haskell-charsetdetect-ae: new package 2014-10-21 11:35:36 +01:00
John Wiegley 8d8acebfbb Extra: rename directory to Extra-lib
This is needed because not everyone uses a case-sensitive
filesystem (namely, OS X), which causes the Extra and extra packages to
collide.  Since extra is more recently maintained (by the author of
Shake and Hoogle), I've renamed Extra to just Extra-lib, keeping
everything else the same.
2014-10-20 19:17:12 -05:00
Edward Tjörnhammar 6639fa51d2 tsocks: support poll(2) applications 2014-10-20 11:11:16 +02:00
Edward Tjörnhammar 5074a95c54 tsocks: fix LD_PRELOAD references 2014-10-20 11:11:16 +02:00
Domen Kožar 29ffeecf78 fix eval 2014-10-19 19:54:33 +02:00
Peter Simons 6a703aa570 haskell-rethinkdb: jailbreak to fix build with network 2.6.x
Also, disable the test suite, which won't succeed because it tries to
use network services like getProtocolByName.
2014-10-19 16:55:24 +02:00
Peter Simons d5d593a256 haskell-hindent: disable test suite to fix the build
Test suite hspec: RUNNING...
hspec: test/gibiansky/tests/: getDirectoryContents: does not exist (No such file or directory)
Test suite hspec: FAIL
Test suite logged to: dist/test/hindent-3.9-hspec.log
0 of 1 test suites (0 of 1 test cases) passed.
2014-10-19 16:55:24 +02:00
Peter Simons fa1e935abe haskell-tasty-hspec: broken by recent versions of hspec 2014-10-19 16:55:24 +02:00
Peter Simons 834de32dff haskell-HTF: disable test suite to fix build error
https://github.com/skogsbaer/HTF/issues/37
2014-10-19 16:55:24 +02:00
Peter Simons d1d0c03d88 haskell-HandsomeSoup: disable test suite to fix the build
The package doesn't seem to support recent versions of hspec.

https://github.com/egonSchiele/HandsomeSoup/issues/26
2014-10-19 16:55:24 +02:00
Peter Simons 882e660997 haskell-x509: disable broken test suite to fix the build
https://github.com/vincenthz/hs-certificate/issues/35
2014-10-19 16:55:24 +02:00
Peter Simons 3f6de398ae haskell-yesod-bin: update to version 1.4.0.2 2014-10-19 16:55:24 +02:00
Peter Simons 5283823981 haskell-yesod-auth-hashdb: update to version 1.4.1 2014-10-19 16:55:24 +02:00
Peter Simons dba208b52e haskell-x509: update to version 1.5.0 2014-10-19 16:55:24 +02:00
Peter Simons 335c577ca0 haskell-x509-validation: update to version 1.5.1 2014-10-19 16:55:24 +02:00
Peter Simons abd1729bcc haskell-x509-system: update to version 1.5.0 2014-10-19 16:55:24 +02:00
Peter Simons 4b68e362a0 haskell-x509-store: update to version 1.5.0 2014-10-19 16:55:24 +02:00
Peter Simons 52f27f0187 haskell-webkit: update to version 0.13.0.3 2014-10-19 16:55:24 +02:00
Peter Simons ab6861195a haskell-tls: update to version 1.2.10 2014-10-19 16:55:24 +02:00
Peter Simons 2b879558e5 haskell-json-rpc: update to version 0.2.1.1 2014-10-19 16:55:23 +02:00
Peter Simons a7ea4fd14a haskell-ixset: update to version 1.0.6 2014-10-19 16:55:23 +02:00
Peter Simons 5c66507998 haskell-hindent: update to version 3.9 2014-10-19 16:55:23 +02:00
Peter Simons 1656c1311d haskell-crypto-pubkey-types: update to version 0.4.2.3 2014-10-19 16:55:23 +02:00
Peter Simons 275e045772 haskell-xdot: update to version 0.2.4.5 2014-10-19 16:55:23 +02:00
Peter Simons 3455fd86f1 haskell-hourglass: update to version 0.2.6 2014-10-19 16:55:23 +02:00
Peter Simons d9ae013e8c haskell-hcltest: update to version 0.3.5 2014-10-19 16:55:23 +02:00
Peter Simons 936b38b2cc haskell-gtksourceview2: update to version 0.13.1.1 2014-10-19 16:55:23 +02:00
Peter Simons 133990ad1f haskell-gtk3: update to version 0.13.0.3 2014-10-19 16:55:23 +02:00
Peter Simons 2c2e214d55 haskell-gtk: update to version 0.13.0.3 2014-10-19 16:55:23 +02:00
Peter Simons 6be19aa08f haskell-glib: update to version 0.13.0.5 2014-10-19 16:55:23 +02:00
Peter Simons 0067036b51 haskell-gio: update to version 0.13.0.2 2014-10-19 16:55:23 +02:00
Peter Simons bbf24c5772 haskell-fast-logger: update to version 2.2.1 2014-10-19 16:55:22 +02:00
Peter Simons 8e99f7d102 haskell-digestive-functors-heist: update to version 0.8.6.1 2014-10-19 16:55:22 +02:00
Peter Simons 3bd0c852bb haskell-cairo: update to version 0.13.0.4 2014-10-19 16:55:22 +02:00
Peter Simons 07ffd6bd02 haskell-auto-update: update to version 0.1.2 2014-10-19 16:55:22 +02:00
Peter Simons d7689c5797 haskell-asn1-types: update to version 0.3.0 2014-10-19 16:55:22 +02:00
Peter Simons d465678948 haskell-asn1-parse: update to version 0.9.0 2014-10-19 16:55:22 +02:00
Peter Simons b599efe2eb haskell-asn1-encoding: update to version 0.9.0 2014-10-19 16:55:22 +02:00
Peter Simons 7d236d6762 haskell-JuicyPixels-util: update to version 0.2 2014-10-19 16:55:22 +02:00
Peter Simons ba5db4d685 haskell-HandsomeSoup: update to version 0.3.3 2014-10-19 16:55:22 +02:00
Peter Simons 98bca033c9 haskell-HTF: update to version 0.12.2.1 2014-10-19 16:55:22 +02:00
Peter Simons 372f9b9afe haskell-aeson: update to version 0.8.0.2 2014-10-19 16:55:22 +02:00
Peter Simons 23b84969d0 haskell-template: update to version 0.2.0.10 2014-10-19 16:55:22 +02:00
Peter Simons 5b59ad05ef haskell-shell-conduit: update to version 4.3 2014-10-19 16:55:22 +02:00
Peter Simons 7dd96f5012 haskell-sdl2: update to version 1.1.3 2014-10-19 16:55:22 +02:00
Peter Simons 9328fbcdb6 haskell-rethinkdb: update to version 1.15.1.0 2014-10-19 16:55:22 +02:00
Peter Simons 9177f6244e haskell-rest-gen: update to version 0.16.0.3 2014-10-19 16:55:21 +02:00
Peter Simons 745c6b594a haskell-pango: update to version 0.13.0.3 2014-10-19 16:55:21 +02:00
Peter Simons d3620bc94d haskell-monadloc-pp: update to version 0.3.1 2014-10-19 16:55:21 +02:00
Peter Simons 189667f34e haskell-hspec2: update to version 0.5.0 2014-10-19 16:55:21 +02:00
Peter Simons b27cd024e4 haskell-hspec: update to version 1.12.0 2014-10-19 16:55:21 +02:00
Peter Simons 3dbd62f5af haskell-hspec-meta: update to version 1.12.0 2014-10-19 16:55:21 +02:00
Aycan iRiCAN 480290242f Introduced haskellPackages.extra 2014-10-19 16:21:58 +03:00
Peter Simons 1f80db6eed haskell-Decimal: add version 0.4.2 2014-10-19 14:11:03 +02:00
Peter Simons c33f0a85ec haskell-pandoc-citeproc: re-generate expression(s) with cabal2nix 2014-10-19 12:01:19 +02:00
Peter Simons 1e3e1a4476 haskell-pandoc-citeproc: remove duplicate 'default.nix' file
We already have version 0.6 in 0.6.nix.
2014-10-19 12:00:47 +02:00
Peter Simons 893726dfbf hoogle-4.2.34: re-generate expression with cabal2nix 2014-10-19 11:57:40 +02:00
Peter Simons 984d71a9bc hoogle: make sure the package follows the haskell-packages.nix conventions 2014-10-19 11:55:25 +02:00
William A. Kennington III def624efc6 libqb: 0.16.0 -> 0.17.1 2014-10-17 16:53:36 -07:00
William A. Kennington III c79eac4c79 libinput: Add derivation 2014-10-17 14:26:45 -07:00
William A. Kennington III 1b942c24b3 libevdev: 1.2.1 -> 1.3 2014-10-17 14:26:44 -07:00
William A. Kennington III 8cd575c5aa mtdev: 1.1.2 -> 1.1.5 2014-10-17 14:26:44 -07:00
William A. Kennington III 8ad2a13bdf ffmpeg: 1.2.8 -> 1.2.9 2014-10-17 14:26:44 -07:00
William A. Kennington III c70b942375 wayland: 1.5.0 -> 1.6.0 2014-10-16 23:17:38 -07:00
John Wiegley 57eb7f107d lambdabot: Get it building again against older packages 2014-10-16 21:44:58 -05:00
John Wiegley 1515dbf962 haskell-hakyll: Allow it to build again 2014-10-16 17:38:09 -05:00
Patrick Mahoney 8edb10d31e talloc: Fix linker flags on darwin.
Before this patch, building talloc on darwin (OS X 10.8.5) results in:

gcc -dynamiclib -Wl,-search_paths_first -undefined error -o libtalloc.dylib.2.0.1 ./talloc.o  ./libreplace/replace.o ./libreplace/snprintf.o ./libreplace/getpass.o ./libreplace/strptime.o   -install_namelibtalloc.dylib.2
gcc: error: unrecognized command line option '-install_namelibtalloc.dylib.2'
make: *** [libtalloc.dylib.2.0.1] Error 1

Setting SONAMEFLAG to either "-install_name " (note trailing space), or
"-Wl,-install_name," results in a successful build. The latter seems
more clear.
2014-10-16 14:40:25 -05:00
Bjørn Forsman 287d6d5d3a libpcap: pass --with-pcap=linux for all linux systems
...instead of just for i686-linux.

Without a --with-pcap= configure flag, the build system tries to
auto-detect the backend by poking in /dev, /usr/include etc... In the
pure nix world, this auto-detection fails. (Good, we don't want host
details to leak into the build.)

The end result of this (failed) auto-detection; no packet capture
possible:

  $ sudo tcpdump -i wlp2s0
  tcpdump: live packet capture not supported on this system

This fixes the above issue on 64-bit linux systems, and probably other
architectures supported by linux.
2014-10-16 20:32:28 +02:00
Eelco Dolstra 127f5f1056 sqlite: Update to 3.8.6 2014-10-16 16:56:36 +02:00
Domen Kožar 74fde7c388 Merge pull request #4495 from NixOS/pythonFull_improvements
PythonFull improvements
2014-10-16 13:24:18 +02:00
Domen Kožar 68b183e309 simplify 2014-10-16 13:13:13 +02:00
Domen Kožar 33b104c57e Revert "sqlite: Update to 3.8.6"
This reverts commit f7acce83fc.

Breaks tests for perlPackages.DBIxClass

cc @edolstra
2014-10-15 20:40:36 +02:00
Domen Kožar c758ec756b openssl: 1.0.1i -> 1.0.1j (CVE-2014-3513, CVE-2014-3567, CVE-2014-3568) 2014-10-15 16:12:23 +02:00
Peter Simons 6d432d2164 haskell-vector: build the package with -msse2 on i686 platforms to fix test suite failures
https://github.com/haskell/vector/issues/47
2014-10-15 12:31:35 +02:00