diff --git a/JSONParser.cabal b/JSONParser.cabal
--- a/JSONParser.cabal
+++ b/JSONParser.cabal
@@ -1,5 +1,5 @@
 name: JSONParser
-version: 0.1.0.1
+version: 0.1.0.2
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
diff --git a/Text/JSONParser.hs b/Text/JSONParser.hs
--- a/Text/JSONParser.hs
+++ b/Text/JSONParser.hs
@@ -1,5 +1,5 @@
 {-# LANGUAGE NoMonomorphismRestriction #-}
-
+{-# LANGUAGE FlexibleContexts #-}
 
 module Text.JSONParser where
 
