packages feed

config-parser 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/ConfigParser.hs view
@@ -61,6 +61,7 @@ > main :: IO () > main = parseFromFile cp "./config.txt" >>= print -}+{-# OPTIONS_HADDOCK ignore_exports #-} module Text.ConfigParser     ( module Types     , module Parser
config-parser.cabal view
@@ -1,5 +1,5 @@ name:                config-parser-version:             0.1.0.2+version:             0.1.0.3 synopsis:            Parse config files using parsec and generate parse errors                      on unhandled keys description:         This is yet another entry in Haskell's enourmous collection