File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE BangPatterns #-}
2
- {-# LANGUAGE PatternSynonyms #-}
3
2
{-# LANGUAGE BlockArguments #-}
4
3
{-# LANGUAGE DataKinds #-}
5
4
{-# LANGUAGE FlexibleContexts #-}
6
5
{-# LANGUAGE GADTs #-}
7
6
{-# LANGUAGE LambdaCase #-}
8
7
{-# LANGUAGE NamedFieldPuns #-}
9
8
{-# LANGUAGE OverloadedStrings #-}
9
+ {-# LANGUAGE PatternSynonyms #-}
10
10
{-# LANGUAGE ScopedTypeVariables #-}
11
11
{-# LANGUAGE TupleSections #-}
12
12
{-# LANGUAGE TypeApplications #-}
@@ -73,7 +73,7 @@ import Ouroboros.Consensus.Storage.Common (BlockComponent (..))
73
73
import Ouroboros.Consensus.Storage.ImmutableDB (ImmutableDB )
74
74
import qualified Ouroboros.Consensus.Storage.ImmutableDB as ImmutableDB
75
75
import Ouroboros.Consensus.Storage.LedgerDB (DiskSnapshot (.. ),
76
- writeSnapshot , pattern NoDiskSnapshotChecksum )
76
+ pattern NoDiskSnapshotChecksum , writeSnapshot )
77
77
import Ouroboros.Consensus.Storage.Serialisation (encodeDisk )
78
78
import Ouroboros.Consensus.Util ((..:) )
79
79
import qualified Ouroboros.Consensus.Util.IOLike as IOLike
You can’t perform that action at this time.
0 commit comments