From 0797d5940a78b7d28471feafb6b7646d98504d1c 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