lens-regex-pcre-1.1.0.0: test/Spec.hs
import Test.Hspec
import Text
import ByteString
main :: IO ()
main = hspec $ do
describe "text" Text.spec
describe "bytestring" ByteString.spec
import Test.Hspec
import Text
import ByteString
main :: IO ()
main = hspec $ do
describe "text" Text.spec
describe "bytestring" ByteString.spec