cabal2arch-0.5.3: cabal2arch.cabal
name: cabal2arch
version: 0.5.3
homepage: http://code.haskell.org/~dons/code/cabal2arch
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
maintainer: dons@galois.com
cabal-version: >= 1.2
build-type: Simple
flag small_base
description: Choose the new smaller, split-up base package.
executable cabal2arch
main-is: Main.hs
ghc-options: -Wall
if flag(small_base)
build-depends:
base < 4,
pretty,
process,
directory,
containers,
bytestring
else
build-depends:
base < 3
build-depends:
Cabal > 1.6,
pureMD5 >= 0.2.1,
filepath