fixing minor compilation error

This commit is contained in:
Andrew Gibiansky 2013-12-14 11:16:51 -08:00
parent 324f5c54ba
commit f8147912ed

View File

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