Add DictFre to AllFre

now DictFre is compiled by cabal
This commit is contained in:
gregoire.detrez
2013-10-30 14:24:52 +00:00
parent 9b399a1138
commit 9e81b8b224
2 changed files with 4 additions and 2 deletions

View File

@@ -3,5 +3,6 @@
concrete AllFre of AllFreAbs =
LangFre,
IrregFre,
ExtraFre
ExtraFre,
DictFre
** {} ;

View File

@@ -1,5 +1,6 @@
abstract AllFreAbs =
Lang,
IrregFreAbs,
ExtraFreAbs
ExtraFreAbs,
DictFreAbs
** {} ;