Skip to content

Commit 3a45033

Browse files
bump base upper bound to <4.19 (#90)
1 parent 08d9cc9 commit 3a45033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pqueue.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
default-language:
3030
Haskell2010
3131
build-depends:
32-
{ base >= 4.8 && < 4.18
32+
{ base >= 4.8 && < 4.19
3333
, deepseq >= 1.3 && < 1.5
3434
, indexed-traversable >= 0.1 && < 0.2
3535
}
@@ -70,7 +70,7 @@ test-suite test
7070
type: exitcode-stdio-1.0
7171
main-is: PQueueTests.hs
7272
build-depends:
73-
{ base >= 4.8 && < 4.18
73+
{ base >= 4.8 && < 4.19
7474
, deepseq >= 1.3 && < 1.5
7575
, tasty
7676
, tasty-quickcheck

0 commit comments

Comments
 (0)