packages feed

cabal2arch-0.7.7: cabal2arch.cabal

name:               cabal2arch
version:            0.7.7
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 <dons@galois.com>
maintainer:         ArchHaskell Team <arch-haskell@haskell.org>
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 >= 0.3.6,
        cmdargs

    other-modules:
        Cabal2Arch.Util