The cabal-ghci package
The executable cabal-ghci runs ghci with the paths and extensions needed by a cabal project. The cabalSet function can be added to your .ghci to provide the same functionality at runtime, giving you more control over the options that are set: :m + Distribution.Dev.Interactive :def cabalset cabalSet :cabalset Both cabal-ghci and cabalset can take cabal flags and an executable name as arguments. For example: Prelude> :cabalset -fdevel up1 :set "-i/home/atnnn/up1/src/dist/build/autogen" :set "-i/home/atnnn/up1/src/web" :set "-XTypeFamilies" :set "-XQuasiQuotes"
Properties
| Versions | 0.1, 0.1.1, 0.2.0, 0.2.1 |
|---|---|
| Dependencies | base (4.*), Cabal, directory, filepath, process |
| License | BSD3 |
| Author | Etienne Laurin |
| Maintainer | etienne@atnnn.com |
| Category | Development |
| Home page | http://code.atnnn.com/projects/cabal-ghci/wiki |
| Source repository | darcs get http://code.atnnn.com/darcs/cabal-ghci/ |
| Executables | cabal-ghci |
| Upload date | Fri Sep 9 05:46:19 UTC 2011 |
| Uploaded by | EtienneLaurin |
| Build failure | ghc-7.2 (log) |
| Distributions | NixOS: 0.2.1 |
Modules
- Distribution
- Dev
- Distribution.Dev.Interactive
- Dev
Downloads
- cabal-ghci-0.1.tar.gz (Cabal source package)
- package description (included in the package)