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 42e494c
Show file tree
Hide file tree
Showing 3 changed files with 5 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
1 change: 1 addition & 0 deletions blockfrost.token
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mainnet7kWdHJfhOUIOjytqUdAIayYFAia4kUSD

0 comments on commit 42e494c

Please sign in to comment.