add mtl dependency in cabal. It is used in the speech grammar generation

This commit is contained in:
krasimir
2008-06-04 09:27:39 +00:00
parent b5d14ff3df
commit 6743f5bbcd

View File

@@ -59,7 +59,8 @@ executable gf3
random,
old-time,
process,
pretty
pretty,
mtl
if os(windows)
build-depends: Win32
else