-
Notifications
You must be signed in to change notification settings - Fork 17
Open

Description
Tried to run a simple plugins eval example under stack 1.6.3, with plugins-1.5.7 added to extra-deps.
Tried running
module Main where
import System.Eval.Haskell
main :: IO ()
main =
do
i <- eval "1+2 :: Int" [] :: IO (Maybe Int)
print i
and got:
$ scratch-exe
<command line>: cannot satisfy -package plugins
(use -v for more information)
Nothing
I'm not quite sure where this message is being emitted from, any ideas of what I might have to add?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels