HaPy
HaPy copied to clipboard
Update to GHC 8.4, and LTS 11.2
Unfortunately it is not backwards compatible due to change in TemplateHaskell. I also added one more change down the line to make sure it correctly executes example code on Mac OS X.
On Mon, Jul 30, 2018 at 11:52 PM David Fisher [email protected] wrote:
@ddfisher commented on this pull request.
Thanks for the PR! Looks great.
In HaPy-haskell/Foreign/HaPy.hs https://github.com/ddfisher/HaPy/pull/8#discussion_r206333903:
@@ -90,7 +90,7 @@ toForeignExp _ exp = fail "conversion failed: unknown type!"
makeFunction :: (String -> String) -> (Name -> [FType] -> ClauseQ) -> ([FType] -> TypeQ) -> Name -> DecsQ makeFunction changeName makeClause makeType origName = do
- VarI _ t _ _ <- reify origName
- VarI _ t _ <- reify origName
Is this change backwards-compatible? If not, we should bump the major version number.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ddfisher/HaPy/pull/8#pullrequestreview-141730890, or mute the thread https://github.com/notifications/unsubscribe-auth/AAp12bhq1JzK_D0I7vPwu1HrIsRD-b_pks5uL4AcgaJpZM4VmqO0 .
Sorry for not having gotten to this so far! I should have time to to finish the review and release the new version in the next couple days.
Wow! Great to see that you are still interested in this. It seems quite tempting as an approach that can last over several compiler versions and allow multitudes of HaskelloPythonists to use common API.
Cheers Michał
On Tue, Oct 2, 2018 at 12:24 AM David Fisher [email protected] wrote:
Sorry for not having gotten to this so far! I should have time to to finish the review and release the new version in the next couple days.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ddfisher/HaPy/pull/8#issuecomment-426084387, or mute the thread https://github.com/notifications/unsubscribe-auth/AAp12a-BTfJWalIa__Ms-7ybmdXZ__qPks5ugpYMgaJpZM4VmqO0 .
so close!
Could use this update!
@ddfisher Can you please add me as maintainer? This is extremely useful package, so I may keep maintaining it for new versions.