haskell - Global install of a program built in sandbox -
i'm using sandboxes time when building haskell programs , libraries. occasionally, build program install system wide. there doesn't seem easy way of taking program built in sandbox , installing outside of sandbox.
linking idris path-folder
if on linux it's simple putting symbolic link somewhere path - have ~/bin that. it's same bheklilr mentioned dev-version github:
git clone git://github.com/idris-lang/idris-dev idris cd idris cabal sandbox init cabal update cabal install --dependencies make after go ~/bin , use ln -s [path idris]/.cabal-sandbox/bin/idris - can link other executables if 1 should enough play idris
Comments
Post a Comment