Skip to content

Commit

Permalink
DuplicateRecordFields and hiding types in modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Sep 14, 2024
1 parent c3f5f1c commit f2b310b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions blockfrost-api/blockfrost-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ common libstuff
DeriveAnyClass
DeriveGeneric
DerivingVia
DuplicateRecordFields
GADTs
GeneralizedNewtypeDeriving
FlexibleContexts
Expand Down
6 changes: 3 additions & 3 deletions blockfrost-client/src/Blockfrost/Client/NutLink.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ module Blockfrost.Client.NutLink
, nutlinkTickers'
) where

import Blockfrost.API
import Blockfrost.Client.Types
import Blockfrost.Types
import Blockfrost.API
import Blockfrost.Client.Types
import Blockfrost.Types hiding (MempoolUTxOInput(..))
import Data.Text (Text)

nutlinkListAddress_ :: MonadBlockfrost m => Project -> Address-> m NutlinkAddress
Expand Down

0 comments on commit f2b310b

Please sign in to comment.