I'm trying to just get a basic example of using this package. I followed the instructions after doing a stack new project_name. I then edited the project_name.cabal file along with the stack.yaml file as the instructions asked and did a stack install --only-dependencies. I'm now getting the following error when I try to do a stack build:
ghcide compiled by GHC 8.8 failed to load packages: <command line>: cannot satisfy -package webviewhs-0.1.0.0
(use -v for more information).
Please ensure that ghcide is compiled with the same GHC installation as the project.cradle
I'm also getting a whole slew of different errors when running install:
I'm trying to just get a basic example of using this package. I followed the instructions after doing a
stack new project_name
. I then edited the project_name.cabal file along with the stack.yaml file as the instructions asked and did a stack install --only-dependencies. I'm now getting the following error when I try to do a stack build:I'm also getting a whole slew of different errors when running install:
I'm kind of new to Haskell so I'm not sure if this is an issue with the library or an issue with my setup.