Last active
August 29, 2015 14:06
-
-
Save louissalin/db37a96199191b18e627 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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: stackage:http://www.stackage.org/stackage/2114f366e52fb8e217b17739ece5314b79635e39 | |
remote-repo-cache: /Users/louis/.cabal/packages | |
-- local-repo: | |
-- logs-dir: | |
world-file: /Users/louis/.cabal/world | |
-- verbose: 1 | |
-- compiler: ghc | |
-- with-compiler: | |
-- with-hc-pkg: | |
-- scratchdir: | |
-- program-prefix: | |
-- program-suffix: | |
-- library-vanilla: True | |
-- library-profiling: False | |
-- 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/louis/.cabal/bin | |
-- tests: False | |
-- library-coverage: False | |
-- exact-configuration: False | |
-- benchmarks: False | |
-- cabal-lib-version: | |
-- constraint: | |
-- preference: | |
-- solver: choose | |
-- allow-newer: False | |
-- documentation: False | |
-- doc-index-file: $datadir/doc/index.html | |
-- max-backjumps: 200 | |
-- reorder-goals: False | |
-- shadow-installed-packages: False | |
-- reinstall: False | |
-- avoid-reinstalls: False | |
-- force-reinstalls: False | |
-- upgrade-dependencies: False | |
-- root-cmd: | |
-- symlink-bindir: | |
build-summary: /Users/louis/.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/louis/.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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment