packages feed

app-settings 0.2.0.6 → 0.2.0.7

raw patch · 8 files changed

+46/−2 lines, 8 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

app-settings.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                app-settings-version:             0.2.0.6+version:             0.2.0.7 synopsis:            A library to manage application settings (INI file-like) description:            A library to deal with application settings.@@ -104,7 +104,7 @@ -- copyright:            category:            Configuration build-type:          Simple--- extra-source-files:  +extra-source-files:  tests/*.conf tests/*.config tests/*.txt cabal-version:       >=1.10  library
+ tests/broken.config view
@@ -0,0 +1,3 @@+textSizeFromWidth=1.02+this is an invalid configuration file+textFill=(1,2,3,4)
+ tests/brokenvalue.config view
@@ -0,0 +1,2 @@+textSizeFromWidth=not a proper float+textFill=(1,2,3,4)
+ tests/empty.config view
+ tests/longsetting.conf view
@@ -0,0 +1,12 @@+# This file is autogenerated. You can change, comment and uncomment settings but text comments you may add will be lost.+testInlineList=["long      string","long      string","long      string","long      string","lo+ ng      string","long      string","long      string","long      string","long  +     string","long      string","long      string","long      string","long      + string","long      string","long      string","long      string","long      stri+ ng","long      string","long      string","long      string"]+testList_1="one"+testList_2="two"+# testList_3="list3"+textFill=(1,2,3,4)+# textSizeFromHeight=12.4+textSizeFromWidth=1.02
+ tests/partial.config view
@@ -0,0 +1,15 @@+++textSizeFromWidth=1.02+textFill=(1+ ,+ 2,3+ ,4+ )+testInlineList=["un","deux"]+testList_1="one"+++testList_2="two"++
+ tests/partial2.config view
@@ -0,0 +1,4 @@+textSizeFromWidth=1.02+textFill=(1,2,3,4)+testInlineList=["un","deux"]+testList=
+ tests/test-save.txt view
@@ -0,0 +1,8 @@+# This file is autogenerated. You can change, comment and uncomment settings but text comments you may add will be lost.+testInlineList=["un","deux"]+testList_1="one"+testList_2="two"+# testList_3="list3"+textFill=(1,2,3,4)+# textSizeFromHeight=12.4+textSizeFromWidth=1.02