cabal-debian-4.27: Create a Debianization for a Cabal package

Safe HaskellNone
LanguageHaskell98

Debian.Debianize.InputCabal

Description

Input the Cabal package description.

Synopsis

Documentation

inputCabalization :: MonadIO m => Flags -> WithProcAndSys m PackageDescription Source

Load a PackageDescription using the information in the Flags record - in particular, using the dependency environment in the EnvSet, find the newest available compiler of the requested compiler flavor and use that information load the configured PackageDescription.