#!/usr/bin/env runhaskell -- I usually compile this with "ghc --make -o setup Setup.hs" import Distribution.Simple(defaultMain) warning = "\nThis is a message from the regex-pcre author.\n\ \You may need to edit regex-pcre.cabal to have\n\ \Include-Dirs: and Extra-Lib-Dirs point to where\n\ \the regex.h and libpcre can be found.\n\n" main = do putStr warning defaultMain