diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-05-02 22:55:42 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-05-02 22:55:42 +0200 |
commit | 2458aae6cbe731baae2aea6057ec2bee1cd829f2 (patch) | |
tree | c092387266413a420ffd808cb7e473ecae8dc10c /src/CabalHelper/Runtime/HelperMain.hs | |
parent | ac027c3edc58680199aff1253efbacaa5eefd3d6 (diff) |
Fix Haddock parse error
Diffstat (limited to 'src/CabalHelper/Runtime/HelperMain.hs')
-rw-r--r-- | src/CabalHelper/Runtime/HelperMain.hs | 4 |
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 |