diff options
author | Marvin Borner | 2023-10-03 23:15:56 +0200 |
---|---|---|
committer | Marvin Borner | 2023-10-03 23:15:56 +0200 |
commit | 0525f043d62dba0824b44236d4090ece64630828 (patch) | |
tree | 9d0ec8be9e28e4426c528bf7cf408d779e130c80 /package.yaml | |
parent | 9825d231a90e0763218bb956f7894f24ab4836db (diff) |
Minor improvements
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package.yaml b/package.yaml index 6d1c483..03236d2 100644 --- a/package.yaml +++ b/package.yaml @@ -49,14 +49,3 @@ executables: - -fllvm dependencies: - jotter - -tests: - jotter-test: - main: Spec.hs - source-dirs: test - ghc-options: - - -threaded - - -rtsopts - - -with-rtsopts=-N - dependencies: - - jotter |