polysemy-plugin on 8.6 - Polysemy

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

Is polysemy-plugin unsupported on GHC 8.6?

dep/polysemy/polysemy-plugin/src/Polysemy/Plugin/Fundep/Stuff.hs:10:1-25: error:
    Could not load module ‘FastString’
    It is a member of the hidden package ‘ghc-8.6.5’.
    You can run ‘:set -package ghc’ to expose it.
    (Note: this unloads all the modules in the current scope.)
    Use -v to see a list of the files searched for.
   |
10 | import FastString (fsLit)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[...]
Sridhar Ratnakumar

Oh, nevermind. This is just obelisk getting in the way.