Merge branch '4e6-ghc-822rc1'
This commit is contained in:
@@ -20,6 +20,7 @@ env:
|
|||||||
- CABALVER=1.22 GHCVER=7.10.3
|
- CABALVER=1.22 GHCVER=7.10.3
|
||||||
- CABALVER=1.24 GHCVER=8.0.1
|
- CABALVER=1.24 GHCVER=8.0.1
|
||||||
- CABALVER=2.0 GHCVER=8.2.1
|
- CABALVER=2.0 GHCVER=8.2.1
|
||||||
|
- CABALVER=2.0 GHCVER=8.2.2
|
||||||
|
|
||||||
# Note: the distinction between `before_install` and `install` is not
|
# Note: the distinction between `before_install` and `install` is not
|
||||||
# important.
|
# important.
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
{-# LANGUAGE PolyKinds #-}
|
{-# LANGUAGE PolyKinds #-}
|
||||||
{-# LANGUAGE ImplicitParams #-}
|
{-# LANGUAGE ImplicitParams #-}
|
||||||
{-# LANGUAGE ExistentialQuantification #-}
|
{-# LANGUAGE ExistentialQuantification #-}
|
||||||
|
#if ( __GLASGOW_HASKELL__ >= 800 )
|
||||||
|
{-# LANGUAGE TypeInType #-}
|
||||||
|
#endif
|
||||||
|
|
||||||
#if MIN_VERSION_base(4,9,0)
|
#if MIN_VERSION_base(4,9,0)
|
||||||
{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
|
{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
|
||||||
|
|||||||
Reference in New Issue
Block a user