Skip to content

Commit

Permalink
ppc-symbolic: Don't warn about an orphan instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 25, 2024
1 parent ec352de commit 4356078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macaw-ppc-symbolic/src/Data/Macaw/PPC/Symbolic/Regs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This module is meant to be imported qualified, as it exports many terse names.
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

module Data.Macaw.PPC.Symbolic.Regs
( RegContext
Expand Down

0 comments on commit 4356078

Please sign in to comment.