diff --git a/src/plugins/Makefile b/src/plugins/Makefile index f063caf..86a21ca 100644 --- a/src/plugins/Makefile +++ b/src/plugins/Makefile @@ -18,7 +18,7 @@ STUBOBJS =System/Eval/Haskell_stub.$(way_)o ALL_SRCS= $(filter-out $(OTHER), \ $(wildcard $(patsubst ./%, %, \ - $(patsubst %, %/*.hs, System System/$(UPKG))))) + $(patsubst %, %/*.hs, System System/$(UPKG) System/Eval)))) include ../build.mk diff --git a/src/plugins/plugins.conf.in.cpp b/src/plugins/plugins.conf.in.cpp index dc1f728..fc251f1 100644 --- a/src/plugins/plugins.conf.in.cpp +++ b/src/plugins/plugins.conf.in.cpp @@ -32,8 +32,8 @@ exposed-modules: System.Plugins.Make, System.Plugins, System.MkTemp, - System.Eval.Haskell, - System.Eval + System.Eval, + System.Eval.Haskell hidden-modules: System.Plugins.Consts,