Commit 9f7863e8 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fix compilation failure due to FlagSpec not being exported from DynFlags

parent cdd4eccf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment