lens-family-th: restrict version to 7.10.X compatible
This commit is contained in:
parent
8277beff46
commit
f226dbff00
@ -178,6 +178,12 @@ self: super: {
|
|||||||
# https://github.com/haskell/haddock/issues/427
|
# https://github.com/haskell/haddock/issues/427
|
||||||
haddock = dontCheck super.haddock;
|
haddock = dontCheck super.haddock;
|
||||||
|
|
||||||
|
# haddock-api >= 2.17 is GHC 8.0 only
|
||||||
|
haddock-api = self.haddock-api_2_16_1;
|
||||||
|
|
||||||
|
# lens-family-th >= 0.5.0.0 is GHC 8.0 only
|
||||||
|
lens-family-th = self.lens-family-th_0_4_1_0;
|
||||||
|
|
||||||
# The tests in vty-ui do not build, but vty-ui itself builds.
|
# The tests in vty-ui do not build, but vty-ui itself builds.
|
||||||
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user