hpack-0.34.5: A modern format for Haskell packages
Safe HaskellNone
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
Eq Alignment Source # 
Instance details

Defined in Hpack.Render.Dsl

Num Alignment Source # 
Instance details

Defined in Hpack.Render.Dsl

Show Alignment Source # 
Instance details

Defined in Hpack.Render.Dsl

data CommaStyle Source #

Instances

Instances details
Eq CommaStyle Source # 
Instance details

Defined in Hpack.Render.Dsl

Show CommaStyle Source # 
Instance details

Defined in Hpack.Render.Dsl