summaryrefslogtreecommitdiff
path: root/GF.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-06-04 09:27:39 +0000
committerkrasimir <krasimir@chalmers.se>2008-06-04 09:27:39 +0000
commit6743f5bbcdd205e42c8f83c13d4f7eb3abf0c3f4 (patch)
tree6b21134c22da3662227767c1e61c8dc82e759325 /GF.cabal
parentb5d14ff3dfd4d4f2043ae62e62d419d5f6d56d4b (diff)
add mtl dependency in cabal. It is used in the speech grammar generation
Diffstat (limited to 'GF.cabal')
-rw-r--r--GF.cabal3
1 files changed, 2 insertions, 1 deletions
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