hpack-dhall-0.5.7: hpack's dhalling
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hpack.Fields

Synopsis

Documentation

cmp :: (Ord a, IsString a) => a -> a -> Ordering Source #

A default field ordering comparison.

topLevelFields :: IsString a => [a] Source #

All top-level fields combined.

headerFields :: IsString a => [a] Source #

The header subset of top-level fields.

packageFields :: IsString a => [a] Source #

The package subset of top-level fields.

repoFields :: IsString a => [a] Source #

The source repository subset of top-level fields.

stanzasFields :: IsString a => [a] Source #

The stanzas subset of top-level fields.

commonFields :: IsString a => [a] Source #

The common fields.

libraryFields :: IsString a => [a] Source #

The library fields.

runnableFields :: IsString a => [a] Source #

The executable, test and benchmark fields are all the same.

flagFields :: IsString a => [a] Source #

The flag fields.

defaultsFields :: IsString a => [a] Source #

The defaults fields.