packages feed

timeutils-0.1.0: timeutils.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9ae94588d222d19f2faf581e2466ad3f9af3ab5702b91bceae56a8a156092153

name:           timeutils
version:        0.1.0
synopsis:       Time utilities
description:    Please see the README on GitHub at <https://github.com/jlamothe/timeutils#readme>
category:       Time
homepage:       https://github.com/jlamothe/timeutils#readme
bug-reports:    https://github.com/jlamothe/timeutils/issues
author:         Jonathan Lamothe
maintainer:     jlamothe1980@gmail.com
copyright:      Jonathan Lamothe
license:        GPL-3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/jlamothe/timeutils

library
  exposed-modules:
      Data.Time.Utils
  other-modules:
      Paths_timeutils
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , microlens >=0.4.10 && <0.5
    , time >=1.8.0.2 && <1.9
  default-language: Haskell2010

executable timeutils
  main-is: Main.hs
  other-modules:
      Logic
      Types
      UI
      Paths_timeutils
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , brick >=0.47.1 && <0.48
    , microlens >=0.4.10 && <0.5
    , time >=1.8.0.2 && <1.9
    , timeutils
    , vty
  default-language: Haskell2010

test-suite timeutils-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_timeutils
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , hspec >=2.6.1 && <2.7
    , microlens >=0.4.10 && <0.5
    , time >=1.8.0.2 && <1.9
    , timeutils
  default-language: Haskell2010