name: sodaily version: 0.1.0.0 synopsis: Logins into the Stackoverflow website daily. description: Opens a browser and logins into the stackoverflow website every X minutes. license: MIT license-file: LICENSE author: Afonso Matos maintainer: contact@afonsomatos.com category: Web build-type: Simple cabal-version: >=1.10 executable sodaily main-is: Main.lhs build-depends: base >=4.6 && <4.7, text >= 0.11, webdriver >= 0.6, optparse-applicative, HTTP hs-source-dirs: src default-language: Haskell2010