From af9fbed84e7e5bdf07e4efe27adde17c6e4ef696 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 19 Jun 2014 16:58:33 +0000 Subject: [PATCH] WebSetup.hs: PhrasebookLav works again --- WebSetup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebSetup.hs b/WebSetup.hs index a583b0e66..51c63554b 100644 --- a/WebSetup.hs +++ b/WebSetup.hs @@ -27,7 +27,7 @@ example_grammars = -- :: [(pgf, subdir, src)] --phrasebookSrc = "Phrasebook???.gf" -- doesn't work on Win32 phrasebookSrc = ["Phrasebook"++lang++".gf"|lang<-phrasebookLangs] - phrasebookLangs = words $ "Bul Cat Dan Dut Eng "{-Lav -}++"Hin Nor Spa Swe Tha" -- only fastish languages + phrasebookLangs = words "Bul Cat Dan Dut Eng Lav Hin Nor Spa Swe Tha" -- only fastish languages --letterSrc = "Letter???.gf" letterSrc = ["Letter"++lang++".gf"|lang<-letterLangs]