diff options
Diffstat (limited to 'app/Patch.hs')
-rw-r--r-- | app/Patch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Patch.hs b/app/Patch.hs index a301382..f170817 100644 --- a/app/Patch.hs +++ b/app/Patch.hs @@ -6,12 +6,12 @@ module Patch ) where -import Prettyprinter (pretty) import Control.Exception (throw) import Data.Binary (Binary (..)) import Data.Text qualified as T import Exception qualified as E import GHC.Generics (Generic) +import Prettyprinter (pretty) import Render ((<<<)) import Render qualified as P import Text.Diff.Extra () |