packages feed

gdo-0.1.2: gdo.cabal

-- Initial gdo.cabal generated by cabal init.  For further documentation,
-- see http://haskell.org/cabal/users-guide/

name:                gdo
version:             0.1.2
synopsis:            recursive atomic build system
description:
  *gdo* is a build system similar to **GNU Make**. It builds files from
  sources and recipes.
license:             GPL-3
license-file:        LICENSE
author:              Sebastian Jordan
maintainer:          sebastian.jordan.mail@googlemail.com
copyright:           2016 (C) Sebastian Jordan
category:            Distribution
build-type:          Simple
extra-source-files:  LICENSE
                   , Main.hs
                   , README.do
                   , README.org
                   , Setup.hs
                   , all.do
                   , clean.do
                   , default.nix.do
                   , shell.nix.do
                   , gdo.cabal
                   , gdo.do
                   , man/gdo.1.do
                   , examples/test.c
                   , examples/test.do
                   , examples/defaults/default.o.do

cabal-version:       >=1.10

source-repository head
  location:            http://hub.darcs.net/seppeljordan/gdo
  type:                darcs

executable gdo
  main-is:             Main.hs
  other-modules:       Lib
                     , DepInfo
  build-depends:       base >=4.8 && <4.10,
                       process >= 1.1,
                       filepath >= 1.0,
                       directory >= 1.2,
                       containers >= 0.1,
                       cryptohash >= 0.8,
                       transformers >= 0.4,
                       bytestring >= 0.9
  default-language:    Haskell2010