cabal2arch-0.2.1: cabal2arch.cabal
name: cabal2arch
version: 0.2.1
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 >= 3,
pretty,
process,
directory,
bytestring
else
build-depends:
base < 3
build-depends:
Cabal >= 1.3.11 && < 1.5,
filepath,
pureMD5