forked from GitHub/gf-core
Enable compilation of Ancient Greek in Setup.hs
Also adjust the -path pragmas in a few places in lib/src/ancient_greek
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--# -path=.:../../gf/lib/src/abstract:../common:../prelude
|
||||
-- --# -path=.:../abstract:../common:../prelude
|
||||
-- --# -path=.:../../gf/lib/src/abstract:../common:../prelude
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
concrete AllGrc of AllGrcAbs =
|
||||
LangGrc,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
-- --# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsGrc = Combinators - [appCN, appCNc] with
|
||||
(Cat = CatGrc),
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
-- --# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsGrc = Constructors with (Grammar = GrammarGrc) ;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---# -path=.:../../gf/lib/src/abstract:../common:../prelude
|
||||
--# -path=.:abstract:../common:../prelude
|
||||
--# -path=../abstract:../common:../prelude
|
||||
|
||||
concrete LangGrc of Lang =
|
||||
GrammarGrc,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
-- --# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxGrc of Syntax = ConstructorsGrc, CatGrc, StructuralGrc, CombinatorsGrc ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user