Skip to content

Commit bf177c2

Browse files
committed
fix: Compiler warnings
1 parent 185afce commit bf177c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cardano-db-sync/cardano-db-sync.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ test-suite test
373373
, cardano-ledger-allegra:{cardano-ledger-allegra,testlib}
374374
, cardano-ledger-alonzo:{testlib}
375375
, cardano-ledger-byron
376-
, cardano-ledger-mary:{cardano-ledger-mary,testlib}
376+
, cardano-ledger-mary:{testlib}
377377
, cardano-ledger-shelley:{cardano-ledger-shelley,testlib} >= 1.12.3.0
378378
, cardano-db
379379
, cardano-db-sync

cardano-db-sync/test/Cardano/DbSync/Era/Shelley/Generic/Tx/TypesTest.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import qualified Cardano.DbSync.Gen as Gen
77
import Cardano.Prelude
88
import qualified Data.Aeson as Aeson
99
import Hedgehog
10-
import qualified Hedgehog.Gen as Gen
1110

1211
tests :: IO Bool
1312
tests =

0 commit comments

Comments
 (0)