From 6743f5bbcdd205e42c8f83c13d4f7eb3abf0c3f4 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 4 Jun 2008 09:27:39 +0000 Subject: [PATCH] add mtl dependency in cabal. It is used in the speech grammar generation --- GF.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GF.cabal b/GF.cabal index 16d0338e9..4c3ccc174 100644 --- a/GF.cabal +++ b/GF.cabal @@ -59,7 +59,8 @@ executable gf3 random, old-time, process, - pretty + pretty, + mtl if os(windows) build-depends: Win32 else