diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-08-09 13:41:25 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-08-09 13:41:25 +0200 |
| commit | 723bec1ba0579ace280f6d67ad71a1596fc4f166 (patch) | |
| tree | bb8763c6111e93a3df5ac6847bb9435dce5e934f /src | |
| parent | 265f08d6eec62e1f30a2a1f6fbc3bc18be17948e (diff) | |
Changes made in order to get Hackage upload working
Diffstat (limited to 'src')
| -rw-r--r-- | src/programs/gf-main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/programs/gf-main.hs b/src/programs/gf-main.hs index 1dae54bc7..cf387d2fa 100644 --- a/src/programs/gf-main.hs +++ b/src/programs/gf-main.hs @@ -1,3 +1,5 @@ +module Main where + import qualified GF main = GF.main |
