Use Data.Text instead of String. Rename Abstr to Abstract, Concr to Concrete.

This commit is contained in:
John J. Camilleri
2021-02-16 16:04:40 +01:00
parent d394cacddf
commit 398b294734
4 changed files with 63 additions and 49 deletions

View File

@@ -86,7 +86,8 @@ Library
-- For compatability with ghc < 8
-- We need transformers-compat >= 0.6.3, but that is only in newer snapshots where it is redundant.
transformers-compat,
ghc-prim
ghc-prim,
text
hs-source-dirs: src/runtime/haskell
other-modules:
@@ -536,6 +537,7 @@ test-suite lpgf
process,
random,
terminfo,
text,
time,
transformers-compat,
unix,