chore: move executable code to src/
src/ now contains all source code - in subdirectories, according to the .cabal component they belong to. This will allow us to put vendored libraries in the same place - and later split our own code into multiple components/libraries as well.
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ let
|
||||
${ruff}/bin/ruff check .
|
||||
|
||||
echo "Checking consistency of import aliases in Haskell code..."
|
||||
${hsie} check-aliases main src
|
||||
${hsie} check-aliases src/library src/executable
|
||||
|
||||
echo "Linting Haskell files..."
|
||||
${fd}/bin/fd '\.l?hs$' \
|
||||
|
||||
Reference in New Issue
Block a user