Skip to content

Commit

Permalink
Merge pull request koalaman#446 from mbeniamino/master
Browse files Browse the repository at this point in the history
Added FlexibleContexts extension in Parser.hs to fix compilation.
  • Loading branch information
koalaman committed Aug 23, 2015
2 parents 090e09e + f054e2e commit 856a204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShellCheck/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 #-}
{-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell, FlexibleContexts #-}
module ShellCheck.Parser (parseScript, runTests) where

import ShellCheck.AST
Expand Down

0 comments on commit 856a204

Please sign in to comment.