File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
cardano-db/src/Cardano/Db Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import Cardano.Db.Run
35
35
import Cardano.Db.Schema.BaseSchema
36
36
import Cardano.Db.Schema.Core.TxOut (migrateCoreTxOutCardanoDb )
37
37
import Cardano.Db.Schema.Variant.TxOut (migrateVariantAddressCardanoDb )
38
- import Cardano.Prelude (Typeable , textShow )
38
+ import Cardano.Prelude (textShow )
39
39
import Control.Exception (Exception , SomeException , handle )
40
40
import Control.Monad.Extra
41
41
import Control.Monad.IO.Class (MonadIO , liftIO )
@@ -97,7 +97,7 @@ data MigrationValidateError = UnknownMigrationsFound
97
97
{ missingMigrations :: [MigrationValidate ]
98
98
, extraMigrations :: [MigrationValidate ]
99
99
}
100
- deriving (Eq , Show , Typeable )
100
+ deriving (Eq , Show )
101
101
102
102
instance Exception MigrationValidateError
103
103
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE ConstraintKinds #-}
2
2
{-# LANGUAGE DataKinds #-}
3
- {-# LANGUAGE DeriveDataTypeable #-}
4
3
{-# LANGUAGE DeriveGeneric #-}
5
4
{-# LANGUAGE DerivingStrategies #-}
6
5
{-# LANGUAGE FlexibleContexts #-}
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE ConstraintKinds #-}
2
2
{-# LANGUAGE DataKinds #-}
3
- {-# LANGUAGE DeriveDataTypeable #-}
4
3
{-# LANGUAGE DeriveGeneric #-}
5
4
{-# LANGUAGE DerivingStrategies #-}
6
5
{-# LANGUAGE FlexibleContexts #-}
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE ConstraintKinds #-}
2
2
{-# LANGUAGE DataKinds #-}
3
- {-# LANGUAGE DeriveDataTypeable #-}
4
3
{-# LANGUAGE DeriveGeneric #-}
5
4
{-# LANGUAGE DerivingStrategies #-}
6
5
{-# LANGUAGE FlexibleContexts #-}
You can’t perform that action at this time.
0 commit comments