aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-07-08 20:05:01 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-07-08 20:05:01 +0200
commit7bd0fa34ba4194f7bf6c9668cb286d13fcc2b580 (patch)
treeba120586cb9642c94f990c7f9883add4871e0e55 /CabalHelper
parent188f27a7cd0723c290b5e12e4a376de229723e80 (diff)
Fix typo
Diffstat (limited to 'CabalHelper')
-rw-r--r--CabalHelper/Main.hs2
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