Skip to content
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

Bump base to allow build 4.15.0.0 #6

Closed
wants to merge 1 commit into from

Conversation

swamp-agr
Copy link

Dear @hvr,

  • This PR is intended to allow build cryptohash-md5 with GHC 9.0 (cabal-install-3.4.0.0, base-4.15.0.0).
  • As in cryptohash-sha1 there is only one call withForeignPtr and I see nothing wrong with it.
  • Locally tests were passed:
    cabal v2-test
    Build profile: -w ghc-9.0.1 -O1
    In order, the following will be built (use -v for more details):
     - cryptohash-md5-0.11.101.0 (test:test-md5) (ephemeral targets)
    Preprocessing test suite 'test-md5' for cryptohash-md5-0.11.101.0..
    Building test suite 'test-md5' for cryptohash-md5-0.11.101.0..
    Running 1 test suites...
    Test suite test-md5: RUNNING...
    Test suite test-md5: PASS
    Test suite logged to:
    $HOME/cryptohash-md5/dist-newstyle/build/x86_64-osx/ghc-9.0.1/cryptohash-md5-0.11.101.0/t/test-md5/test/cryptohash-md5-0.11.101.0-test-md5.log
    1 of 1 test suites (1 of 1 test cases) passed.
    

Closes #5.

Kind regards,
@swamp-agr

@phadej
Copy link
Collaborator

phadej commented Oct 20, 2021

Done as a part of #8

@phadej phadej closed this Oct 20, 2021
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.

Support for GHC 9.0.1
2 participants