packages feed

commander-cli 0.10.1.3 → 0.10.2.0

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~commandertPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: commandert

API changes (from Hackage documentation)

Files

commander-cli.cabal view
@@ -1,7 +1,7 @@ cabal-version:       2.4  name:                commander-cli-version:             0.10.1.3+version:             0.10.2.0 synopsis:            A command line argument/option parser library description:         A command line argument/option parser library. homepage:            https://github.com/SamuelSchlesinger/commander-cli@@ -46,7 +46,7 @@                        mtl >=2.2 && <3,                        text >=1.2 && <2,                        unordered-containers >=0.2 && < 1,-                       commandert >=0.1.0.1,+                       commandert >=0.1.1,                        containers >=0.1   hs-source-dirs:      src   default-language:    Haskell2010@@ -68,7 +68,7 @@                        text >=1.2 && < 2,                        directory >= 1.3 && < 2,                        process >= 1.6 && < 2,-                       commandert >=0.1.0.1,+                       commandert >=0.1.1,                        commander-cli   hs-source-dirs:      app   default-language:    Haskell2010@@ -79,6 +79,6 @@   build-depends:       base >= 4.12 && < 5,                        text >=1.2 && < 2,                        unordered-containers >= 0.2 && < 1,-                       commandert >=0.1,+                       commandert >=0.1.1,                        commander-cli   default-language:    Haskell2010