You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that #30 is fixed, i.e. we can build with cabal, the problem here is a bit different: the failure on Hackage is because the cudd fork is not available there.
Building on Hackage is also a goal in order to get the Haddock documentation built there too #25
The text was updated successfully, but these errors were encountered:
At this occasion we also make building the web interface optional behind a build-flag, so that a regular stack install smcdel will need a lot fewer dependencies.
Discarded alternative ideas:
fork cudd and upload cudd25 or similar to Hackage --- Not very elegant, as it would be nice to move from 2.5.0 to 3.0.0 later anyway.
Move all CUDD stuff into a separate smcdel-cudd package --- would run into the danger of getting outdated.
See https://hackage.haskell.org/package/smcdel-1.2.0/reports/
Now that #30 is fixed, i.e. we can build with cabal, the problem here is a bit different: the failure on Hackage is because the
cudd
fork is not available there.Building on Hackage is also a goal in order to get the Haddock documentation built there too #25
The text was updated successfully, but these errors were encountered: