File tree Expand file tree Collapse file tree 3 files changed +1099
-1
lines changed Expand file tree Collapse file tree 3 files changed +1099
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
echo '2d18a3f79619e8ec5f11870f926f6dc2616e02a6c889315b7f82044b95a1adb9 cabal-docspec.xz' | sha256sum -c -
142
142
xz -d < cabal-docspec.xz > ./cabal-docspec
143
143
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
145
145
146
146
# Check formatting for Haskell files
147
147
stylish-haskell :
Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ library
286
286
Database.LSMTree.Internal.WriteBufferWriter
287
287
Database.LSMTree.Monoidal
288
288
Database.LSMTree.Normal
289
+ Database.LSMTree.Simple
289
290
290
291
build-depends :
291
292
, base >= 4.14 && < 4.22
You can’t perform that action at this time.
0 commit comments