name: archlinux version: 1.0 license: BSD3 license-file: LICENSE author: Don Stewart , Rémy Oudompheng , Peter Simons , Magnus Therning , Linus Arver maintainer: ArchHaskell Team homepage: http://github.com/archhaskell/ category: Distribution synopsis: Support for working with Arch Linux packages. description: Support for working with Arch Linux packages. See also the cabal2arch tool for conversion between Hackage and AUR. build-type: Simple stability: stable cabal-version: >= 1.8 source-repository head type: git location: git://github.com/archhaskell/archlinux.git library ghc-Options: -Wall build-depends: base >= 4 && < 6, Cabal >= 1.6, pretty, containers, directory, filepath exposed-modules: Distribution.ArchLinux.PkgBuild Distribution.ArchLinux.SrcRepo Distribution.ArchLinux.CabalTranslation Distribution.ArchLinux.SystemProvides Distribution.ArchLinux.HackageTranslation