3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/haskell-modules
sternenseemann 20dd4577c7 haskellPackages: fix infinite recursion by disabling random's tests
random 1.2.0 has a new test suite with a lot of dependencies. Among
other packages it depends on doctest which depends on syb which depends
on tasty which depends on optparse-applicative which depends on
QuickCheck which depends on -- you guessed it -- random!

The cycle could be broken at any point of course, I've disabled the
tests on random here because it has seen the change that causes all
of this. However, we may also want to consider doing this for
optparse-applicative instead, since random seems like a more critical
package to run the tests for possibly? Not sure, looking for feedback.
2021-05-19 15:44:04 +02:00
..
configuration-hackage2nix Stackage Nightly: 2021-05-10 -> 2021-05-19 2021-05-19 21:28:03 +09:00
patches haskellPackages.hnix: remove now unnecessary patch 2021-05-13 11:47:21 +02:00
cabal2nix-unstable.nix hackage2nix: Split configuration, auto disable hydra builds 2021-05-07 21:58:08 +02:00
configuration-arm.nix haskellPackages: disable failing doctests on aarch64 2021-05-18 18:07:12 +02:00
configuration-common.nix haskellPackages.update-nix-fetchgit: fix with hnix 0.13 2021-05-18 00:02:18 +02:00
configuration-darwin.nix haskellPackages.HTF: attempt to fix test suite on darwin 2021-05-09 09:48:14 +02:00
configuration-ghc-8.6.x.nix haskell-time-compat: the test suite has transient errors on ghc-8.6.5 2021-03-05 21:15:53 +01:00
configuration-ghc-8.8.x.nix cabal-install: fix the build with ghc-8.8.x 2021-03-19 20:51:56 +01:00
configuration-ghc-8.10.x.nix configuration-ghc-8.10.x.nix: cosmetic 2021-03-18 10:48:30 +01:00
configuration-ghc-9.0.x.nix haskell.packages.ghc901.lens: bump to 5.0.1 2021-05-05 15:26:23 +02:00
configuration-ghc-head.nix haskell.packages.ghcHEAD: use llvm 10 2021-05-10 13:13:09 +02:00
configuration-nix.nix haskellPackages: fix infinite recursion by disabling random's tests 2021-05-19 15:44:04 +02:00
configuration-tensorflow.nix
default.nix haskell.packages: move darwin-specific overrides into their own config 2021-05-08 19:56:05 +02:00
generic-builder.nix Add haskell.lib.setBuiltTarget, and support non library compiling of a single target 2021-05-02 13:35:07 +09:00
generic-stack-builder.nix treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
hackage-packages.nix hackage-packages.nix: Regenerate based on current config 2021-05-19 21:31:19 +09:00
hoogle-local-wrapper.sh
hoogle.nix treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
initial-packages.nix Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure. 2021-01-22 20:34:21 +01:00
lib.nix haskell.lib.setBuildTargets: fix spelling in doc string 2021-05-02 13:35:08 +09:00
make-package-set.nix haskell: default name to "" when root isn't a path in developPackage 2021-05-08 18:22:54 +08:00
non-hackage-packages.nix haskellPackages.cabal2nix-unstable: rename from cabal2nix-latest 2021-05-04 13:38:46 +02:00
stack-hook.sh
with-packages-wrapper.nix ghcWithPackages: set withLLVM if hostPlatform is not x86_64 2021-05-03 10:42:52 +02:00