haskell-lens: use latest version when building with GHC 8.0.x
This commit is contained in:
parent
d98a8f88d0
commit
2be16386b5
@ -68,4 +68,7 @@ self: super: {
|
||||
# Version 4.x doesn't compile with transformers 0.5 or later.
|
||||
kan-extensions = self.kan-extensions_5_0_1;
|
||||
|
||||
# Earlier versions don't support kan-extensions 5.x.
|
||||
lens = self.lens_4_13_2_1;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user