diff options
| author | krasimir <krasimir@chalmers.se> | 2008-06-04 09:27:39 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-06-04 09:27:39 +0000 |
| commit | 6743f5bbcdd205e42c8f83c13d4f7eb3abf0c3f4 (patch) | |
| tree | 6b21134c22da3662227767c1e61c8dc82e759325 /GF.cabal | |
| parent | b5d14ff3dfd4d4f2043ae62e62d419d5f6d56d4b (diff) | |
add mtl dependency in cabal. It is used in the speech grammar generation
Diffstat (limited to 'GF.cabal')
| -rw-r--r-- | GF.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -59,7 +59,8 @@ executable gf3 random, old-time, process, - pretty + pretty, + mtl if os(windows) build-depends: Win32 else |
