Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blockio/blockio.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ library
System.FS.BlockIO.Serial

build-depends:
, base >=4.16 && <4.22
, base >=4.16 && <4.23
, deepseq ^>=1.4 || ^>=1.5
, fs-api ^>=0.4
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8.0.1 || ^>=1.9 || ^>=1.10
Expand Down Expand Up @@ -144,7 +144,7 @@ library sim
hs-source-dirs: src-sim
exposed-modules: System.FS.BlockIO.Sim
build-depends:
, base >=4.16 && <4.22
, base >=4.16 && <4.23
, blockio
, bytestring ^>=0.11 || ^>=0.12
, fs-api ^>=0.4
Expand Down
18 changes: 9 additions & 9 deletions lsm-tree/lsm-tree.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ library
Database.LSMTree.Simple

build-depends:
, base >=4.16 && <4.22
, base >=4.16 && <4.23
, blockio ^>=0.1
, contra-tracer ^>=0.1 || ^>=0.2
, deepseq ^>=1.4 || ^>=1.5
Expand Down Expand Up @@ -617,13 +617,13 @@ library core
Database.LSMTree.Internal.WriteBufferWriter

build-depends:
, base >=4.16 && <4.22
, base >=4.16 && <4.23
, bitvec ^>=1.1
, blockio ^>=0.1
, bloomfilter-blocked ^>=0.1
, bytestring ^>=0.11.4.0 || ^>=0.12.1.0
, cborg ^>=0.2.10.0
, containers ^>=0.6 || ^>=0.7
, containers ^>=0.6 || ^>=0.7 || ^>=0.8
, contra-tracer ^>=0.1 || ^>=0.2
, crc32c ^>=0.2.1
, deepseq ^>=1.4 || ^>=1.5
Expand Down Expand Up @@ -663,7 +663,7 @@ library extras
Database.LSMTree.Extras.UTxO

build-depends:
, base >=4.16 && <4.22
, base >=4.16 && <4.23
, bitvec
, blockio
, bytestring
Expand Down Expand Up @@ -780,7 +780,7 @@ test-suite lsm-tree-test
, io-classes
, io-classes:strict-mvar
, io-classes:strict-stm
, io-sim
, io-sim <1.10
, lsm-tree
, lsm-tree:control
, lsm-tree:core
Expand Down Expand Up @@ -1026,7 +1026,7 @@ test-suite kmerge-test
hs-source-dirs: test
main-is: kmerge-test.hs
build-depends:
, base >=4.16 && <4.22
, base >=4.16 && <4.23
, deepseq
, heaps
, lsm-tree:kmerge
Expand All @@ -1045,7 +1045,7 @@ benchmark kmerge-bench
main-is: kmerge-test.hs
cpp-options: -DKMERGE_BENCHMARKS
build-depends:
, base >=4.16 && <4.22
, base >=4.16 && <4.23
, deepseq
, heaps
, lsm-tree:kmerge
Expand All @@ -1063,7 +1063,7 @@ test-suite map-range-test
hs-source-dirs: test
main-is: map-range-test.hs
build-depends:
, base >=4.16 && <4.22
, base >=4.16 && <4.23
, bytestring
, containers
, lsm-tree:core
Expand Down Expand Up @@ -1127,7 +1127,7 @@ library control
Control.RefCount

build-depends:
, base >=4.16 && <4.22
, base >=4.16 && <4.23
, deepseq ^>=1.4 || ^>=1.5
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8.0.1 || ^>=1.9 || ^>=1.10
, io-classes:strict-stm
Expand Down
Loading