-- Initial gdo.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: gdo version: 0.1.5 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 , build_util.sh , clean.do , default.nix.do , default.o.do , examples/defaults/default.o.do , examples/test.c , examples/test.do , gdo.cabal , gdo.do , man/gdo.1.do , shell.nix.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 && < 5, process >= 1.1, filepath >= 1.0, directory >= 1.2, containers >= 0.1, cryptohash >= 0.8, transformers >= 0.4, bytestring >= 0.9 default-language: Haskell2010