haskell - cabal install --disable-prof not working? -
to save time, trying build package (in sandbox) --disable-doc --disable-prof
, it's failing: when compiling dependency (crypto-api),
could not find module ‘system.entropy’ perhaps haven't installed profiling libraries package ‘entropy-0.3.7@entro_gdlgosmszho5qkbubfjd3f’?
sure have not, , don't want to.
what's happening? (the workaround --disable-doc
only.)
odds package lower in dependency tree forcing profiling builds, , failing when package depends on has not been built way.
Comments
Post a Comment