Running `cabal test` fails because the linker can't find these functions: In `Image.hsc`: - `af_iterative_deconv` - `af_iverse_deconv` In `LAPACK.hsc`: - `af_pinverse` In `Signal.hsc`: - `af_approx1_uniform` - `af_approx2_uniform` Should these functions be removed?
Running
cabal testfails because the linker can't find these functions:In
Image.hsc:af_iterative_deconvaf_iverse_deconvIn
LAPACK.hsc:af_pinverseIn
Signal.hsc:af_approx1_uniformaf_approx2_uniformShould these functions be removed?