t3-client-0.1.0.2: t3-client.cabal
name:
t3-client
version:
0.1.0.2
synopsis:
tic-tac-toe Rexports for client
description:
Please see README.md
homepage:
http://github.com/jxv/t3#readme
license:
BSD3
license-file:
LICENSE
author:
Joe Vargas
maintainer:
http://github.com/jxv
copyright:
2016 Joe Vargas
category:
Game
build-type:
Simple
-- extra-source-files:
cabal-version:
>=1.10
library
hs-source-dirs:
src
exposed-modules:
T3.Client
build-depends:
base >= 4.7 && < 5
, t3-game
, t3-server
default-language:
Haskell2010
source-repository head
type:
git
location:
https://github.com/jxv/t3