tek / incipit

A Prelude for Polysemy
1 stars 0 forks source link

polysemy-plugin unable to find polysemy #10

Closed Burtannia closed 1 month ago

Burtannia commented 1 month ago

Hey, I've just started using incipit in a project. Unfortunately I get the following error:

         `polysemy-plugin` is loaded, but `polysemy` isn't available as a package.
         Probable fix: add `polysemy` to your cabal `build-depends`

Is it necessary to include polysemy too or is there a way to get it to rely on the re-export from incipit?

Burtannia commented 1 month ago

It seems from looking at the source, incipit doesn't actually re-export polysemy which is how I'd interpreted this line from the readme: "exporting most of Polysemy's core modules"

tek commented 1 month ago

yeah I don't think that's possible 🙂 would be nice though