Skip to content

Require regex-posix-clib on windows directly (fixes #4, #7) #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 19, 2021

Conversation

andreasabel
Copy link
Member

@andreasabel andreasabel commented Jul 16, 2021

Require regex-posix-clib on windows directly (fix #4, fix #7).

Also:

  • switch package to stable
  • haddock cosmetics
  • source code cosmetics
  • remove -O2 in cabal file
  • add -Wcompat in cabal file

Release candidate at: https://hackage.haskell.org/package/regex-posix-0.96.0.1/candidate/

TODO:

  • wait for regex-posix-clib on stackage
  • add release date to CHANGELOG
  • release to hackage
  • tag 0.96.0.1
  • wait for stackage nightly to pick it up
  • test stack-build from nightly

At least at the moment, this is a maintenance-only package with no new
features planned.  Backwards-compatibility is top priority.
Some trailing whitespace or tabs removed.
@andreasabel
Copy link
Member Author

Testing stack-building this PR under Windows was positive.

With regex-posix-clib on stackage (commercialhaskell/stackage#6118) this should stack-build out-of-the-box.

@andreasabel andreasabel added this to the 0.96.0.1 milestone Jul 16, 2021
@andreasabel andreasabel self-assigned this Jul 19, 2021
@andreasabel andreasabel merged commit 376c22e into master Jul 19, 2021
@andreasabel andreasabel deleted the stack-windows branch July 19, 2021 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.96 broke builds on windows? Missing of regex.h on Windows
1 participant