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
{{ message }}
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
00:42:03 < mietek> Instead of mucking around with GHC_PACKAGE_PATH manually, all that is needed is
00:42:03 < mietek> cabal --sandbox-config-file=/app/sandbox/.halcyon-sandbox.config exec -- mueval -e '1+1'
00:42:04 < mietek> (or use CABAL_SANDBOX_CONFIG)
00:44:14 < mietek> haskell/cabal#1944 (comment)
I see in the playbooks here the sandbox for tryhaskell is created in /srv/web/tryhaskell. Therefore, in this config, it should be enough to cd /srv/web/tryhaskell && cabal exec -- mueval -e '1+1'.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
00:42:03 < mietek> Instead of mucking around with GHC_PACKAGE_PATH manually, all that is needed is
00:42:03 < mietek> cabal --sandbox-config-file=/app/sandbox/.halcyon-sandbox.config exec -- mueval -e '1+1'
00:42:04 < mietek> (or use CABAL_SANDBOX_CONFIG)
00:44:14 < mietek> haskell/cabal#1944 (comment)
Thanks @mietek
The text was updated successfully, but these errors were encountered: