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

build failure against ghc-8.10: src/System/Plugins/Env.hs:81:32: error: Module ‘SysTools’ does not export ‘initLlvmConfig’ #13

Closed trofi closed 3 years ago

trofi commented 3 years ago

Tried to build plugins against ghc-8.10. Fails as:

Building library for plugins-1.6.1..
[ 5 of 12] Compiling System.Plugins.Env ( src/System/Plugins/Env.hs, dist/build/System/Plugins/Env.o, dist/build/System/Plugins/Env.dyn_o )

src/System/Plugins/Env.hs:81:32: error:
    Module ‘SysTools’ does not export ‘initLlvmConfig’
   |
81 | import SysTools (initSysTools, initLlvmConfig)
   |                                ^^^^^^^^^^^^^^