cabal-debian-5.2.3: Create a Debianization for a Cabal package
Safe HaskellSafe-Inferred
LanguageHaskell2010

Debian.Debianize.InputCabal

Description

Input the Cabal package description.

Synopsis

Documentation

inputCabalization :: forall m. MonadIO m => Flags -> m (Either String 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.