From ee0135aac2917add3ed36186689f9813a1057693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 23 Apr 2014 04:15:55 +0200 Subject: [PATCH] Correct check-packageid/cabal.sandbox.config.in --- test/data/check-packageid/cabal.sandbox.config.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/data/check-packageid/cabal.sandbox.config.in b/test/data/check-packageid/cabal.sandbox.config.in index 76ad788..3ba8fda 100644 --- a/test/data/check-packageid/cabal.sandbox.config.in +++ b/test/data/check-packageid/cabal.sandbox.config.in @@ -4,15 +4,15 @@ -- if you want to change the default settings for this sandbox. -local-repo: @CWD@/test/data/.cabal-sandbox/packages -logs-dir: @CWD@/test/data/.cabal-sandbox/logs -world-file: @CWD@/test/data/.cabal-sandbox/world +local-repo: @CWD@/test/data/check-packageid/.cabal-sandbox/packages +logs-dir: @CWD@/test/data/check-packageid/.cabal-sandbox/logs +world-file: @CWD@/test/data/check-packageid/.cabal-sandbox/world user-install: False -package-db: test/data/check-packageid/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d -build-summary: @CWD@/test/data/.cabal-sandbox/logs/build.log +package-db: @CWD@/test/data/check-packageid/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d +build-summary: @CWD@/test/data/check-packageid/.cabal-sandbox/logs/build.log install-dirs - prefix: @CWD@/test/data/.cabal-sandbox + prefix: @CWD@/test/data/check-packageid/.cabal-sandbox bindir: $prefix/bin libdir: $prefix/lib libsubdir: $arch-$os-$compiler/$pkgid