diff options
| author | krasimir <krasimir@chalmers.se> | 2009-10-05 14:58:13 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-10-05 14:58:13 +0000 |
| commit | 332dbf7b9b79f9cb2fa60212cc5529e0c490c1de (patch) | |
| tree | 3f78c3872d1acbea53b266d76814d941f2690efb /src/GF/Grammar/Binary.hs | |
| parent | be966cdda2a2e10ee6e19e998d0c7c15b8f9a201 (diff) | |
another attempt to get the paths handling right
Diffstat (limited to 'src/GF/Grammar/Binary.hs')
| -rw-r--r-- | src/GF/Grammar/Binary.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Grammar/Binary.hs b/src/GF/Grammar/Binary.hs index e22e1dc87..142ca4063 100644 --- a/src/GF/Grammar/Binary.hs +++ b/src/GF/Grammar/Binary.hs @@ -82,7 +82,7 @@ instance Binary ModuleStatus where instance Binary Options where
put = put . optionsGFO
get = do opts <- get
- case parseModuleOptions ["--" ++ flag ++ "=" ++ value | (flag,value) <- opts] of
+ case parseModuleOptions "." ["--" ++ flag ++ "=" ++ value | (flag,value) <- opts] of
Ok x -> return x
Bad msg -> fail msg
|
