cabal-version: 2.4 name: tomato version: 0.1.2 synopsis: Yet another pomodoro tool homepage: https://git.usebox.net/tomato-hs/about/ license: MIT author: Juan J. Martinez maintainer: jjm@usebox.net copyright: (c) 2022 Juan J. Martinez extra-source-files: CHANGELOG.md , README.md , COPYING executable tomato main-is: Main.hs build-depends: base ^>=4.14.0.0 || ^>=4.16.0.0 , directory ^>=1.3.6.2 , time ^>=1.11.1.1 hs-source-dirs: app default-language: Haskell2010