Skip to content

Instantly share code, notes, and snippets.

@eccstartup
Created January 7, 2015 12:51
Show Gist options
  • Save eccstartup/1276e363e2aef2f796fc to your computer and use it in GitHub Desktop.
Save eccstartup/1276e363e2aef2f796fc to your computer and use it in GitHub Desktop.
cabal config files
-- 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.
-- require-sandbox: False
-- ignore-sandbox: False
remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive
remote-repo-cache: /Users/eccstartup/.cabal/packages
-- local-repo:
-- logs-dir:
world-file: /Users/eccstartup/.cabal/world
-- verbose: 1
-- compiler: ghc
-- with-compiler:
-- with-hc-pkg:
-- scratchdir:
-- program-prefix:
-- program-suffix:
-- library-vanilla: True
library-profiling: True
-- shared:
-- executable-dynamic: False
-- executable-profiling: False
-- optimization: True
-- library-for-ghci: False
-- split-objs: False
-- executable-stripping: True
-- library-stripping: True
-- user-install: True
-- package-db:
-- flags:
-- extra-include-dirs:
-- extra-lib-dirs:
extra-prog-path: /Users/eccstartup/.cabal/bin
-- tests: False
-- library-coverage: False
-- exact-configuration: False
-- benchmarks: False
-- cabal-lib-version:
-- constraint:
-- preference:
-- solver: choose
-- allow-newer: False
documentation: True
-- doc-index-file: $datadir/doc/index.html
-- max-backjumps: 2000
-- reorder-goals: False
-- shadow-installed-packages: False
-- strong-flags: False
-- reinstall: False
-- avoid-reinstalls: False
-- force-reinstalls: False
-- upgrade-dependencies: False
-- root-cmd:
-- symlink-bindir:
build-summary: /Users/eccstartup/.cabal/logs/build.log
-- build-log:
remote-build-reporting: anonymous
-- one-shot: False
-- run-tests:
jobs: $ncpus
-- username:
-- password:
haddock
-- keep-temp-files: False
-- hoogle: False
-- html: False
-- html-location:
-- executables: False
-- tests: False
-- benchmarks: False
-- all:
-- internal: False
-- css:
-- hyperlink-source: False
-- hscolour-css:
-- contents-location:
install-dirs user
-- prefix: /Users/eccstartup/.cabal
-- bindir: $prefix/bin
-- libdir: $prefix/lib
-- libsubdir: $arch-$os-$compiler/$pkgid
-- libexecdir: $prefix/libexec
-- datadir: $prefix/share
-- datasubdir: $arch-$os-$compiler/$pkgid
-- docdir: $datadir/doc/$arch-$os-$compiler/$pkgid
-- htmldir: $docdir/html
-- haddockdir: $htmldir
-- sysconfdir: $prefix/etc
install-dirs global
-- prefix: /usr/local
-- bindir: $prefix/bin
-- libdir: $prefix/lib
-- libsubdir: $arch-$os-$compiler/$pkgid
-- libexecdir: $prefix/libexec
-- datadir: $prefix/share
-- datasubdir: $arch-$os-$compiler/$pkgid
-- docdir: $datadir/doc/$arch-$os-$compiler/$pkgid
-- htmldir: $docdir/html
-- haddockdir: $htmldir
-- sysconfdir: $prefix/etc
program-locations
-- alex-location:
-- ar-location:
-- c2hs-location:
-- cpphs-location:
-- ffihugs-location:
-- gcc-location:
-- ghc-location:
-- ghc-pkg-location:
-- greencard-location:
-- haddock-location:
-- happy-location:
-- haskell-suite-location:
-- haskell-suite-pkg-location:
-- hmake-location:
-- hpc-location:
-- hsc2hs-location:
-- hscolour-location:
-- hugs-location:
-- jhc-location:
-- ld-location:
-- lhc-location:
-- lhc-pkg-location:
-- nhc98-location:
-- pkg-config-location:
-- strip-location:
-- tar-location:
-- uhc-location:
program-default-options
-- alex-options:
-- ar-options:
-- c2hs-options:
-- cpphs-options:
-- ffihugs-options:
-- gcc-options:
-- ghc-options:
-- ghc-pkg-options:
-- greencard-options:
-- haddock-options:
-- happy-options:
-- haskell-suite-options:
-- haskell-suite-pkg-options:
-- hmake-options:
-- hpc-options:
-- hsc2hs-options:
-- hscolour-options:
-- hugs-options:
-- jhc-options:
-- ld-options:
-- lhc-options:
-- lhc-pkg-options:
-- nhc98-options:
-- pkg-config-options:
-- strip-options:
-- tar-options:
-- uhc-options:
:set +m
:set editor emacs
:set +s
:set -XTupleSections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment