From f85441add9ef4f6b739dcc34d79ad9070f86967b Mon Sep 17 00:00:00 2001
From: Vidar Holen <spam@vidarholen.net>
Date: Sat, 15 Aug 2015 13:25:34 -0700
Subject: [PATCH] Removed unused pragma.

---
 ShellCheck/Parser.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ShellCheck/Parser.hs b/ShellCheck/Parser.hs
index a194902..d955773 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 <http://www.gnu.org/licenses/>.
 -}
-{-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell, FlexibleContexts #-}
+{-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell #-}
 module ShellCheck.Parser (parseScript, runTests) where
 
 import ShellCheck.AST