Skip to content

Commit

Permalink
Add FOURMOLU comment to circumvent issue with UnboxedTuples
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Sep 5, 2023
1 parent b833a7f commit f3eb282
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Data/Text/Builder/Linear/Buffer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
-- Maintainer: Andrew Lelechenko <[email protected]>
--
-- 'Buffer' for strict 'Text', based on linear types.

-- [TODO] remove the FOURMOLU comments once the issue
-- https://github.com/tweag/ormolu/issues/1062 is fixed and ported.
{- FOURMOLU_DISABLE -}
module Data.Text.Builder.Linear.Buffer (
-- * Type
Buffer,
Expand Down

0 comments on commit f3eb282

Please sign in to comment.