diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-13 04:36:20 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-14 07:07:45 +0100 |
commit | e7450765081e31341496a3f8ac91bda119b55f5a (patch) | |
tree | f6f96650506cb6035a3b330b1f232306fe4275fc /app/Patch.hs | |
parent | a2f401ca9839b6041b7d94f77de4530f168b12ad (diff) |
chore: drop `--granularity` for `--per-commit`
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 () |