hpack-0.35.2: A modern format for Haskell packages
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hpack.Render

Synopsis

Documentation

NOTE: This module is exposed to allow integration of Hpack into other tools. It is not meant for general use by end users. The following caveats apply:

  • The API is undocumented, consult the source instead.
  • The exposed types and functions primarily serve Hpack's own needs, not that of a public API. Breaking changes can happen as Hpack evolves.

As an Hpack user you either want to use the hpack executable or a build tool that supports Hpack (e.g. stack or cabal2nix).

newtype Alignment Source #

Constructors

Alignment Int 

Instances

Instances details
Num Alignment Source # 
Instance details

Defined in Hpack.Render.Dsl

Show Alignment Source # 
Instance details

Defined in Hpack.Render.Dsl

Eq Alignment Source # 
Instance details

Defined in Hpack.Render.Dsl

data CommaStyle Source #

Instances

Instances details
Show CommaStyle Source # 
Instance details

Defined in Hpack.Render.Dsl

Eq CommaStyle Source # 
Instance details

Defined in Hpack.Render.Dsl