cabal-ghci-0.1: Set up ghci with options taken from a .cabal file

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

Versions0.1, 0.1.1, 0.2.0, 0.2.1
Dependenciesbase (4.*), Cabal, directory, filepath, process
LicenseBSD3
AuthorEtienne Laurin
Maintaineretienne@atnnn.com
CategoryDevelopment
Home pagehttp://code.atnnn.com/projects/cabal-ghci/wiki
Source repositorydarcs get http://code.atnnn.com/darcs/cabal-ghci/
Executablescabal-ghci
Upload dateFri Sep 9 05:46:19 UTC 2011
Uploaded byEtienneLaurin
Build failureghc-7.2 (log)
DistributionsNixOS: 0.2.1

Modules

Downloads