diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-01-29 21:41:58 +0000 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-01-30 17:22:34 +0100 |
commit | 18e9417edcda21dd23edf675b41f46ab336d773f (patch) | |
tree | 34ce5f517b9a975c8a39c3c5664c145f710ed7ec /html-test/src/Extensions.hs | |
parent | 7d2106e18f26a680d157ef943da2602e7199afa1 (diff) |
Update tests
This updates tests due to Haddock Trac #271 fix and due to removal of
TypeHoles as an extension from GHC.
Diffstat (limited to 'html-test/src/Extensions.hs')
-rw-r--r-- | html-test/src/Extensions.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/src/Extensions.hs b/html-test/src/Extensions.hs index 6b3535c9..61eac219 100644 --- a/html-test/src/Extensions.hs +++ b/html-test/src/Extensions.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE Haskell2010, TypeHoles, MonomorphismRestriction #-} +{-# LANGUAGE Haskell2010, ExplicitForAll, MonomorphismRestriction #-} {-# OPTIONS_HADDOCK show-extensions #-} module Extensions where |