70 lines
1.7 KiB
Plaintext
70 lines
1.7 KiB
Plaintext
-- This is the configuration file for the 'cabal' command line tool.
|
|
|
|
-- The available configuration options are listed below.
|
|
-- Some of them have default values listed.
|
|
|
|
-- Lines (like this one) beginning with '--' are comments.
|
|
-- Be careful with spaces and indentation because they are
|
|
-- used to indicate layout for nested sections.
|
|
|
|
|
|
remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive
|
|
remote-repo-cache: /Users/jwall/.cabal/packages
|
|
-- local-repo:
|
|
-- verbose: 1
|
|
-- compiler: ghc
|
|
-- with-compiler:
|
|
-- with-hc-pkg:
|
|
-- scratchdir:
|
|
-- program-prefix:
|
|
-- program-suffix:
|
|
-- library-vanilla: True
|
|
-- library-profiling: True
|
|
-- shared: False
|
|
-- executable-profiling: True
|
|
-- optimization: True
|
|
-- library-for-ghci: True
|
|
-- split-objs: False
|
|
-- executable-stripping: True
|
|
-- user-install: True
|
|
-- package-db:
|
|
-- flags:
|
|
-- extra-include-dirs:
|
|
-- extra-lib-dirs:
|
|
-- constraint:
|
|
-- cabal-lib-version:
|
|
-- preference:
|
|
-- documentation: False
|
|
-- doc-index-file: $datadir/doc/index.html
|
|
-- root-cmd:
|
|
-- symlink-bindir:
|
|
build-summary: /Users/jwall/.cabal/logs/build.log
|
|
-- build-log:
|
|
remote-build-reporting: anonymous
|
|
-- username:
|
|
-- password:
|
|
|
|
install-dirs user
|
|
-- prefix: /Users/jwall/.cabal
|
|
-- bindir: $prefix/bin
|
|
-- libdir: $prefix/lib
|
|
-- libsubdir: $pkgid/$compiler
|
|
-- libexecdir: $prefix/libexec
|
|
-- datadir: $prefix/share
|
|
-- datasubdir: $pkgid
|
|
-- docdir: $datadir/doc/$pkgid
|
|
-- htmldir: $docdir/html
|
|
-- haddockdir: $htmldir
|
|
|
|
install-dirs global
|
|
-- prefix: /usr/local
|
|
-- bindir: $prefix/bin
|
|
-- libdir: $prefix/lib
|
|
-- libsubdir: $pkgid/$compiler
|
|
-- libexecdir: $prefix/libexec
|
|
-- datadir: $prefix/share
|
|
-- datasubdir: $pkgid
|
|
-- docdir: $datadir/doc/$pkgid
|
|
-- htmldir: $docdir/html
|
|
-- haddockdir: $htmldir
|