Open
Description
Hi there,
I'm trying to use dash-haskell with stack:
$ stack exec -- dash-haskell -c foo.cabal --db /Users/bts/.stack/snapshots/x86_64-osx/nightly-2015-07-15/7.10.1/pkgdb
using package db stack:
> ghc distribution (global db)
> system user
> db directory: /Users/bts/.stack/snapshots/x86_64-osx/nightly-2015-07-15/7.10.1/pkgdb
dash-haskell: ./cabal.sandbox.config: openFile: does not exist (No such file or directory)
Does dash-haskell currently require the use of sandboxes to function, or is there a command line option I should supply to prevent the attempt to read ./cabal.sandbox.config
?
Thanks!