Skip to content

Commit

Permalink
ref: Increase boundaries for some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed Jan 8, 2024
1 parent 0f4a015 commit a8f6340
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hapistrano.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ library
, gitrev >= 1.2 && < 1.4
, mtl >= 2.0 && < 3.0
, stm >= 2.0 && < 2.6
, path >= 0.5 && < 0.9
, path-io >= 1.2 && < 1.7
, path >= 0.5 && < 1.0
, path-io >= 1.2 && < 1.9
, process >= 1.4 && < 1.7
, text >= 1.2 && < 3
, typed-process >= 0.2 && < 0.3
, time >= 1.5 && < 1.11
, time >= 1.5 && < 1.13
, transformers >= 0.4 && < 0.6
, exceptions >= 0.10 && < 0.11
, yaml >= 0.11.7 && < 0.12
Expand Down Expand Up @@ -110,8 +110,8 @@ test-suite test
, hapistrano
, hspec >= 2.0 && < 3.0
, mtl >= 2.0 && < 3.0
, path >= 0.5 && < 0.9
, path-io >= 1.2 && < 1.7
, path
, path-io
, process >= 1.4 && < 1.7
, QuickCheck >= 2.5.1 && < 3.0
, silently >= 1.2 && < 1.3
Expand Down

0 comments on commit a8f6340

Please sign in to comment.