haskell-transformers-compat: fix build with GHC 8.0.x

This commit is contained in:
Peter Simons 2016-03-21 13:17:25 +01:00
parent 6476075ccf
commit bd2bc77f8c

View File

@ -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;
}