hsini 0.4.0 → 0.4.1
raw patch · 3 files changed
+3/−1 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- hsini.cabal +1/−1
- src/Data/Ini/Reader/Internals.hs +1/−0
- tst/ReaderI.hs +1/−0
hsini.cabal view
@@ -1,5 +1,5 @@ name : hsini-version : 0.4.0+version : 0.4.1 license : BSD3 license-file : LICENSE author : Magnus Therning
src/Data/Ini/Reader/Internals.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE FlexibleContexts #-} -- | -- Module : Data.Ini.Reader.Internals -- Copyright : 2011-2014 Magnus Therning
tst/ReaderI.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE FlexibleContexts #-} {-# OPTIONS_GHC -XTemplateHaskell #-} -- Copyright : 2011-2014 Magnus Therning -- License : BSD3