Skip to content

Commit

Permalink
chore: add ghc options that prevents ci crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
euonymos committed Dec 5, 2024
1 parent b9f25e3 commit 4576977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cardano/CEM/Examples/Voting.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- {-# OPTIONS_GHC -Wno-unrecognised-pragmas -ddump-splices #-}
{-# OPTIONS_GHC -Wno-unrecognised-pragmas -ddump-splices #-}

{-# HLINT ignore "Use when" #-}

Expand Down
2 changes: 1 addition & 1 deletion src/Cardano/CEM/Monads/L1.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
{-# OPTIONS_GHC -Wno-unrecognised-pragmas -Wno-missing-methods #-}

module Cardano.CEM.Monads.L1 where

Expand Down

0 comments on commit 4576977

Please sign in to comment.