ghc-compat: GHC compatibility for MicroHs

[ apache, library, system ] [ Propose Tags ] [ Report a vulnerability ]

This package contains a number of modules that are part of base in GHC. The modules do not really belong in the MicroHs base library, but are used by some packages, e.g., os-string. . Do not use with GHC.


[Skip to Readme]

Modules

  • GHC
    • GHC.Foreign
    • IO
      • GHC.IO.Buffer
      • GHC.IO.Encoding
        • GHC.IO.Encoding.Failure
        • GHC.IO.Encoding.Iconv
        • GHC.IO.Encoding.Latin1
        • GHC.IO.Encoding.Types
        • GHC.IO.Encoding.UTF16
        • GHC.IO.Encoding.UTF32
        • GHC.IO.Encoding.UTF8
      • GHC.IO.String

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4.4 && <4.8) [details]
License Apache-2.0
Copyright 2025 Lennart Augustsson, The University of Glasgow, 2008-2011
Author Lennart Augustsson
Maintainer lennart@augustsson.net
Category System
Source repo head: git clone https://github.com/augustss/ghc-compat
Uploaded by LennartAugustsson at 2025-10-04T12:33:25Z
Distributions
Downloads 0 total (0 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-10-04 [all 2 reports]

Readme for ghc-compat-0.1.0.1

[back to package description]

This package contains a number of modules that are part of base in GHC. The modules do not really belong in the MicroHs base library, but are used by some packages, e.g., os-string.

The code comes from the GHC base library, but has been modified to compile with MicroHs.

Do not use with GHC.