Commit Graph

420 Commits

Author SHA1 Message Date
Thomas Tuegel
2a2448bcb7 Merge pull request #8182 from ttuegel/openblas
Numerical computing overhaul
2015-06-12 08:06:03 -05:00
Nikolay Amiantov
bb3db4e653 mueval: reapply Nix-specific patch 2015-06-12 03:54:20 +03:00
Nikolay Amiantov
6cc817cf51 mueval: add patch until release is pushed to Hackage 2015-06-12 03:42:29 +03:00
Peter Simons
414d71c499 haskell-cron-compat: unnecessary fork of 'cron' that doesn't compile anyway 2015-06-11 11:52:27 +02:00
Peter Simons
283b75910a haskell-Win32: mark broken on systems other than Cygwin 2015-06-11 11:52:27 +02:00
Peter Simons
9e04c74d95 haskell-bitx-bitcoin: disable the test suite which tries to access the network 2015-06-11 11:52:26 +02:00
Peter Simons
1c31a4660a haskell-pipes-mongodb: disable the test suite which tries to access the network 2015-06-11 11:52:26 +02:00
Thomas Tuegel
661ce66483 haskellPackages.hmatrix: remove impure openblas path 2015-06-09 14:31:19 -05:00
Thomas Tuegel
406428d6a4 haskellPackages.bindings-levmar: build with openblas 2015-06-09 13:48:36 -05:00
Peter Simons
62f2b24c83 haskell-fft: disable failing test suite 2015-06-09 15:51:01 +02:00
Peter Simons
820c87af1f haskell-webwebsockets: disable spuriously failing test suite 2015-06-07 00:09:06 +02:00
Thomas Tuegel
90b2afee04 haskell-hmatrix: build with openblas
Fixes #6392.
2015-06-04 17:42:04 -05:00
Peter Simons
2db9a8289d haskell-semigroupoids: disable doctests suite to avoid version conflict with doctest 0.10.x 2015-06-04 17:42:06 +02:00
Peter Simons
a982892116 Fix evaluation errors on Hydra. 2015-06-04 17:42:06 +02:00
Peter Simons
dbf55842e8 haskell-comonad: disable test suite to work avoid doctest failure 2015-06-04 17:42:06 +02:00
Peter Simons
697a80c004 haskell-influxdb: build has been fixed upstream 2015-06-04 17:42:06 +02:00
Peter Simons
6130aa2a4d haskell-cipher-aes: test suite has been fixed upstream 2015-06-04 17:42:06 +02:00
Peter Simons
52829ce24a Disable broken builds for Haskell packages gitit and influxdb. 2015-06-02 10:32:31 +02:00
Peter Simons
921b000fa5 haskell-base-noprelude: disable Haddock phase on empty library 2015-06-02 10:32:31 +02:00
Peter Simons
0d484e999b haskell-binary: update to version 0.7.5.0 2015-06-02 10:32:31 +02:00
Peter Simons
3e0513ea86 haskell-cabal-helper wants to store test suite data in $HOME 2015-06-02 10:32:31 +02:00
Peter Simons
b73c3c7d9f haskell-cipher-aes fails its test suite. 2015-05-30 19:54:43 +02:00
Peter Simons
413985fa34 haskell-servant has been fixed upstream. 2015-05-30 19:54:43 +02:00
Peter Simons
83f6a29266 haskell-hslua: version 0.4.x still doesn't work with lua 5.2 2015-05-30 19:54:43 +02:00
Peter Simons
d55272a535 haskell-pipes-errors: fix evaluation of override for latest 'errors' 2015-05-30 19:54:43 +02:00
Peter Simons
2814e5ce11 haskell-Cabal-ide-backend: like all Cabals, this fork can't run its test suite in Nix 2015-05-30 19:54:43 +02:00
Peter Simons
d2496ba142 haskell-pandoc: install man pages 2015-05-30 19:54:43 +02:00
Peter Simons
62d691b4ca haskell-pandoc: don't use shared linking for executables
The build contains special magic surrounding the build of make-pandoc-man-pages,
and that magic fails in case we link binaries dynamically.
2015-05-30 19:54:43 +02:00
Peter Simons
a1c0a00dac haskell-text-binary: remove patch that's contained in version 0.2.x 2015-05-30 19:54:43 +02:00
Peter Simons
c139b0593c Fix haskell-spaceprobe and llvm-general. 2015-05-30 19:54:43 +02:00
Peter Simons
ef0d959fe9 haskell-BNFC: build has been fixed, but the test suite still won't compile 2015-05-30 19:54:43 +02:00
Peter Simons
e5a1818745 haskell-mueval is broken (and has been for a while) 2015-05-30 19:54:42 +02:00
Peter Simons
8c03484b3b haskell-ncurses: remove obsolete override 2015-05-30 19:54:42 +02:00
Mateusz Kowalczyk
4128b474f4 haskell-Agda: overrides are no longer necessary 2015-05-26 05:51:33 +01:00
Peter Simons
f0311f9b8c haskell-lzma-enumerator: test suite is broken (and has been for quite a while) 2015-05-23 15:16:31 +02:00
Peter Simons
c32c742a82 haskell-textocat-api: test suite tries to access the network 2015-05-23 15:12:20 +02:00
Peter Simons
70a7f7c14d haskell-configuration-common: use overrideScope on cabal-install instead of override
This patch works around https://github.com/NixOS/nixpkgs/issues/7953 so
that we can use overrideScope on this attribute in the GHC 7.6.x package
set (see next commit).
2015-05-23 15:09:29 +02:00
Peter Simons
18a6e7171e haskell-hbro-contrib: missing dependency hbro has been fixed upstream 2015-05-23 15:09:29 +02:00
Peter Simons
58e96c79d8 haskell-text-binary: patch to fix build with text-1.2.1.0 or later
https://github.com/kawu/text-binary/pull/1
2015-05-23 15:09:29 +02:00
Michael Alan Dorman
e281707ae9 lens-action has been fixed. 2015-05-23 15:09:29 +02:00
Peter Simons
f3b68ea7e0 haskell-gitlib has been fixed upstream.
Resolves https://github.com/peti/nixpkgs/pull/6.
2015-05-22 16:35:55 +02:00
Peter Simons
791e865c3e haskell-token-bucket: disable test suite to avoid build failure because of an apparently trivial error 2015-05-22 16:35:55 +02:00
Peter Simons
f25d2e1a71 haskell-snap: drop obsolete override 2015-05-22 16:35:55 +02:00
Peter Simons
2e01d4a2b6 haskell-pipes-errors: fix build of latest (non-default) version 2015-05-22 16:35:55 +02:00
Peter Simons
0c35edb25c haskell-wuss: test suite needs network access --> disable to fix the build 2015-05-21 14:57:18 +02:00
Peter Simons
9b9d94def4 Disable builds for broken Haskell packages lens-action and servant-server. 2015-05-21 14:57:17 +02:00
Peter Simons
0a85cee798 haskell-curlhs: disable failing test suite 2015-05-21 14:57:17 +02:00
Nikolay Amiantov
03f9f0a634 haskell-cheapskate: not broken now 2015-05-21 14:57:17 +02:00
Nikolay Amiantov
743c265797 haskell-pandoc: use ordinary jailbreak 2015-05-21 14:57:16 +02:00
Peter Simons
c0e2c4809e cabal-install: fix build for GHC 7.0.x and 7.2.x 2015-05-18 20:43:59 +02:00