cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.0.
--
-- see: https://github.com/sol/hpack
name: pokesz-test
version: 0.0.0
build-type: Simple
executable pokesz-test
main-is: Main.hs
other-modules:
Paths_pokesz_test
hs-source-dirs:
./
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat
build-depends:
aeson
, base
, bytestring
, text
, websockets
default-language: Haskell2010