Skip to content

GHC 8.4.1 from the Ubuntu PPA is at the wrong commit #146

Closed
@RyanGlScott

Description

@RyanGlScott

Currently, the official GHC 8.4.1 bindist from https://www.haskell.org/ghc/download_ghc_8_4_1.html is at commit ghc/ghc@f31c40e:

$ ~/Software/ghc-8.4.1/bin/ghc --info
 [
...
 ,("Project Git commit id","f31c40efdc918bc9da8a325327ba5a472bd6ea9e")
...
 ]

However, the GHC 8.4.1 from https://launchpad.net/~hvr/+archive/ubuntu/ghc is at a different commit, ghc/ghc@0a3e2f3:

$ /opt/ghc/8.4.1/bin/ghc --info      
 [
...
 ,("Project Git commit id","0a3e2f324dbd525d626ebd3d97e8ffa1cf2f0ffb")
...
 ]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions