app-settings 0.2.0.10 → 0.2.0.11
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~HUnitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit
API changes (from Hackage documentation)
Files
- app-settings.cabal +2/−2
app-settings.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: app-settings-version: 0.2.0.10+version: 0.2.0.11 synopsis: A library to manage application settings (INI file-like) description: A library to deal with application settings.@@ -129,7 +129,7 @@ default-language: Haskell2010 build-depends: base, hspec,- HUnit >= 1.2 && <1.6,+ HUnit >= 1.2 && <1.7, mtl >= 2.1 && <2.3, containers == 0.5.*, directory >= 1.2 && < 1.4,