aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-05-02 22:55:42 +0200
committerDaniel Gröber <dxld@darkboxed.org>2019-05-02 22:55:42 +0200
commit2458aae6cbe731baae2aea6057ec2bee1cd829f2 (patch)
treec092387266413a420ffd808cb7e473ecae8dc10c /src
parentac027c3edc58680199aff1253efbacaa5eefd3d6 (diff)
Fix Haddock parse error
Diffstat (limited to 'src')
-rw-r--r--src/CabalHelper/Runtime/HelperMain.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CabalHelper/Runtime/HelperMain.hs b/src/CabalHelper/Runtime/HelperMain.hs
index d3feea2..f8af46a 100644
--- a/src/CabalHelper/Runtime/HelperMain.hs
+++ b/src/CabalHelper/Runtime/HelperMain.hs
@@ -17,8 +17,8 @@
{-# LANGUAGE CPP, BangPatterns, RecordWildCards, RankNTypes, ViewPatterns,
TupleSections #-}
-{- # OPTIONS_GHC -Wno-missing-signatures #-}
-{- # OPTIONS_GHC -fno-warn-incomplete-patterns #-}
+{- # OPTIONS_GHC -Wno-missing-signatures #-}
+{- # OPTIONS_GHC -fno-warn-incomplete-patterns #-}
#ifdef MIN_VERSION_Cabal
#undef CH_MIN_VERSION_Cabal