Skip to content

Commit 1a52fa2

Browse files
committed
Bump bounds for base, hlint and semialign
1 parent d943809 commit 1a52fa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patch.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ flag split-these
3333
library
3434
hs-source-dirs: src
3535
default-language: Haskell2010
36-
build-depends: base >= 4.9 && < 4.15
36+
build-depends: base >= 4.9 && < 4.16
3737
, constraints-extras >= 0.3 && < 0.4
3838
, containers >= 0.6 && < 0.7
3939
, dependent-map >= 0.3 && < 0.5
@@ -63,7 +63,7 @@ library
6363

6464
if flag(split-these)
6565
build-depends: these >= 1 && <1.2
66-
, semialign >=1 && <1.2
66+
, semialign >=1 && <1.3
6767
, monoidal-containers >= 0.6 && < 0.7
6868
else
6969
build-depends: these >= 0.4 && <0.9
@@ -91,7 +91,7 @@ test-suite hlint
9191
, directory
9292
, filepath
9393
, filemanip
94-
, hlint (< 2.1 || >= 2.2.2) && < 3.3
94+
, hlint (< 2.1 || >= 2.2.2) && < 3.4
9595
if impl(ghcjs)
9696
buildable: False
9797

0 commit comments

Comments
 (0)