The ebuild in portage results in a complaint about a missing include dir. This ebuild fixes that problem so that 0.93-1 completes its install. Reproducible: Always Steps to Reproduce:
Created attachment 217865 [details] regex-posix-0.93.1.ebuild
Maybe we should just bump it to 0.94.1 which we already have in the overlay? Also, I'm not entirely sure why any of the 0.9x dev-haskell/regex-* libraries are in the tree; they're not fully compatible with the stable 0.7x branch and nothing in the tree seems to actually need them...
(In reply to comment #1) Using this ebuild I can install regex-posix-0.93.1 however regex-compat fails: Linking setup ... Configuring regex-compat-0.91... setup: At least the following dependencies are missing: regex-posix >=0.93
0.93.1 still fails to build. Can this please be fixed? Building regex-posix-0.93.1... [1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o ) [2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o ) [3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o ) [4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o ) [5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o ) [6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o ) Registering regex-posix-0.93.1... setup: regex-posix-0.93.1: include-dirs: /var/tmp/portage/dev-haskell/regex-posix-0.93.1/work/regex-posix-0.93.1/include doesn't exist or isn't a directory (use --force to override) * ERROR: dev-haskell/regex-posix-0.93.1 failed: * setup build failed
0.94 is in and builds.
Pushed to portage, closing.