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
I have a stack.yaml with two executable and the cabal file does not include the hs-course-dirs for the second executable. The problem was that I misspelled source_dirs (underbar in stead of dash).
It would be nice if hpack would flag such hard to track errors...
Would it be possible, to include common parts for all executables in front of the list of executables, like so:
(-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 96ef3f0dac1ff9a02d9d4c24823b8f5dff5585876922f4ad4a66da5895193196)
The text was updated successfully, but these errors were encountered:
I have a stack.yaml with two executable and the cabal file does not include the hs-course-dirs for the second executable. The problem was that I misspelled
source_dirs
(underbar in stead of dash).It would be nice if
hpack
would flag such hard to track errors...Would it be possible, to include common parts for all executables in front of the list of executables, like so:
The text was updated successfully, but these errors were encountered: