packages feed

cabal-dev-0.7: admin/cabal-config.in

-- -*-haskell-cabal-*-
--
-- 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.

-- Cabal-dev replaces ~ and . in this file to generate a usable cabal
-- configuration file This breaks this file for direct use by
-- cabal-install, the behavior is undefined for cabal-install.
--
-- These symbols are redfined to mean the following:
--  
--  ~ Tilde now means 'the user's default cabal directory' This is
--    defined by getAppUserDataDirectory, which differs somewhat on
--    each OS.
--
--  . "dot" means 'the sandbox directory that cabal-dev is using'
--

remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive
remote-repo-cache: ~/packages
local-repo: ./packages
-- local-repo:
-- verbose: 1
-- compiler: ghc
-- with-compiler:
-- with-hc-pkg:
-- scratchdir:
-- program-prefix: 
-- program-suffix: 
-- library-vanilla: True
-- library-profiling: False
-- shared: False
-- executable-profiling: False
-- optimization: True
-- library-for-ghci: True
-- split-objs: False
-- executable-stripping: True
user-install: False
package-db: ./packages.conf
-- 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: ./logs/build.log
-- build-log:
remote-build-reporting: anonymous
-- username:
-- password:

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