Skip to content

Commit

Permalink
Fix GHC 9.2 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed May 25, 2023
1 parent 4c0dd64 commit 190fc0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/wallet/src/Cardano/Wallet/DB/Migration.hs
Expand Up @@ -40,12 +40,10 @@ import Control.Monad.Reader
( ReaderT (runReaderT) )
import Data.Proxy
( Proxy (..) )
import GHC.Base
( Nat )
import GHC.Natural
( Natural )
import GHC.TypeNats
( type (+), KnownNat, natVal )
( type (+), KnownNat, Nat, natVal )

--------------------------------------------------------------------------------
------- public ----------------------------------------------------------------
Expand Down

0 comments on commit 190fc0a

Please sign in to comment.