Skip to content

Commit ccf0e64

Browse files
committed
feat: add Database.LSMTree.Simple
1 parent 3fea5d1 commit ccf0e64

File tree

3 files changed

+1099
-1
lines changed

3 files changed

+1099
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
echo '2d18a3f79619e8ec5f11870f926f6dc2616e02a6c889315b7f82044b95a1adb9 cabal-docspec.xz' | sha256sum -c -
142142
xz -d < cabal-docspec.xz > ./cabal-docspec
143143
chmod a+x ./cabal-docspec
144-
./cabal-docspec --extra-package lsm-tree:prototypes -XOverloadedStrings -XNumericUnderscores -XTypeApplications
144+
./cabal-docspec --extra-package directory --extra-package lsm-tree:prototypes -XOverloadedStrings -XNumericUnderscores -XTypeApplications -XScopedTypeVariables
145145
146146
# Check formatting for Haskell files
147147
stylish-haskell:

lsm-tree.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ library
286286
Database.LSMTree.Internal.WriteBufferWriter
287287
Database.LSMTree.Monoidal
288288
Database.LSMTree.Normal
289+
Database.LSMTree.Simple
289290

290291
build-depends:
291292
, base >=4.14 && <4.22

0 commit comments

Comments
 (0)