Programs are now actually compiled all the way through.
This commit is contained in:
parent
e0c78f5783
commit
e500c70529
3 changed files with 29 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue