Remove maybePrefixMatch, using stripPrefix instead
authorIan Lynagh <igloo@earth.li>
Thu, 9 Jul 2009 16:04:12 +0000 (16:04 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 9 Jul 2009 16:04:12 +0000 (16:04 +0000)
commit46bef1c09f499c5b34a00b650614bebfa1d6ba4b
tree30569c0080ae5fc4a695969ee3b780f5ea083ff5
parent3e39f8485ee4bd1ef6e3e7153ea88e45bfa9218e
Remove maybePrefixMatch, using stripPrefix instead
We already require GHC 6.8 to build, and that included stripPrefix
in Data.List.
compiler/main/CmdLineParser.hs
compiler/main/DynFlags.hs
compiler/main/Packages.lhs
compiler/main/StaticFlags.hs
compiler/parser/Lexer.x
compiler/utils/Util.lhs