Skip to content

Commit

Permalink
Merge pull request #4 from hasktorch/feat/ghc-963
Browse files Browse the repository at this point in the history
Fix codes for ghc-9.6
  • Loading branch information
junjihashimoto authored Apr 21, 2024
2 parents 9427ec8 + b1772f6 commit 1f181c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypeLevel/Rewrite/Internal/TypeEq.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Data.Function
#if MIN_VERSION_ghc(9,6,0)
import GHC.Plugins (Type)
import GHC.Tc.Utils.TcType (eqType)
#if MIN_VERSION_ghc(9,0,0)
#elif MIN_VERSION_ghc(9,0,0)
import GHC.Plugins (Type, eqType)
#else
import GhcPlugins (Type, eqType)
Expand Down

0 comments on commit 1f181c3

Please sign in to comment.