1
0
forked from GitHub/gf-core

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 ea0ff19423
commit 0797d5940a

View File

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