commandert 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- commandert.cabal +3/−3
commandert.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: commandert-version: 0.1.1.0+version: 0.1.1.1 synopsis: A monad for commanders description: A monad for commanders. homepage: https://github.com/SamuelSchlesinger/commander@@ -21,7 +21,7 @@ library exposed-modules: Control.Monad.Commander- build-depends: base >=4.12 && < 4.16,+ build-depends: base >=4.12 && <5, 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.16,+ build-depends: base >=4.12 && < 5, hspec >=2.7.4, mtl >=1.0, commandert