-- Initial retryer.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: retryer version: 0.1.0.0 synopsis: Small haskell app that takes a command, and continually re-runs it until it exits successfully -- description: homepage: https://github.com/dgonyeo/retryer license: MPL-2.0 license-file: LICENSE author: Derek Gonyeo maintainer: dgonyeo@csh.rit.edu -- copyright: category: System build-type: Simple extra-source-files: README.md cabal-version: >=1.10 executable retryer main-is: retryer.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 , process >= 1.2.0.0 , optparse-applicative >= 0.11.0.1 -- hs-source-dirs: default-language: Haskell2010