@@ -607,29 +607,29 @@ library
607607 Database.LSMTree.Simple
608608
609609 build-depends :
610- , base >= 4.16 && < 4.22
611- , bitvec ^>= 1.1
612- , blockio ^>= 0.1
613- , bytestring ^>= 0.11.4.0 || ^>= 0.12.1.0
614- , cborg ^>= 0.2.10.0
615- , containers ^>= 0.6 || ^>= 0.7
616- , contra-tracer ^>= 0.2
617- , crc32c ^>= 0.2.1
618- , deepseq ^>= 1.4 || ^>= 1.5
610+ , base >= 4.16 && < 4.22
611+ , bitvec ^>= 1.1
612+ , blockio ^>= 0.1
613+ , bytestring ^>= 0.11.4.0 || ^>= 0.12.1.0
614+ , cborg ^>= 0.2.10.0
615+ , containers ^>= 0.6 || ^>= 0.7
616+ , contra-tracer ^>= 0.2
617+ , crc32c ^>= 0.2.1
618+ , deepseq ^>= 1.4 || ^>= 1.5
619619 , filepath
620- , fs-api ^>= 0.4
621- , io-classes ^>= 1.6 || ^>= 1.7 || ^>= 1.8.0.1
620+ , fs-api ^>= 0.4
621+ , io-classes ^>= 1.6 || ^>= 1.7 || ^>= 1.8.0.1
622622 , io-classes :strict-mvar
623- , lsm-tree :bloomfilter
623+ , lsm-tree :bloomfilter-blocked
624624 , lsm-tree :control
625625 , lsm-tree :kmerge
626- , primitive ^>= 0.9
627- , random ^>= 1.0 || ^>= 1.1 || ^>= 1.2 || ^>= 1.3
628- , serialise ^>= 0.2
629- , text ^>= 2.1.1
630- , utf8-string ^>= 1.0
631- , vector ^>= 0.13
632- , vector-algorithms ^>= 0.9
626+ , primitive ^>= 0.9
627+ , random ^>= 1.0 || ^>= 1.1 || ^>= 1.2 || ^>= 1.3
628+ , serialise ^>= 0.2
629+ , text ^>= 2.1.1
630+ , utf8-string ^>= 1.0
631+ , vector ^>= 0.13
632+ , vector-algorithms ^>= 0.9
633633
634634 if impl(ghc >= 9.4 )
635635 other-modules : Database.LSMTree.Internal.StrictArray
@@ -674,7 +674,7 @@ test-suite xxhash-tests
674674 , tasty-quickcheck
675675
676676-- this fork doesn't work on 32bit systems
677- library bloomfilter
677+ library bloomfilter-blocked
678678 import : language, warnings
679679 visibility : private
680680 hs-source-dirs : bloomfilter-blocked/src
@@ -701,53 +701,53 @@ library bloomfilter
701701
702702 ghc-options : -O2
703703
704- test-suite bloomfilter-tests
704+ test-suite bloomfilter-blocked- tests
705705 import : language, warnings
706706 type : exitcode-stdio-1.0
707707 hs-source-dirs : bloomfilter-blocked/tests
708708 main-is : bloomfilter-tests.hs
709709 build-depends :
710- , base < 5
710+ , base < 5
711711 , bytestring
712- , lsm-tree :bloomfilter
712+ , lsm-tree :bloomfilter-blocked
713713 , quickcheck-instances
714714 , tasty
715715 , tasty-quickcheck
716716
717- benchmark bloomfilter-bench
717+ benchmark bloomfilter-blocked- bench
718718 import : language
719719 type : exitcode-stdio-1.0
720720 hs-source-dirs : bloomfilter-blocked/bench
721721 main-is : bloomfilter-bench.hs
722722 build-depends :
723723 , base
724724 , criterion
725- , lsm-tree :bloomfilter
725+ , lsm-tree :bloomfilter-blocked
726726 , random
727727
728- executable bloomfilter-fpr-calc
728+ executable bloomfilter-blocked- fpr-calc
729729 import : language, warnings
730730 scope : private
731731 hs-source-dirs : bloomfilter-blocked/tests
732732 main-is : fpr-calc.hs
733733 build-depends :
734734 , base
735735 , containers
736- , lsm-tree :bloomfilter
736+ , lsm-tree :bloomfilter-blocked
737737 , parallel
738738 , random
739739 , regression-simple
740740
741741 ghc-options : -threaded
742742
743- executable bloomfilter-spell
743+ executable bloomfilter-blocked- spell
744744 import : language
745745 scope : private
746746 hs-source-dirs : bloomfilter-blocked/examples
747747 main-is : spell.hs
748748 build-depends :
749749 , base
750- , lsm-tree :bloomfilter
750+ , lsm-tree :bloomfilter-blocked
751751
752752library extras
753753 import : language, warnings
@@ -860,7 +860,7 @@ test-suite lsm-tree-test
860860 build-depends :
861861 , ansi-terminal
862862 , barbies
863- , base < 5
863+ , base < 5
864864 , bitvec
865865 , blockio
866866 , blockio :sim
@@ -881,7 +881,7 @@ test-suite lsm-tree-test
881881 , io-classes :strict-stm
882882 , io-sim
883883 , lsm-tree
884- , lsm-tree :bloomfilter
884+ , lsm-tree :bloomfilter-blocked
885885 , lsm-tree :control
886886 , lsm-tree :extras
887887 , lsm-tree :prototypes
@@ -929,7 +929,7 @@ benchmark lsm-tree-micro-bench
929929 Bench.Database.LSMTree.Internal.WriteBuffer
930930
931931 build-depends :
932- , base < 5
932+ , base < 5
933933 , blockio
934934 , bytestring
935935 , containers
@@ -939,7 +939,7 @@ benchmark lsm-tree-micro-bench
939939 , directory
940940 , fs-api
941941 , lsm-tree
942- , lsm-tree :bloomfilter
942+ , lsm-tree :bloomfilter-blocked
943943 , lsm-tree :control
944944 , lsm-tree :extras
945945 , QuickCheck
@@ -955,9 +955,9 @@ benchmark lsm-tree-bench-bloomfilter
955955 hs-source-dirs : bench/macro
956956 main-is : lsm-tree-bench-bloomfilter.hs
957957 build-depends :
958- , base < 5
958+ , base < 5
959959 , lsm-tree
960- , lsm-tree :bloomfilter
960+ , lsm-tree :bloomfilter-blocked
961961 , lsm-tree :extras
962962 , random
963963 , time
@@ -972,13 +972,13 @@ benchmark lsm-tree-bench-lookups
972972 hs-source-dirs : bench/macro
973973 main-is : lsm-tree-bench-lookups.hs
974974 build-depends :
975- , base < 5
975+ , base < 5
976976 , blockio
977977 , deepseq
978978 , fs-api
979979 , io-classes
980980 , lsm-tree
981- , lsm-tree :bloomfilter
981+ , lsm-tree :bloomfilter-blocked
982982 , lsm-tree :control
983983 , lsm-tree :extras
984984 , primitive
0 commit comments