haskell-clac: disable builds with ghc-7.8.x

This commit is contained in:
Peter Simons 2015-02-12 23:34:55 +01:00
parent a04e2e06f9
commit 7e07916f91

View File

@ -75,6 +75,9 @@ self: super: {
hosc = dontDistribute super.hosc; hosc = dontDistribute super.hosc;
tidal-midi = dontDistribute super.tidal-midi; tidal-midi = dontDistribute super.tidal-midi;
# Needs mtl 2.2.x due to "plailude".
clac = dontDistribute super.clac;
} }
// # packages relating to amazonka // # packages relating to amazonka