No, it's my own code. But in ghci even the simplest =~ fails on my machine.
Here's a complete transcript: >ghci GHCi, version 6.12.3: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package ffi-1.0 ... linking ... done. Prelude> :mod Text.Regex.Posix Prelude Text.Regex.Posix> "hi" =~ "hi" :: Bool Loading package array-0.3.0.1 ... linking ... done. Loading package bytestring-0.9.1.7 ... linking ... done. Loading package containers-0.3.0.0 ... linking ... done. Loading package syb-0.1.0.2 ... linking ... done. Loading package base-3.0.3.2 ... linking ... done. Loading package mtl-1.1.0.2 ... linking ... done. Loading package regex-base-0.93.2 ... linking ... done. Loading package regex-posix-0.94.2 ... linking ... <interactive>: D: \PROGRA~1\HA SKEL~1\201020~1.0\lib\extralibs\regex-posix-0.94.2\ghc-6.12.3\HSregex- posix-0.94 .2.o: unknown symbol `_regerror' : unable to load package `regex-posix-0.94.2' Prelude Text.Regex.Posix> On Aug 17, 2:05 pm, Stephen Tetley <stephen.tet...@gmail.com> wrote: > Hi Kevin > > Is it a library on Hackage? I'll take a look if the dependencies > aren't too deep... > _______________________________________________ > Haskell-Cafe mailing list > haskell-c...@haskell.orghttp://www.haskell.org/mailman/listinfo/haskell-cafe _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe