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

Safe HaskellNone

Debian.GHC

Synopsis

Documentation

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

newestAvailable :: BinPkgName -> FilePath -> 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 :: CompilerFlavor -> FilePath -> CompilerIdSource