Skip to content

Cannot satisfy -package plugins #7

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions