diff --git a/src/Data/Text/Builder/Linear/Buffer.hs b/src/Data/Text/Builder/Linear/Buffer.hs index 35f59c5..a4e3093 100644 --- a/src/Data/Text/Builder/Linear/Buffer.hs +++ b/src/Data/Text/Builder/Linear/Buffer.hs @@ -4,6 +4,10 @@ -- Maintainer: Andrew Lelechenko -- -- '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,