diff options
Diffstat (limited to 'CabalHelper/Main.hs')
-rw-r--r-- | CabalHelper/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CabalHelper/Main.hs b/CabalHelper/Main.hs index dcf87c5..ae78baf 100644 --- a/CabalHelper/Main.hs +++ b/CabalHelper/Main.hs @@ -20,7 +20,7 @@ #ifdef MIN_VERSION_Cabal #undef CH_MIN_VERSION_Cabal #define CH_MIN_VERSION_Cabal MIN_VERSION_Cabal -#endif> +#endif import Distribution.Simple.Utils (cabalVersion) import Distribution.Simple.Configure |