We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0376457 commit ee3440aCopy full SHA for ee3440a
ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Storage/LedgerDB/V2.hs
@@ -14,7 +14,6 @@
14
{-# LANGUAGE TypeFamilies #-}
15
{-# LANGUAGE TypeOperators #-}
16
{-# LANGUAGE UndecidableInstances #-}
17
-{-# OPTIONS_GHC -Wno-orphans #-}
18
19
module Ouroboros.Consensus.Storage.LedgerDB.V2 (mkInitDb) where
20
@@ -455,10 +454,6 @@ deriving instance
455
454
) =>
456
NoThunks (LedgerDBEnv m l blk)
457
458
-instance NoThunks (LSM.Session m) where
459
- showTypeOf _ = "Session"
460
- wNoThunks _ _ = pure Nothing
461
-
462
{-------------------------------------------------------------------------------
463
The LedgerDBHandle
464
-------------------------------------------------------------------------------}
0 commit comments