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