Closed
Description
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")
...
]