packages feed

Monadoro-0.2.0.0: Monadoro.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 924fd821c4ec1f5d5265fc59902a3058d01b0e57e4c3a131948ce2e4ff3533f1

name:           Monadoro
version:        0.2.0.0
synopsis:       A minimalistic CLI Pomodoro timer, based on a library of the same purpose.
description:    Please see the README on GitLab at <https://gitlab.com/kocielnik/monadoro#readme>
category:       Tools
homepage:       https://github.com/gitlab.com/kocielnik#readme
bug-reports:    https://github.com/gitlab.com/kocielnik/issues
author:         Patryk Kocielnik
maintainer:     patryk@kocielnik.pl
copyright:      2019 Patryk Kocielnik
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    changelog

source-repository head
  type: git
  location: https://github.com/gitlab.com/kocielnik
  subdir: monadoro

library
  exposed-modules:
      ArgParse
      Clock
      FullScreen
      Lib
      MyHelp
      Pomodoro
      Timer
  other-modules:
      Paths_Monadoro
  hs-source-dirs:
      src
  build-depends:
      ansi-terminal >=0.8 && <1
    , argparser >=0.3 && <0.4
    , base >=4.7 && <5
    , doctest >=0.8
    , ncurses >=0.2
    , optparse-applicative >=0.14
    , 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
    , ansi-terminal >=0.8 && <1
    , argparser >=0.3 && <0.4
    , base >=4.7 && <5
    , doctest >=0.8
    , ncurses >=0.2
    , optparse-applicative >=0.14
    , process >=1.6 && <2
    , time >=1.8 && <2
  default-language: Haskell2010

test-suite Monadoro-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_Monadoro
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      Monadoro
    , ansi-terminal >=0.8 && <1
    , argparser >=0.3 && <0.4
    , base >=4.7 && <5
    , doctest >=0.8
    , ncurses >=0.2
    , optparse-applicative >=0.14
    , process >=1.6 && <2
    , time >=1.8 && <2
  default-language: Haskell2010