-- Initial retryer.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: retryer version: 0.1.0.1 synopsis: Retry failed commands description: Takes a command and keeps rerunning it until it returns successfully. Has flags to limit number of retries and sleep between retires. 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