mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
Use Data.Text instead of String. Rename Abstr to Abstract, Concr to Concrete.
This commit is contained in:
4
gf.cabal
4
gf.cabal
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user