packages feed

quarantimer-1.20200323: quarantimer.cabal

Name: quarantimer
Version: 1.20200323
Cabal-Version: >= 1.8
Maintainer: Joey Hess <id@joeyh.name>
Author: Joey Hess
Stability: Experimental
Copyright: 2020 Joey Hess
License: BSD2
License-File: LICENSE
Homepage: https://quarantimer.app/
Category: Health
Build-Type: Simple
Synopsis: Coronavirus quarantine timer web app for your things
Description:
  Web app that tracks how long things potentially contaminated with
  Covid-19 have been in quarantine.
Extra-Source-Files:
  README
  TODO
  CHANGELOG
  static/js.js
  static/style.css

Executable quarantimer
  Main-Is: quarantimer.hs
  GHC-Options: -threaded -Wall -fno-warn-tabs -O2
  Build-Depends:
      base (>= 4.11 && < 5.0)
    , servant (>= 0.15 && < 0.18)
    , servant-server (>= 0.15 && < 0.18)
    , servant-client (>= 0.15 && < 0.18)
    , servant-lucid (== 0.9.0.1)
    , servant-multipart (== 0.11.*)
    , lucid (== 2.9.12)
    , aeson (>= 1.4.2 && < 1.5)
    , wai (== 3.2.*)
    , warp (== 3.2.*)
    , warp-tls (== 3.2.*)
    , uuid (== 1.3.*)
    , bytestring
    , text
    , filepath
    , time
    , async
    , directory
    , process
    , stm
  Other-Modules:
    Config
    Image

source-repository head
  type: git
  location: git://git.joeyh.name/quarantimer.git