tictactoe3d-0.1.0.2: tictactoe3d.cabal
-- Initial tictactoe3d.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: tictactoe3d
version: 0.1.0.2
synopsis: 3D Tic-Tac-Toe game
description: Defines 3D Tic-Tac-Toe game logic and state machines.
homepage: https://github.com/ryo0ka/tictactoe3d
license: GPL-3
license-file: LICENSE
author: ryo0ka
maintainer: ryoka0418@gmail.com
-- copyright:
category: Game
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/ryo0ka/tictactoe3d.git
library
exposed-modules: Game.TicTacToe3D.Vector3, Game.TicTacToe3D.TicTacToe3D
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8, vector >=0.10 && <0.11, tuples-homogenous-h98 ==0.1.1.0
hs-source-dirs: src
default-language: Haskell2010