app-settings 0.2.0.9 → 0.2.0.10
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory
API changes (from Hackage documentation)
Files
- app-settings.cabal +3/−3
app-settings.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: app-settings-version: 0.2.0.9+version: 0.2.0.10 synopsis: A library to manage application settings (INI file-like) description: A library to deal with application settings.@@ -115,7 +115,7 @@ build-depends: base >=4.6 && <5, mtl >= 2.1 && <2.3, containers == 0.5.*,- directory == 1.2.*,+ directory >= 1.2 && < 1.4, text >= 0.10, parsec == 3.1.* -- hs-source-dirs:@@ -132,7 +132,7 @@ HUnit >= 1.2 && <1.6, mtl >= 2.1 && <2.3, containers == 0.5.*,- directory == 1.2.*,+ directory >= 1.2 && < 1.4, text >= 0.10, parsec == 3.1.* Ghc-Options: -Wall