diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-12-20 17:34:12 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-12-20 17:34:12 +0000 |
| commit | 5b01d912cec744f41b5e0ba5720d7d641ca08195 (patch) | |
| tree | bd353951e362393e300f33fdbbff3fc192f1ae6c /src/GF/Command/Commands.hs | |
| parent | 4ab0df67c5c5ae837e63b3c7285ef97058740778 (diff) | |
Replace all the different ErrM.hs modules with GF.Data.ErrM.
Diffstat (limited to 'src/GF/Command/Commands.hs')
| -rw-r--r-- | src/GF/Command/Commands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Command/Commands.hs b/src/GF/Command/Commands.hs index d8d77bc11..f89a3d111 100644 --- a/src/GF/Command/Commands.hs +++ b/src/GF/Command/Commands.hs @@ -18,7 +18,7 @@ import GF.GFCC.Macros import GF.Devel.PrintGFCC import GF.GFCC.DataGFCC ---- -import GF.Command.ErrM ---- +import GF.Data.ErrM ---- import qualified Data.Map as Map |
