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

Use GHC.Types.SPEC instead of GHC.Exts.SpecConstrAnnotation #83

Merged
merged 1 commit into from
Jun 29, 2015
Merged

Use GHC.Types.SPEC instead of GHC.Exts.SpecConstrAnnotation #83

merged 1 commit into from
Jun 29, 2015

Commits on Jun 17, 2015

  1. Use GHC.Types.SPEC instead of GHC.Exts.SpecConstrAnnotation

    This means GHCi isn't needed anymore to build vector. This has a couple
    of advantages:
      * `vector` can now be built with a stage1 compiler (e.g. iOS
        cross-compiler) [1]
      * `vector` and its dependencies can now be build on a noexec mounted
        disk, preventing bug reports such as [2]
    
    GHC.Types.SPEC was added to ghc-prim 0.3.1.0 / GHC 7.8.1 [3].
    
    [1] http://git.haskell.org/ghc.git/commitdiff/cee3adbcc180bdf1be8b24aeaafa2ca4a737cbbf
    [2] https://ghc.haskell.org/trac/ghc/ticket/10131
    [3] https://downloads.haskell.org/~ghc/7.8.1/docs/html/users_guide/release-7-8-1.html
    thomie committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    ae7e847 View commit details
    Browse the repository at this point in the history