Evaluate: GHC 7.10 wants GADTs

This commit is contained in:
Ben Gamari 2015-02-23 21:39:29 -05:00
parent e6734da1f3
commit db6375066a

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DoAndIfThenElse, NoOverloadedStrings, TypeSynonymInstances, CPP #-}
{-# LANGUAGE DoAndIfThenElse, NoOverloadedStrings, TypeSynonymInstances, GADTs, CPP #-}
{- | Description : Wrapper around GHC API, exposing a single `evaluate` interface that runs
a statement, declaration, import, or directive.