Idris has been extended with a flag to choose which dynamic RTS library will
be loaded on startup. The build system has been updated to build the dynamic
RTS after Idris but before typechecking the stdlib. Typechecking the stdlib
now uses the just-build dynmic RTS in dist/.
Cleaned up the paths, also added feof and ferror as functions (on
mingw32 they're macros that expand incorrectly in the C based backend
output.
Conflicts:
src/Pkg/Package.hs
src/Util/System.hs
- Install library when doing 'cabal copy'.
- Install into '--destdir' when requested.
- Use just build idris rather than installed idris.
- Compile library and build rather than install time.
- Simplify logic.