JSONParser 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- JSONParser.cabal +1/−1
- Text/JSONParser.hs +1/−1
JSONParser.cabal view
@@ -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
Text/JSONParser.hs view
@@ -1,5 +1,5 @@ {-# LANGUAGE NoMonomorphismRestriction #-}-+{-# LANGUAGE FlexibleContexts #-} module Text.JSONParser where