mirror of
https://github.com/tweag/distributed-closure.git
synced 2024-11-25 08:19:05 +03:00
Fix build error in ghc-8.9.
This commit is contained in:
parent
1819fe3cf5
commit
a1c6780d87
@ -75,7 +75,7 @@ mangleName name@(TH.Name occ fl) = case fl of
|
||||
TH.NameU u -> TH.Name (mangle_occ u) fl
|
||||
_ -> name
|
||||
where
|
||||
mangle_occ :: Int -> TH.OccName
|
||||
mangle_occ :: TH.Uniq -> TH.OccName
|
||||
mangle_occ uniq = TH.mkOccName (TH.occString occ ++ "_" ++ show uniq)
|
||||
|
||||
-- | Auto-generates the 'Static' instances corresponding to the given class
|
||||
|
Loading…
Reference in New Issue
Block a user