-- ln -s .../.cabal/config ~/.cabal/config

-- 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/andrew/.cabal/packages
-- local-repo:
-- logs-dir:
world-file: /Users/andrew/.cabal/world
-- verbose: 1
-- compiler: ghc
-- with-compiler:
-- with-hc-pkg:
-- scratchdir:
-- program-prefix:
-- program-suffix:
-- library-vanilla: True
-- library-profiling: True
-- shared: False
-- executable-dynamic: False
-- executable-profiling: False
-- optimization: True
-- library-for-ghci: True
-- split-objs: False
-- executable-stripping: True
-- user-install: True
-- package-db:
-- flags:
-- extra-include-dirs:
-- extra-lib-dirs:
-- tests: False
-- library-coverage: True
-- benchmarks: False
-- cabal-lib-version:
-- constraint:
-- preference:
-- solver: choose
-- documentation: False
-- doc-index-file: $datadir/doc/index.html
-- max-backjumps: 200
-- reorder-goals: False
-- shadow-installed-packages:
-- reinstall: False
-- avoid-reinstalls: False
-- force-reinstalls: False
-- upgrade-dependencies: False
-- only-dependencies: False
-- root-cmd:
-- symlink-bindir:
build-summary: /Users/andrew/.cabal/logs/build.log
-- build-log:
remote-build-reporting: anonymous
-- one-shot: False
-- jobs:
-- username:
-- password:

install-dirs user
    -- prefix: /Users/andrew/.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
