Skip to content

Commit

Permalink
Fix broken haddock for concat-inline
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Jan 27, 2024
1 parent be2badd commit 6fdb2b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inline/src/ConCat/Inline/SampleMethods.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -Wall #-}
-- {-# OPTIONS_GHC -Wno-unused-imports #-} -- TEMP

Expand All @@ -10,7 +11,10 @@
-- {-# OPTIONS_GHC -ddump-rule-rewrites #-}
-- {-# OPTIONS_GHC -ddump-rules #-}

-- Haddock throws an exception if this plugin is enabled here.
#ifdef D__HADDOCK_VERSION__
{-# OPTIONS_GHC -fplugin=ConCat.Inline.Plugin #-}
#endif

module ConCat.Inline.SampleMethods where

Expand Down

0 comments on commit 6fdb2b7

Please sign in to comment.