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
A hie-bios cradle maps (a) filepaths to source code to (b) the buildable components of a package's Cabal file, in order to assist tools like HLS (Haskell Language Server).
In the case of Stack, currently, ./src contains source code for both components stack:lib and stack:test:stack-test (in ./src/test). It would be better for each component to have a unique filepath prefix.
I propose to move stack:test:stack-test to ./tests/unit and to move stack:exe:stack-integration-test to .tests/integration. This should not affect any of the pending pull requests.
The text was updated successfully, but these errors were encountered:
A
hie-bios
cradle maps (a) filepaths to source code to (b) the buildable components of a package's Cabal file, in order to assist tools like HLS (Haskell Language Server).In the case of Stack, currently,
./src
contains source code for both componentsstack:lib
andstack:test:stack-test
(in./src/test
). It would be better for each component to have a unique filepath prefix.I propose to move
stack:test:stack-test
to./tests/unit
and to movestack:exe:stack-integration-test
to.tests/integration
. This should not affect any of the pending pull requests.The text was updated successfully, but these errors were encountered: