Fix Void and Proxy under GHC 7.6

This commit is contained in:
Stephen Diehl
2017-01-02 10:53:01 +00:00
parent e836d3f690
commit e452604224
+4 -1
View File
@@ -198,7 +198,7 @@ import Data.Sequence as X (Seq)
import Data.IntMap as X (IntMap)
import Data.IntSet as X (IntSet)
#if !MIN_VERSION_base(4,7,0)
#if MIN_VERSION_base(4,7,0)
import Data.Proxy as X (
Proxy(..)
)
@@ -226,6 +226,9 @@ import Data.Type.Equality as X (
, gcastWith
)
#endif
#if MIN_VERSION_base(4,8,0)
import Data.Void as X (
Void
, absurd