commandert 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- commandert.cabal +5/−5
commandert.cabal view
@@ -1,10 +1,10 @@ cabal-version: 2.4 name: commandert-version: 0.1.0.0+version: 0.1.0.1 synopsis: A monad for commanders description: A monad for commanders.-homepage: https://github.com/SamuelSchlesinger/commandert+homepage: https://github.com/SamuelSchlesinger/commander bug-reports: https://github.com/SamuelSchlesinger/commander/issues license: MIT license-file: LICENSE@@ -13,7 +13,7 @@ copyright: 2019 Samuel Schlesinger category: Control extra-source-files: README.md-tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2+tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 source-repository head type: git @@ -21,7 +21,7 @@ library exposed-modules: Control.Monad.Commander- build-depends: base >=4.12 && < 4.15,+ build-depends: base >=4.12 && < 4.16, mtl >=2.2, hs-source-dirs: src default-language: Haskell2010@@ -30,7 +30,7 @@ type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs- build-depends: base >=4.12 && <4.15,+ build-depends: base >=4.12 && <4.16, hspec >=2.7.4, mtl >=1.0, commandert