config-ini 0.2.1.0 → 0.2.1.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- config-ini.cabal +1/−1
- test/doctest/Main.hs +0/−1
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.2.1.1+=======++- Fix doctest pointing at deprecated API+ 0.2.1.0 =======
config-ini.cabal view
@@ -1,5 +1,5 @@ name: config-ini-version: 0.2.1.0+version: 0.2.1.1 synopsis: A library for simple INI-based configuration files. homepage: https://github.com/aisamanra/config-ini bug-reports: https://github.com/aisamanra/config-ini/issues
test/doctest/Main.hs view
@@ -5,4 +5,3 @@ main :: IO () main = do doctest [ "src/Data/Ini/Config.hs", "-XOverloadedStrings" ]- doctest [ "src/Data/Ini/Config/St.hs", "-XRankNTypes", "-XOverloadedStrings" ]