From f83b424bf70b7b14b0268aeeafe1b3483fced49f Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 21 Mar 2024 05:35:00 +0100 Subject: chore: Git -> Backend --- app/Issue/Provenance.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Issue/Provenance.hs') diff --git a/app/Issue/Provenance.hs b/app/Issue/Provenance.hs index 321f6a2..90c96ea 100644 --- a/app/Issue/Provenance.hs +++ b/app/Issue/Provenance.hs @@ -3,12 +3,12 @@ module Issue.Provenance ) where +import Backend qualified import Data.Binary (Binary) import GHC.Generics (Generic) -import Git qualified data Provenance = Provenance - { first :: Git.Commit, - last :: Git.Commit + { first :: Backend.Commit, + last :: Backend.Commit } deriving (Eq, Show, Generic, Binary) -- cgit v1.2.3