release-haskell.nix: fsnotify won't build with ghc 6.x
This commit is contained in:
parent
6080adb28e
commit
79fd846654
@ -153,7 +153,7 @@ mapHaskellTestOn {
|
|||||||
filestore = default;
|
filestore = default;
|
||||||
fingertree = default;
|
fingertree = default;
|
||||||
flexibleDefaults = default;
|
flexibleDefaults = default;
|
||||||
fsnotify = all;
|
fsnotify = [ ghc704 ghc742 ghc763 ];
|
||||||
funcmp = all;
|
funcmp = all;
|
||||||
gamma = default;
|
gamma = default;
|
||||||
gdiff = default;
|
gdiff = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user