Skip to content

Commit 1e2bd33

Browse files
committed
fix ondiskclient build
1 parent 7f2398d commit 1e2bd33

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

project-m36.cabal

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -663,31 +663,11 @@ benchmark bench
663663
benchmark ondiskclient
664664
import: commontest
665665
type: exitcode-stdio-1.0
666-
main-is: benchmark/OnDiskClient.hs
666+
main-is: ./src/bin/benchmark/OnDiskClient.hs
667667
GHC-Prof-Options: -fprof-auto -rtsopts -threaded -Wall
668668
GHC-Options: -rtsopts -Wall -threaded -finfo-table-map -fdistinct-constructor-tables
669669
if impl(ghc <9.4)
670670
GHC-Options: -eventlog
671-
Other-Modules: ProjectM36.Cli,
672-
TutorialD.Interpreter,
673-
TutorialD.Interpreter.Base,
674-
TutorialD.Interpreter.DatabaseContextExpr,
675-
TutorialD.Interpreter.DatabaseContextIOOperator,
676-
TutorialD.Interpreter.Export.Base,
677-
TutorialD.Interpreter.Export.CSV,
678-
TutorialD.Interpreter.Import.Base,
679-
TutorialD.Interpreter.Import.BasicExamples,
680-
TutorialD.Interpreter.Import.CSV,
681-
TutorialD.Interpreter.Import.TutorialD,
682-
TutorialD.Interpreter.InformationOperator,
683-
TutorialD.Interpreter.RODatabaseContextOperator,
684-
TutorialD.Interpreter.RelationalExpr,
685-
TutorialD.Interpreter.SchemaOperator,
686-
TutorialD.Interpreter.TransGraphRelationalOperator,
687-
TutorialD.Interpreter.TransactionGraphOperator,
688-
TutorialD.Interpreter.Types,
689-
TutorialD.Interpreter.LoginRolesOperator,
690-
TutorialD.Printer
691671

692672
Test-Suite test-server
693673
import: commontest

0 commit comments

Comments
 (0)