File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ flag split-these
33
33
library
34
34
hs-source-dirs : src
35
35
default-language : Haskell2010
36
- build-depends : base >= 4.9 && < 4.15
36
+ build-depends : base >= 4.9 && < 4.16
37
37
, constraints-extras >= 0.3 && < 0.4
38
38
, containers >= 0.6 && < 0.7
39
39
, dependent-map >= 0.3 && < 0.5
@@ -63,7 +63,7 @@ library
63
63
64
64
if flag(split-these)
65
65
build-depends : these >= 1 && < 1.2
66
- , semialign >= 1 && < 1.2
66
+ , semialign >= 1 && < 1.3
67
67
, monoidal-containers >= 0.6 && < 0.7
68
68
else
69
69
build-depends : these >= 0.4 && < 0.9
@@ -91,7 +91,7 @@ test-suite hlint
91
91
, directory
92
92
, filepath
93
93
, filemanip
94
- , hlint (< 2.1 || >= 2.2.2 ) && < 3.3
94
+ , hlint (< 2.1 || >= 2.2.2 ) && < 3.4
95
95
if impl(ghcjs)
96
96
buildable : False
97
97
You can’t perform that action at this time.
0 commit comments