mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
Fix compilation failure due to FlagSpec not being exported from DynFlags
This commit is contained in:
parent
cdd4eccfab
commit
9f7863e8ef
@ -78,10 +78,7 @@ extensionFlag ext =
|
||||
flagMatchesNo ext (name, _, _) = ext == "No" ++ name
|
||||
|
||||
#if !MIN_VERSION_ghc(7,10,0)
|
||||
flagSpecName :: FlagSpec a -> String
|
||||
flagSpecName (name,_,_) = name
|
||||
|
||||
flagSpecFlag :: FlagSpec a -> a
|
||||
flagSpecFlag (_,flag,_) = flag
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user