diff options
| author | aarne <aarne@chalmers.se> | 2014-11-27 16:36:51 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-11-27 16:36:51 +0000 |
| commit | 1e2627d9af16f04265a4b030069649098cd693b2 (patch) | |
| tree | 402a93b51b7e9af23d6eea662f2821d81c59c9ad /examples | |
| parent | 6f2195f79323d613f70d33e85961cdee4d8de18a (diff) | |
make PhrasebookBul use alltenses to prevent misbehaviour in App
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/phrasebook/Makefile | 2 | ||||
| -rw-r--r-- | examples/phrasebook/PhrasebookBul.gf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index 6109297a1..6ac3b20c8 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -1,6 +1,6 @@ compile = runghc Compile -forApp: compdemo fin Chi gfos +forApp: compdemo fin gfos .PHONY: gfos diff --git a/examples/phrasebook/PhrasebookBul.gf b/examples/phrasebook/PhrasebookBul.gf index bbc092963..4749bd757 100644 --- a/examples/phrasebook/PhrasebookBul.gf +++ b/examples/phrasebook/PhrasebookBul.gf @@ -1,4 +1,4 @@ ---# -path=.:present +--# -path=.:alltenses concrete PhrasebookBul of Phrasebook = GreetingsBul, |
