diff --git a/src/Protolude/Error.hs b/src/Protolude/Error.hs index 83667c648..d8e3d1fe8 100644 --- a/src/Protolude/Error.hs +++ b/src/Protolude/Error.hs @@ -3,6 +3,9 @@ {-# LANGUAGE PolyKinds #-} {-# LANGUAGE ImplicitParams #-} {-# LANGUAGE ExistentialQuantification #-} +#if ( __GLASGOW_HASKELL__ >= 800 ) +{-# LANGUAGE TypeInType #-} +#endif #if MIN_VERSION_base(4,9,0) {-# OPTIONS_GHC -fno-warn-redundant-constraints #-}