mirror of https://github.com/voidlizard/hbs2
wip, git transaction module renamed
This commit is contained in:
parent
66ddf35814
commit
5effcebfee
|
@ -9,8 +9,8 @@ import HBS2.Git.Client.State
|
||||||
|
|
||||||
import HBS2.Git.Data.RefLog
|
import HBS2.Git.Data.RefLog
|
||||||
import HBS2.Git.Local.CLI qualified as Git
|
import HBS2.Git.Local.CLI qualified as Git
|
||||||
import HBS2.Git.Data.Tx qualified as TX
|
import HBS2.Git.Data.Tx.Git qualified as TX
|
||||||
import HBS2.Git.Data.Tx (RepoHead(..))
|
import HBS2.Git.Data.Tx.Git (RepoHead(..))
|
||||||
import HBS2.Git.Data.LWWBlock
|
import HBS2.Git.Data.LWWBlock
|
||||||
import HBS2.Git.Data.GK
|
import HBS2.Git.Data.GK
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ import HBS2.Git.Client.State
|
||||||
import HBS2.Git.Client.Progress
|
import HBS2.Git.Client.Progress
|
||||||
import HBS2.Git.Client.Config
|
import HBS2.Git.Client.Config
|
||||||
import HBS2.Git.Data.RefLog
|
import HBS2.Git.Data.RefLog
|
||||||
import HBS2.Git.Data.Tx qualified as TX
|
import HBS2.Git.Data.Tx.Git qualified as TX
|
||||||
import HBS2.Git.Data.Tx (RepoHead(..))
|
import HBS2.Git.Data.Tx.Git (RepoHead(..))
|
||||||
import HBS2.Git.Data.LWWBlock
|
import HBS2.Git.Data.LWWBlock
|
||||||
|
|
||||||
import HBS2.System.Dir
|
import HBS2.System.Dir
|
||||||
|
|
|
@ -9,7 +9,7 @@ import HBS2.Git.Client.Config
|
||||||
import HBS2.Git.Client.Progress
|
import HBS2.Git.Client.Progress
|
||||||
import HBS2.Git.Client.State
|
import HBS2.Git.Client.State
|
||||||
|
|
||||||
import HBS2.Git.Data.Tx
|
import HBS2.Git.Data.Tx.Git
|
||||||
|
|
||||||
import HBS2.Git.Local.CLI
|
import HBS2.Git.Local.CLI
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ import HBS2.Git.Client.Progress
|
||||||
import HBS2.Git.Local
|
import HBS2.Git.Local
|
||||||
import HBS2.Git.Client.App.Types.GitEnv
|
import HBS2.Git.Client.App.Types.GitEnv
|
||||||
|
|
||||||
import HBS2.Git.Data.Tx
|
import HBS2.Git.Data.Tx.Git
|
||||||
import HBS2.Git.Data.GK
|
import HBS2.Git.Data.GK
|
||||||
|
|
||||||
import HBS2.KeyMan.Keys.Direct
|
import HBS2.KeyMan.Keys.Direct
|
||||||
|
|
|
@ -9,7 +9,7 @@ import HBS2.Git.Client.State
|
||||||
import HBS2.Git.Client.Progress
|
import HBS2.Git.Client.Progress
|
||||||
|
|
||||||
import HBS2.Git.Data.RefLog
|
import HBS2.Git.Data.RefLog
|
||||||
import HBS2.Git.Data.Tx
|
import HBS2.Git.Data.Tx.Git
|
||||||
import HBS2.Git.Data.LWWBlock
|
import HBS2.Git.Data.LWWBlock
|
||||||
import HBS2.Git.Data.GK
|
import HBS2.Git.Data.GK
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ import HBS2.Git.Client.RefLog
|
||||||
import HBS2.Git.Client.Progress
|
import HBS2.Git.Client.Progress
|
||||||
|
|
||||||
import HBS2.Git.Data.RefLog
|
import HBS2.Git.Data.RefLog
|
||||||
import HBS2.Git.Data.Tx
|
import HBS2.Git.Data.Tx.Git
|
||||||
import HBS2.Git.Data.LWWBlock
|
import HBS2.Git.Data.LWWBlock
|
||||||
|
|
||||||
import Data.ByteString.Lazy qualified as LBS
|
import Data.ByteString.Lazy qualified as LBS
|
||||||
|
|
|
@ -6,7 +6,7 @@ import HBS2.Git.Client.Prelude
|
||||||
import HBS2.Git.Data.RefLog
|
import HBS2.Git.Data.RefLog
|
||||||
import HBS2.Git.Data.LWWBlock
|
import HBS2.Git.Data.LWWBlock
|
||||||
|
|
||||||
import HBS2.Git.Data.Tx
|
import HBS2.Git.Data.Tx.Git
|
||||||
|
|
||||||
data Progress a =
|
data Progress a =
|
||||||
Progress
|
Progress
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module HBS2.Git.Data.Tx
|
module HBS2.Git.Data.Tx.Git
|
||||||
( module HBS2.Git.Data.Tx
|
( module HBS2.Git.Data.Tx.Git
|
||||||
, OperationError(..)
|
, OperationError(..)
|
||||||
) where
|
) where
|
||||||
|
|
|
@ -100,7 +100,7 @@ library
|
||||||
HBS2.Git.Local
|
HBS2.Git.Local
|
||||||
HBS2.Git.Local.CLI
|
HBS2.Git.Local.CLI
|
||||||
|
|
||||||
HBS2.Git.Data.Tx
|
HBS2.Git.Data.Tx.Git
|
||||||
HBS2.Git.Data.GK
|
HBS2.Git.Data.GK
|
||||||
HBS2.Git.Data.RefLog
|
HBS2.Git.Data.RefLog
|
||||||
HBS2.Git.Data.LWWBlock
|
HBS2.Git.Data.LWWBlock
|
||||||
|
|
Loading…
Reference in New Issue