stepcut / plugins

Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution.
GNU Lesser General Public License v2.1
52 stars 17 forks source link

Can't compile using ghc 9.4 #20

Closed danwdart closed 1 year ago

danwdart commented 1 year ago

Hi, I get the following compiling on 9.4.x:

       > [ 4 of 12] Compiling System.Plugins.Parser ( src/System/Plugins/Parser.hs, dist/build/System/Plugins/Parser.o, dist/build/System/Plugins/Parser.dyn_o )
       >
       > src/System/Plugins/Parser.hs:38:1: error:
       >     Ambiguous module name ‘Language.Haskell.Syntax’:
       >       it was found in multiple packages: ghc-9.4.2 haskell-src-1.0.4
       >    |
       > 38 | import Language.Haskell.Syntax

Unsure if one of these packages just reimports another, it may be possible to reduce dependencies now?

Thanks!

danwdart commented 1 year ago

Oooh, whoops - it's being worked on:

https://github.com/stepcut/plugins/pull/19

I'll use/work on that branch for now.