You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cabal new-build
$ ./dist-newstyle/build/x86_64-osx/ghc-8.2.2/haskell-awk-1.1.1/build/hawk/hawk '2+2'
hawk: No package-db found. Did you install Hawk in an unusual way?
CallStack (from HasCallStack):
error, called at src/System/Console/Hawk/Sandbox.hs:81:14 in main:System.Console.Hawk.Sandbox
The text was updated successfully, but these errors were encountered:
gelisam
changed the title
support cabal new-build
support cabal new-build
Mar 17, 2018
hawk uses its executable's location to guess where the corresponding package database is. This works with cabal sandboxes:
and with stack:
but not with cabal
new-build
:The text was updated successfully, but these errors were encountered: