t3-game 0.1.0.0 → 1.1.0
raw patch · 2 files changed
+5/−4 lines, 2 files
Files
- src/T3/Game/Core.hs +1/−0
- t3-game.cabal +4/−4
src/T3/Game/Core.hs view
@@ -4,6 +4,7 @@ {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE ScopedTypeVariables #-}+{-# LANGUAGE OverlappingInstances #-} module T3.Game.Core ( XO(..)
t3-game.cabal view
@@ -1,13 +1,13 @@ name: t3-game-version: 0.1.0.0+version: 1.1.0 synopsis: tic-tac-toe core description: Please see README.md homepage: http://github.com/jxv/t3#readme license: BSD3 license-file: LICENSE-author: Author name here-maintainer: example@example.com-copyright: 2016 Author Here+author: Joe Vargas+maintainer: http://github.com/jxv+copyright: 2016 Joe Vargas category: Game build-type: Simple -- extra-source-files: