From 8d0e7f321c78850f4aefe9f09a0a4b565ac36367 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 4 Sep 2020 21:07:02 -0400 Subject: [PATCH] hi --- components/HaskellTools.dhall | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/HaskellTools.dhall b/components/HaskellTools.dhall index 31f6983..079d092 100644 --- a/components/HaskellTools.dhall +++ b/components/HaskellTools.dhall @@ -15,14 +15,15 @@ let -- We must override store-dir lest data files end up in -- /root/.cabal, which isn't accessible to the build user , '' - $CABAL v2-install \ + $CABAL \ + --store-dir=${outDir}/store \ + v2-install \ hscolour happy alex \ --constraint='happy ^>= 1.20' \ --with-compiler=$GHC \ --enable-static \ --install-method=copy \ - --installdir=${binDir} \ - --store-dir=${outDir}/store + --installdir=${binDir} '' ] # CF.env (toMap -- GitLab