Remove prefixMatch and suffixMatch from Util
authorIan Lynagh <igloo@earth.li>
Mon, 2 Jul 2007 11:42:08 +0000 (11:42 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 2 Jul 2007 11:42:08 +0000 (11:42 +0000)
commit7fb6cab70c0ebf64f15f3cc140625a235000fda4
tree16c1723c0c73a9e741fb133478654a7b65657794
parentce5c7f0db0d0b2bf0be171eb8d5fbebe7df97fcb
Remove prefixMatch and suffixMatch from Util
Use standard isPrefixOf/isSuffixOf instead.
compiler/ghci/InteractiveUI.hs
compiler/main/DynFlags.hs
compiler/main/Main.hs
compiler/main/StaticFlags.hs
compiler/utils/Util.lhs