add another extension to actually fix the build with ghc-7.10-RC1

This commit is contained in:
Adam Vogt 2015-01-24 11:19:39 +00:00
parent 19860e2fa0
commit 6cbddae8c2
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{-# LANGUAGE FlexibleContexts #-}
{-# OPTIONS -fno-warn-missing-signatures #-} {-# OPTIONS -fno-warn-missing-signatures #-}
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- | -- |

View File

@ -1,3 +1,4 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE ExistentialQuantification #-} {-# LANGUAGE ExistentialQuantification #-}
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |