name: cabal2arch version: 1.1 homepage: http://github.com/archhaskell/ synopsis: Create Arch Linux packages from Cabal packages. description: Create Arch Linux packages from Cabal packages. category: Distribution license: BSD3 license-file: LICENSE author: Don Stewart , Matthew William Cox , Adam Vogt , Asgaroth , Rémy Oudompheng , Magnus Therning , Peter Simons maintainer: ArchHaskell Team cabal-version: >= 1.6 build-type: Simple data-files: data/*.txt source-repository head type: git location: git://github.com/archhaskell/cabal2arch.git executable cabal2arch main-is: Main.hs ghc-options: -Wall build-depends: base >= 4 && <= 6, pretty, process, directory, containers, bytestring, Cabal > 1.8, filepath, mtl, archlinux >= 1 && < 2, cmdargs other-modules: Cabal2Arch.Util