-- Initial tictactoe3d.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: tictactoe3d version: 0.1.0.0 synopsis: 3D Tic-Tac-Toe logic 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 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, hArduino ==0.9, tuples-homogenous-h98 ==0.1.1.0 hs-source-dirs: src default-language: Haskell2010