archlinux-1.2: Support for working with Arch Linux packages.

MaintainerArch Haskell Team <arch-haskell@haskell.org>

Distribution.ArchLinux.CabalTranslation

Description

 

Synopsis

Documentation

cabal2pkg :: PackageDescription -> SystemProvides -> (AnnotatedPkgBuild, Maybe String)Source

Translate a generic cabal file into a PKGBUILD (using default values for pkgname and pkgrel).

cabal2pkg' :: PackageDescription -> String -> Int -> SystemProvides -> (AnnotatedPkgBuild, Maybe String)Source

Translate a generic cabal file into a PKGBUILD, using the specified ArchLinux package name and package release.

oldCabal2Arch :: AnnotatedPkgBuild -> BoolSource

Look for problems in the PKGBUILD