Name: quarantimer Version: 1.20200422 Cabal-Version: >= 1.8 Maintainer: Joey Hess 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 stack.yaml 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.*) , servant-multipart (== 0.11.*) , lucid (== 2.9.12) , aeson (>= 1.4.2 && < 1.5) , wai (== 3.2.*) , wai-extra , warp , warp-tls , uuid (== 1.3.*) , bytestring , text , filepath , time , async , directory , process , stm , sandi Other-Modules: Config Image source-repository head type: git location: git://git.joeyh.name/quarantimer.git