Monadoro-0.3.2.0: Monadoro.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: Monadoro
version: 0.3.2.0
synopsis: A minimalistic CLI Pomodoro timer.
description: A Pomodoro timer with two modes: single-pomodoro (default), and four-pomodoro (`--session`).
category: Tools
author: Patryk Kocielnik
maintainer: patryk@kocielnik.pl
copyright: 2018-2022 Patryk Kocielnik
license: MIT
license-file: LICENSE
build-type: Simple
data-files:
README.md
changelog
man/monadoro.1
source-repository head
type: git
location: https://gitlab.com/kocielnik/monadoro
library
exposed-modules:
CLI
ConsoleDisplay
CountdownLoop
ParseTime
Pomodoro
other-modules:
Paths_Monadoro
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, process >=1.6 && <2
, time >=1.8 && <2
default-language: Haskell2010
executable monadoro
main-is: Main.hs
other-modules:
Paths_Monadoro
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
Monadoro
, base >=4.7 && <5
, process >=1.6 && <2
, time >=1.8 && <2
default-language: Haskell2010
test-suite Monadoro-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
DocTests
Paths_Monadoro
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
Monadoro
, base >=4.7 && <5
, doctest >=0.8
, hspec
, process >=1.6 && <2
, time >=1.8 && <2
default-language: Haskell2010