Peter Simons
ae7140f693
haskell-hslua: drop obsolete override
2015-06-24 12:28:04 +02:00
Peter Simons
0d919b374c
hackage-packages.nix: update to 79a194bc9a
with hackage2nix revision 1c5ac72f817d996a1ccec3e5a14496fb49806755
2015-06-24 12:27:59 +02:00
Thomas Tuegel
5c7fb3a9b5
haskell-bindings-levmar: build with openblasCompat
2015-06-18 12:58:16 -05:00
Peter Simons
84235ff763
haskell-xkbcommon test suite has unspecified dependencies.
2015-06-17 23:17:54 +02:00
Peter Simons
b8446a4d85
haskell: update configuration for Cabal 1.22.4.0
2015-06-17 23:17:54 +02:00
Peter Simons
ef421d6f9b
hackage-packages.nix: update to 0a97083894
with hackage2nix revision 1663fb81050a8be440e74263f022c7b04d3ccd6b
2015-06-17 23:17:48 +02:00
Peter Simons
75f82f50e6
Merge pull request #5908 from cstrahan/hoogle-local-ng
...
haskell-ng: hoogleLocal support
I believe this code ought to be used as follows:
{
packageOverrides = pkgs : let self = pkgs.pkgs; in rec {
hsEnv = pkgs.haskell-ng.packages.ghc784.ghcWithPackages (p: with p;
(haskellDev p)
++(myPackages p)
# add more packages here
);
hsEnvHoogle = withHoogle hsEnv;
withHoogle = haskellEnv: with pkgs.haskellngPackages;
import <nixpkgs/pkgs/development/libraries/haskell/hoogle/local.nix> {
stdenv = pkgs.stdenv;
inherit hoogle rehoo ghc;
packages = haskellEnv.paths;
};
};
}
2015-06-17 15:07:07 +02:00
Peter Simons
90c3d380d1
haskell-wai-session: package is broken
2015-06-16 13:02:27 +02:00
Peter Simons
6390ea5026
haskell-serversession-backend-redis: disable failing test suite
2015-06-16 13:02:27 +02:00
Peter Simons
614769a9ed
haskell-serversession: disable failing test suite
2015-06-16 13:02:27 +02:00
Peter Simons
19c5b0a8cd
hackage-packages.nix: update to a6e45bb640
with hackage2nix revision 6c4694e3e3d2f6135be35b967f6f459a01789604
2015-06-16 13:02:22 +02:00
Peter Simons
b311380227
hackage-packages.nix: update to 2c4a8914cb
with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e
2015-06-15 19:26:56 +02:00
Peter Simons
ea3382bb69
haskell-record doesn't pass the Haddock phase.
2015-06-13 11:31:31 +02:00
Peter Simons
cd7b1ca000
haskell-configuration-ghc-7.8.x: drop obsolete override for 'equivalence'
2015-06-13 11:31:31 +02:00
Peter Simons
7e38ad08e7
hackage-packages.nix: update to 008236bc31
with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e
2015-06-13 11:31:12 +02:00
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
Charles Strahan
3859f7bdab
haskell-ng: hoogleLocal support
2015-06-11 20:25:31 -04: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
Peter Simons
d9461e945f
hackage-packages.nix: update to bab92d665c
with hackage2nix revision c3122d617e69efe091549cec44d578bba41515f1
2015-06-11 11:52:22 +02:00
Peter Simons
07579409cc
hackage-packages.nix: update to cf0a9dd31e
with hackage2nix revision c3122d617e69efe091549cec44d578bba41515f1
2015-06-10 10:55:50 +02:00
Peter Simons
43a7006495
hackage-packages.nix: update to 31af6a881c
with hackage2nix revision c3122d617e69efe091549cec44d578bba41515f1
2015-06-10 10:55:49 +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
Jude Taylor
746df7b034
remove now-applied process-extras patch
2015-06-09 10:26:29 -07:00
Peter Simons
62f2b24c83
haskell-fft: disable failing test suite
2015-06-09 15:51:01 +02:00
Peter Simons
49d4342f1b
hackage-packages.nix: update to c8b207efe7
with hackage2nix revision c3122d617e69efe091549cec44d578bba41515f1
2015-06-09 15:50:56 +02:00
Jude Taylor
b9de32de5b
update GHC HEAD and configuration
2015-06-08 00:48:34 -07:00
Peter Simons
0520540018
haskell-bytestring-builder: trigger rebuild with GHC 7.8.x to mitiagate broken library ID
2015-06-07 00:09:06 +02:00
Peter Simons
820c87af1f
haskell-webwebsockets: disable spuriously failing test suite
2015-06-07 00:09:06 +02:00
Peter Simons
14cf76bb84
hackage-packages.nix: update to 7e9d164c83
with hackage2nix revision d827dc6865dcad7d4890f27985383cc6d7cd1236
2015-06-07 00:09:01 +02:00
Peter Simons
08c4a192e2
ghc-7.10.x.nix: remove obsolete re-build hacks from the package set configuration
2015-06-06 09:43:15 +02:00
Peter Simons
7e04b7319c
haskell: disable parallel compilation for libraries to mitigate the effects of GHC's non-deterministic library ID bug
...
Further details can be found at <https://github.com/peti/ghc-library-id-bug >
and <https://ghc.haskell.org/trac/ghc/ticket/4012 >.
2015-06-05 23:55:01 +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
e0f7ab678a
ghc-events: fix build of latest version with ghc-7.8.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
80e98ba00a
hackage-packages.nix: update to 25f7b30351
with hackage2nix revision d8b7e62373ad16bdc2a5a93d0870bc05b814ac39
2015-06-04 17:42:02 +02:00
Peter Simons
ba809cf9a3
haskell: add three new helper functions to the lib module
...
- sdistTarball transforms a normal Haskell build into one that produces a
release tarball by running "sdist". For example:
$ nix-shell -p "haskell.lib.sdistTarball haskellPackages.mtl" --command 'tar tfv $nativeBuildInputs/*tar.gz'
- buildFromSdist transforms a normal Haskell build into one that compiles the
package the an sdist release tarball created by Nix. For example:
$ nix-shell -p "haskell.lib.buildFromSdist haskellPackages.mtl" --command "exit 0"
- buildStrictly transforms a normal Haskell build into one that (a) compiles
the source code with "-Wall -Werror" flags and (b) uses as input a locally
generated sdist release tarball. For example:
$ nix-shell -p "haskell.lib.buildStrictly haskellPackages.mtl" --command "exit 0"
This function is particularly useful for continuous Hydra builds of Haskell
packages.
2015-06-02 14:17:16 +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
682e37e586
haskell-iconv: GHC 7.10.x support was added upstream
2015-06-02 10:32:31 +02:00
Peter Simons
873fa649e8
cabal-install: break infinite recursion on ghc 7.6.x and 7.4.x.
2015-06-02 10:32:31 +02:00