diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-07-08 20:05:01 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-07-08 20:05:01 +0200 |
commit | 7bd0fa34ba4194f7bf6c9668cb286d13fcc2b580 (patch) | |
tree | ba120586cb9642c94f990c7f9883add4871e0e55 /CabalHelper/Main.hs | |
parent | 188f27a7cd0723c290b5e12e4a376de229723e80 (diff) |
Fix typo
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 |