haskell-transformers-compat: fix build with GHC 8.0.x
This commit is contained in:
parent
6476075ccf
commit
bd2bc77f8c
|
@ -46,4 +46,7 @@ self: super: {
|
|||
# https://github.com/hspec/hspec/issues/253
|
||||
hspec-core = dontCheck super.hspec-core;
|
||||
|
||||
# Deviate from Stackage here to fix lots of builds.
|
||||
transformers-compat = super.transformers-compat_0_5_1_4;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue