Unable to build with 'cabal build'
Closed this issue · 3 comments
selivanovm commented
Getting an error in building process:
Optimizer/GraphCompiler.hs, dist/build/spl-test-hunit-exe/spl-test-hunit-exe-tmp/HN/Optimizer/GraphCompiler.o ) [ 7 of 45] Compiling HN.Optimizer.Visualise ( HN/Optimizer/Visualise.hs, dist/build/spl-test-hunit-exe/spl-test-hunit-exe-tmp/HN/Optimizer/Visualise.o ) [ 8 of 45] Compiling HN.Optimizer.Dominator ( HN/Optimizer/Dominator.hs, dist/build/spl-test-hunit-exe/spl-test-hunit-exe-tmp/HN/Optimizer/Dominator.o ) HN/Optimizer/Dominator.hs:15:48: Not in scope: `runWithFuel'
Having a warning also, while doing 'cabal configure':
Resolving dependencies... [1 of 1] Compiling Main ( Setup.hs, dist/setup/Main.o ) Setup.hs:4:1: Warning: In the use of `uuagcUserHook' (imported from Distribution.Simple.UUAGC, but defined in uuagc-cabal-1.0.4.0:Distribution.Simple.UUAGC.UUAGC): Deprecated: "Use uuagcLibUserHook instead" Linking ./dist/setup/setup ... Configuring SPL-0.0.0.920...
nponeccop commented
Not in scope: runWithFuel
is because of bug in one version of HOOPL. I will fix this issue and bring this repo up to date, but until it is fixed you can try installing earlier or later version of HOOPL.
Can you try my fork https://github.com/nponeccop/HNC ?
nponeccop commented
Changes from nponeccop
repo were integrated into this master repo.
Both issues should be fixed now. Can you confirm?
selivanovm commented
yes, now I get successful build. thank you