Commit 7b5aaba 1 parent 28ad79d commit 7b5aaba Copy full SHA for 7b5aaba
File tree 4 files changed +8
-8
lines changed
trial-optparse-applicative
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ source-repository head
26
26
27
27
28
28
common common-options
29
- build-depends : base >= 4.12.0.0 && < 4.21
29
+ build-depends : base >= 4.12.0.0 && < 4.22
30
30
, trial
31
31
, trial-optparse-applicative
32
32
, trial-tomland
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ source-repository head
26
26
location : https://github.com/kowainik/trial.git
27
27
28
28
common common-options
29
- build-depends : base >= 4.12.0.0 && < 4.21
29
+ build-depends : base >= 4.12.0.0 && < 4.22
30
30
31
31
ghc-options : -Wall
32
32
-Wcompat
@@ -70,5 +70,5 @@ library
70
70
import : common-options
71
71
hs-source-dirs : src
72
72
build-depends : trial
73
- , optparse-applicative >= 0.15 && < 0.18
73
+ , optparse-applicative >= 0.15 && < 0.19
74
74
exposed-modules : Trial.OptparseApplicative
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ source-repository head
26
26
location : https://github.com/kowainik/trial.git
27
27
28
28
common common-options
29
- build-depends : base >= 4.12.0.0 && < 4.21
29
+ build-depends : base >= 4.12.0.0 && < 4.22
30
30
31
31
ghc-options : -Wall
32
32
-Wcompat
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ source-repository head
55
55
location : https://github.com/kowainik/trial.git
56
56
57
57
common common-options
58
- build-depends : base >= 4.12.0.0 && < 4.21
58
+ build-depends : base >= 4.12.0.0 && < 4.22
59
59
60
60
ghc-options : -Wall
61
61
-Wcompat
@@ -113,9 +113,9 @@ test-suite trial-test
113
113
114
114
build-depends : trial
115
115
, dlist
116
- , hedgehog >= 1.0 && < 1.5
116
+ , hedgehog >= 1.0 && < 1.6
117
117
, hspec >= 2.7 && < 2.12
118
- , hspec-hedgehog >= 0.0.1.1 && < 0.2
118
+ , hspec-hedgehog >= 0.0.1.1 && < 0.4
119
119
120
120
ghc-options : -threaded
121
121
-rtsopts
@@ -126,5 +126,5 @@ test-suite trial-doctest
126
126
type : exitcode-stdio-1.0
127
127
hs-source-dirs : test
128
128
main-is : Doctest.hs
129
- build-depends : doctest >= 0.16 && < 0.23
129
+ build-depends : doctest >= 0.16 && < 0.25
130
130
ghc-options : -threaded
You can’t perform that action at this time.
0 commit comments