@@ -12,7 +12,8 @@ category: Database
1212build-type : Simple
1313extra-doc-files : CHANGELOG.md
1414extra-source-files : README.md
15- tested-with : GHC == 8.10 || == 9.2 || == 9.4 || == 9.6 || == 9.8
15+ tested-with :
16+ GHC == 8.10 || == 9.2 || == 9.4 || == 9.6 || == 9.8 || == 9.10
1617
1718source-repository head
1819 type : git
@@ -147,23 +148,23 @@ library
147148 Database.LSMTree.Normal
148149
149150 build-depends :
150- , base >= 4.14 && < 4.20
151+ , base >= 4.14 && < 4.21
151152 , bitvec ^>= 1.1
152153 , bytestring ^>= 0.11.4.0 || ^>= 0.12.1.0
153154 , containers
154155 , crc32c ^>= 0.2.1
155156 , deepseq ^>= 1.4 || ^>= 1.5
156157 , filepath
157158 , fs-api ^>= 0.2
158- , io-classes ^>= 1.4
159+ , io-classes ^>= 1.5
159160 , lsm-tree :blockio-api
160161 , lsm-tree :bloomfilter
161162 , lsm-tree :kmerge
162163 , lsm-tree :monkey
163164 , nothunks ^>= 0.2
164165 , primitive ^>= 0.9
165- , strict-mvar ^>= 1.4
166- , strict-stm ^>= 1.4
166+ , strict-mvar ^>= 1.5
167+ , strict-stm ^>= 1.5
167168 , vector ^>= 0.13
168169 , vector-algorithms ^>= 0.9
169170
@@ -336,8 +337,8 @@ test-suite lsm-tree-test
336337 , filepath
337338 , fs-api
338339 , fs-sim >= 0.2
339- , io-classes
340- , io-sim >= 1.4
340+ , io-classes >= 1.5
341+ , io-sim >= 1.5
341342 , lsm-tree
342343 , lsm-tree :blockio-api
343344 , lsm-tree :blockio-sim
@@ -453,7 +454,7 @@ benchmark lsm-tree-bench-lookups
453454 , bytestring
454455 , deepseq
455456 , fs-api
456- , io-classes
457+ , io-classes >= 1.5
457458 , lsm-tree
458459 , lsm-tree :blockio-api
459460 , lsm-tree :bloomfilter
@@ -571,7 +572,7 @@ test-suite kmerge-test
571572 hs-source-dirs : test
572573 main-is : kmerge-test.hs
573574 build-depends :
574- , base >= 4.14 && < 4.20
575+ , base >= 4.14 && < 4.21
575576 , deepseq
576577 , heaps
577578 , lsm-tree :kmerge
@@ -590,7 +591,7 @@ benchmark kmerge-bench
590591 main-is : kmerge-test.hs
591592 cpp-options : -DKMERGE_BENCHMARKS
592593 build-depends :
593- , base >= 4.14 && < 4.20
594+ , base >= 4.14 && < 4.21
594595 , deepseq
595596 , heaps
596597 , lsm-tree :kmerge
@@ -608,7 +609,7 @@ test-suite map-range-test
608609 hs-source-dirs : test
609610 main-is : map-range-test.hs
610611 build-depends :
611- , base >= 4.14 && < 4.20
612+ , base >= 4.14 && < 4.21
612613 , bytestring
613614 , containers
614615 , lsm-tree
@@ -669,10 +670,10 @@ library blockio-api
669670 System.FS.BlockIO.Serial
670671
671672 build-depends :
672- , base >= 4.14 && < 4.20
673+ , base >= 4.14 && < 4.21
673674 , deepseq ^>= 1.4 || ^>= 1.5
674675 , fs-api ^>= 0.2
675- , io-classes ^>= 1.4
676+ , io-classes ^>= 1.5
676677 , primitive ^>= 0.9
677678 , vector ^>= 0.13
678679
@@ -706,7 +707,7 @@ test-suite blockio-api-test
706707 main-is : Main.hs
707708 build-depends :
708709 , async
709- , base >= 4.14 && < 4.20
710+ , base >= 4.14 && < 4.21
710711 , bytestring
711712 , fs-api
712713 , lsm-tree :blockio-api
@@ -725,13 +726,13 @@ library blockio-sim
725726 hs-source-dirs : blockio-sim/src
726727 exposed-modules : System.FS.BlockIO.Sim
727728 build-depends :
728- , base >= 4.14 && < 4.20
729+ , base >= 4.14 && < 4.21
729730 , fs-api ^>= 0.2
730731 , fs-sim ^>= 0.2
731- , io-classes ^>= 1.4
732+ , io-classes ^>= 1.5
732733 , lsm-tree :blockio-api
733734 , primitive ^>= 0.9
734- , strict-stm ^>= 1.4
735+ , strict-stm ^>= 1.5
735736
736737library fcntl-nocache
737738 import : language, warnings
0 commit comments