From 8e909e8aa4ee9ef57dc7c2535b8a44ff466e50d6 Mon Sep 17 00:00:00 2001 From: jneira Date: Thu, 14 Nov 2019 08:42:45 +0100 Subject: [PATCH] Mention cabal issue about set custom project file --- install.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/install.hs b/install.hs index b68745bd..094ee774 100755 --- a/install.hs +++ b/install.hs @@ -14,6 +14,7 @@ build-depends: -- * `stack install.hs ` -- TODO: set `shake.project` in cabal-config above, when supported +-- (see https://github.com/haskell/cabal/issues/6353) import HieInstall (defaultMain)