Skip to content

Commit 0a41025

Browse files
committed
ghg98 no partials fix
1 parent 0816d46 commit 0a41025

File tree

1 file changed

+4
-0
lines changed
  • cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway

1 file changed

+4
-0
lines changed

cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway/Rollback.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
{-# LANGUAGE CPP #-}
12
{-# LANGUAGE NumericUnderscores #-}
3+
4+
#if __GLASGOW_HASKELL__ >= 908
25
{-# OPTIONS_GHC -Wno-x-partial #-}
6+
#endif
37

48
module Test.Cardano.Db.Mock.Unit.Conway.Rollback (
59
simpleRollback,

0 commit comments

Comments
 (0)