module Data.ByteString.Search.BoyerMoore
{-# DEPRECATED "Use the new interface instead" #-} (
matchLL
, matchLS
, matchSL
, matchSS
) where
import Data.ByteString.Search.Internal.BoyerMoore
(matchLS, matchSS)
import Data.ByteString.Lazy.Search.Internal.BoyerMoore
(matchLL, matchSL)