clckwrks-cli 0.3.0.1 → 0.3.0.2
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~containersdep ~haskeline
Dependency ranges changed: containers, haskeline
Files
- clckwrks-cli.cabal +6/−6
clckwrks-cli.cabal view
@@ -1,5 +1,5 @@ Name: clckwrks-cli-Version: 0.3.0.1+Version: 0.3.0.2 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 == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.6.5, 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.1 source-repository head type: git@@ -25,8 +25,8 @@ acid-state >= 0.12 && < 0.17, base < 5, clckwrks >= 0.23 && < 0.26,- containers >= 0.6 && < 0.7,- haskeline == 0.7.*,+ containers >= 0.5 && < 0.7,+ haskeline >= 0.7 && < 0.9, filepath >= 1.4 && < 1.5, mtl >= 2.0 && < 2.3, network >= 2.3 && < 3.2,@@ -41,8 +41,8 @@ base < 5, clckwrks >= 0.23 && < 0.26, clckwrks-cli >= 0.3 && < 0.4,- containers >= 0.6 && < 0.7,- haskeline == 0.7.*,+ containers >= 0.5 && < 0.7,+ haskeline >= 0.7 && < 0.9, filepath >= 1.4 && < 1.5, mtl >= 2.0 && < 2.3, network >= 2.3 && < 3.2,