added ghc 8.0.1 test
This commit is contained in:
+2
-1
@@ -21,7 +21,8 @@ tested-with:
|
|||||||
GHC == 7.8.4,
|
GHC == 7.8.4,
|
||||||
GHC == 7.10.1,
|
GHC == 7.10.1,
|
||||||
GHC == 7.10.2,
|
GHC == 7.10.2,
|
||||||
GHC == 7.10.3
|
GHC == 7.10.3,
|
||||||
|
GHC == 8.0.1
|
||||||
Bug-Reports: https://github.com/sdiehl/protolude/issues
|
Bug-Reports: https://github.com/sdiehl/protolude/issues
|
||||||
|
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{-# LANGUAGE Trustworthy #-}
|
{-# LANGUAGE Trustworthy #-}
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
|
{-# OPTIONS_GHC -Wno-redundant-constraints #-}
|
||||||
|
|
||||||
module Exceptions (
|
module Exceptions (
|
||||||
hush,
|
hush,
|
||||||
|
|||||||
Reference in New Issue
Block a user