Merge pull request #446 from mbeniamino/master

Added FlexibleContexts extension in Parser.hs to fix compilation.
This commit is contained in:
koalaman 2015-08-23 10:01:22 -07:00
commit 856a204ec3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
yOU should have received a copy of the GNU General Public License yOU should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
-} -}
{-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell #-} {-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell, FlexibleContexts #-}
module ShellCheck.Parser (parseScript, runTests) where module ShellCheck.Parser (parseScript, runTests) where
import ShellCheck.AST import ShellCheck.AST