creswick / cabal-dev

A wrapper program around cabal and cabal-install that maintains sandboxed build environments.
BSD 3-Clause "New" or "Revised" License
149 stars 24 forks source link

cabal-dev library #21

Open gregwebs opened 13 years ago

gregwebs commented 13 years ago

For web development especially, incremental compilation is very useful. In Yesod we have a yesod devel command that accomplishes this. We are also looking into using the shaker package which appears to use very similar mechanisms. They both use the cabal library inteface to build the packages. To efficiently use cabal-dev instead of cabal, these tools need a callable library.

j3h commented 13 years ago

+1

We were just discussing how useful this would be.