name: client version: 0.0.1 license: GPL-3 license-file: LICENSE author: Joris Guyonvarch maintainer: joris@guyonvarch.me category: Web build-type: Simple cabal-version: >=1.10 executable client main-is: Main.hs ghc-options: -Wall -Werror build-depends: aeson , base >=4.9 && <4.11 , bytestring , common , containers , ghcjs-dom-jsffi , reflex-dom , text , time hs-source-dirs: src default-language: Haskell2010