commander-cli 0.4.1.1 → 0.4.1.2
raw patch · 1 files changed
+11/−11 lines, 1 filesdep ~bytestringdep ~directorydep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, directory, mtl, process, text, unordered-containers
API changes (from Hackage documentation)
Files
- commander-cli.cabal +11/−11
commander-cli.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: commander-cli-version: 0.4.1.1+version: 0.4.1.2 synopsis: A command line argument/option parser library built around a monadic metaphor description: A command line argument/option parser library built around a monadic metaphor. homepage: https://github.com/SamuelSchlesinger/commander-cli@@ -37,10 +37,10 @@ DataKinds, DeriveGeneric build-depends: base >=4.12 && < 5,- mtl >=2.2 && <2.3,- text >=1.2 && < 1.3,- unordered-containers >=0.2 && < 0.3,- bytestring >=0.8 && <0.11+ bytestring >=0.8 && <1,+ mtl >=2.2 && <3,+ text >=1.2 && <2,+ unordered-containers >=0.2 && < 1 hs-source-dirs: src default-language: Haskell2010 @@ -56,10 +56,10 @@ TypeApplications, TypeOperators build-depends: base >=4.12 && < 5,- mtl >=2.2,- text >=1.2.4 && < 1.3,- directory >= 1.3 && < 1.4,- process >= 1.6 && < 1.7,+ mtl >=2.2 && <3,+ text >=1.2 && < 2,+ directory >= 1.3 && < 2,+ process >= 1.6 && < 2, commander-cli hs-source-dirs: app default-language: Haskell2010@@ -68,7 +68,7 @@ type: exitcode-stdio-1.0 main-is: Test.hs build-depends: base >= 4.12 && < 5,- text >=1.2.4 && < 1.3,- unordered-containers >= 0.2 && < 0.3,+ text >=1.2 && < 2,+ unordered-containers >= 0.2 && < 1, commander-cli default-language: Haskell2010