Merge branch '4e6-ghc-822rc1'

This commit is contained in:
Stephen Diehl
2017-10-05 13:20:58 +01:00
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ env:
- CABALVER=1.22 GHCVER=7.10.3
- CABALVER=1.24 GHCVER=8.0.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
# important.
+3
View File
@@ -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 #-}