From f054e2e2cc94bb4a5985f9e4225253faad591faa Mon Sep 17 00:00:00 2001 From: Matteo Beniamino Date: Sun, 23 Aug 2015 10:55:18 +0200 Subject: [PATCH] Added FlexibleContexts extension in Parser.hs to fix compilation. --- ShellCheck/Parser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck/Parser.hs b/ShellCheck/Parser.hs index 0c022227c..f06a51e56 100644 --- a/ShellCheck/Parser.hs +++ b/ShellCheck/Parser.hs @@ -17,7 +17,7 @@ yOU should have received a copy of the GNU General Public License along with this program. If not, see . -} -{-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell #-} +{-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell, FlexibleContexts #-} module ShellCheck.Parser (parseScript, runTests) where import ShellCheck.AST