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

This commit is contained in:
Peter Simons 2013-04-24 12:27:15 +02:00
parent 6080adb28e
commit 79fd846654

View file

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