name: erbu version: 0.0.7 cabal-version: >= 1.2 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2009 Dino Morelli author: Dino Morelli maintainer: Dino Morelli stability: experimental --homepage: http://foo/bar/baz.html --synopsis: Foo --description: Bar Baz category: Backup tested-with: GHC>=6.10.1 data-files: conf/sample.conf executable erbu main-is: erbu.hs hs-source-dirs: src build-depends: base, containers, directory, filepath, mtl, old-locale, old-time, parsec, process ghc-options: -Wall executable ermnt main-is: ermnt.hs hs-source-dirs: src build-depends: base, containers, directory, filepath, mtl, old-locale, old-time, parsec, process ghc-options: -Wall