release-haskell.nix: fsnotify won't build with ghc 6.x

wip/yesman
Peter Simons 11 years ago
parent 6080adb28e
commit 79fd846654
  1. 2
      pkgs/top-level/release-haskell.nix

@ -153,7 +153,7 @@ mapHaskellTestOn {
filestore = default;
fingertree = default;
flexibleDefaults = default;
fsnotify = all;
fsnotify = [ ghc704 ghc742 ghc763 ];
funcmp = all;
gamma = default;
gdiff = default;

Loading…
Cancel
Save