Programs are now actually compiled all the way through.

This commit is contained in:
Samuel Hammersberg 2023-03-24 18:46:12 +01:00
parent e0c78f5783
commit e500c70529
3 changed files with 29 additions and 36 deletions

View file

@ -51,6 +51,7 @@ executable language
, hspec
, QuickCheck
, directory
, process
default-language: GHC2021
@ -83,5 +84,6 @@ Test-suite language-testsuite
, hspec
, QuickCheck
, process
, bytestring
default-language: GHC2021