added GH_HOME variable
This commit is contained in:
43
cabal/config
43
cabal/config
@@ -7,17 +7,25 @@
|
||||
-- Be careful with spaces and indentation because they are
|
||||
-- used to indicate layout for nested sections.
|
||||
|
||||
-- Cabal library version: 1.22.0.0
|
||||
-- cabal-install version: 1.22.0.0
|
||||
-- Cabal library version: 1.24.0.0
|
||||
-- cabal-install version: 1.24.0.0
|
||||
|
||||
|
||||
repository hackage.haskell.org
|
||||
url: http://hackage.haskell.org/
|
||||
-- secure: False
|
||||
-- root-keys:
|
||||
-- key-threshold:
|
||||
|
||||
-- default-user-config:
|
||||
-- require-sandbox: False
|
||||
-- ignore-sandbox: False
|
||||
remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive
|
||||
remote-repo-cache: /Users/veitheller/.cabal/packages
|
||||
-- ignore-expiry: False
|
||||
-- http-transport:
|
||||
remote-repo-cache: /Users/sidharta/.cabal/packages
|
||||
-- local-repo:
|
||||
-- logs-dir:
|
||||
world-file: /Users/veitheller/.cabal/world
|
||||
world-file: /Users/sidharta/.cabal/world
|
||||
-- verbose: 1
|
||||
-- compiler: ghc
|
||||
-- with-compiler:
|
||||
@@ -29,6 +37,9 @@ world-file: /Users/veitheller/.cabal/world
|
||||
-- shared:
|
||||
-- executable-dynamic: False
|
||||
-- profiling:
|
||||
-- executable-profiling:
|
||||
-- profiling-detail:
|
||||
-- library-profiling-detail:
|
||||
-- optimization: True
|
||||
-- debug-info: False
|
||||
-- library-for-ghci:
|
||||
@@ -41,11 +52,12 @@ world-file: /Users/veitheller/.cabal/world
|
||||
-- flags:
|
||||
-- extra-include-dirs:
|
||||
-- extra-lib-dirs:
|
||||
extra-prog-path: /Users/veitheller/.cabal/bin
|
||||
-- instantiate-with:
|
||||
-- extra-framework-dirs:
|
||||
extra-prog-path: /Users/sidharta/.cabal/bin
|
||||
-- tests: False
|
||||
-- library-coverage:
|
||||
-- coverage: False
|
||||
-- library-coverage:
|
||||
-- allow-newer: False
|
||||
-- exact-configuration: False
|
||||
-- benchmarks: False
|
||||
-- relocatable: False
|
||||
@@ -53,8 +65,7 @@ extra-prog-path: /Users/veitheller/.cabal/bin
|
||||
-- constraint:
|
||||
-- preference:
|
||||
-- solver: choose
|
||||
-- allow-newer: False
|
||||
documentation: True
|
||||
-- documentation: False
|
||||
-- doc-index-file: $datadir/doc/$arch-$os-$compiler/index.html
|
||||
-- max-backjumps: 2000
|
||||
-- reorder-goals: False
|
||||
@@ -66,21 +77,25 @@ documentation: True
|
||||
-- upgrade-dependencies: False
|
||||
-- root-cmd:
|
||||
-- symlink-bindir:
|
||||
build-summary: /Users/veitheller/.cabal/logs/build.log
|
||||
build-summary: /Users/sidharta/.cabal/logs/build.log
|
||||
-- build-log:
|
||||
remote-build-reporting: anonymous
|
||||
-- report-planning-failure: False
|
||||
-- one-shot: False
|
||||
-- run-tests:
|
||||
jobs: $ncpus
|
||||
-- offline: False
|
||||
-- username:
|
||||
-- password:
|
||||
-- password-command:
|
||||
-- builddir:
|
||||
|
||||
haddock
|
||||
-- keep-temp-files: False
|
||||
-- hoogle: False
|
||||
-- html: False
|
||||
-- html-location:
|
||||
-- for-hackage: False
|
||||
-- executables: False
|
||||
-- tests: False
|
||||
-- benchmarks: False
|
||||
@@ -92,10 +107,10 @@ haddock
|
||||
-- contents-location:
|
||||
|
||||
install-dirs user
|
||||
-- prefix: /Users/veitheller/.cabal
|
||||
-- prefix: /Users/sidharta/.cabal
|
||||
-- bindir: $prefix/bin
|
||||
-- libdir: $prefix/lib
|
||||
-- libsubdir: $abi/$pkgkey
|
||||
-- libsubdir: $abi/$libname
|
||||
-- libexecdir: $prefix/libexec
|
||||
-- datadir: $prefix/share
|
||||
-- datasubdir: $abi/$pkgid
|
||||
@@ -108,7 +123,7 @@ install-dirs global
|
||||
-- prefix: /usr/local
|
||||
-- bindir: $prefix/bin
|
||||
-- libdir: $prefix/lib
|
||||
-- libsubdir: $abi/$pkgkey
|
||||
-- libsubdir: $abi/$libname
|
||||
-- libexecdir: $prefix/libexec
|
||||
-- datadir: $prefix/share
|
||||
-- datasubdir: $abi/$pkgid
|
||||
|
Reference in New Issue
Block a user