cabal-debian-4.17.4: Create a debianization for a cabal package

Safe HaskellNone

Debian.GHC

Synopsis

Documentation

withCompilerVersion :: FilePath -> CompilerFlavor -> (DebianVersion -> a) -> aSource

newestAvailable :: FilePath -> BinPkgName -> Maybe DebianVersionSource

Memoized version of newestAvailable'

compilerIdFromDebianVersion :: CompilerFlavor -> DebianVersion -> CompilerIdSource

compilerFlavorOption :: forall a. (CompilerFlavor -> a -> a) -> OptDescr (a -> a)Source

General function to build a command line option that reads most of the possible values for CompilerFlavor.

newestAvailableCompilerId :: FilePath -> CompilerFlavor -> CompilerIdSource