clckwrks-cli 0.3.0.2 → 0.3.0.3
raw patch · 1 files changed
+7/−5 lines, 1 filesdep ~clckwrksdep ~clckwrks-cliPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: clckwrks, clckwrks-cli
API changes (from Hackage documentation)
Files
- clckwrks-cli.cabal +7/−5
clckwrks-cli.cabal view
@@ -1,5 +1,5 @@ Name: clckwrks-cli-Version: 0.3.0.2+Version: 0.3.0.3 Synopsis: a command-line interface for adminstrating some aspects of clckwrks Description: This tool permits browsing of users, changing their roles, and other features. Homepage: http://www.clckwrks.com/@@ -11,7 +11,7 @@ Category: Clckwrks Build-type: Simple Cabal-version: >=1.10-tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.3, GHC == 8.8.1+tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.3, GHC == 8.8.3, GHC == 8.10.1 source-repository head type: git@@ -24,7 +24,7 @@ Build-depends: acid-state >= 0.12 && < 0.17, base < 5,- clckwrks >= 0.23 && < 0.26,+ clckwrks >= 0.23 && < 0.27, containers >= 0.5 && < 0.7, haskeline >= 0.7 && < 0.9, filepath >= 1.4 && < 1.5,@@ -36,11 +36,13 @@ Main-is: Main.hs Default-Language: Haskell2010+ Other-Modules: Clckwrks.CLI.Core+ Clckwrks.CLI.ProfileData Build-depends: acid-state >= 0.12 && < 0.17, base < 5,- clckwrks >= 0.23 && < 0.26,- clckwrks-cli >= 0.3 && < 0.4,+ clckwrks >= 0.23 && < 0.27,+ clckwrks-cli, containers >= 0.5 && < 0.7, haskeline >= 0.7 && < 0.9, filepath >= 1.4 && < 1.5,