packages feed

Tic-Tac-Toe-0.1.0.0: Tic-Tac-Toe.cabal

-- Initial TicTacToe.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                Tic-Tac-Toe
version:             0.1.0.0
synopsis:            Tic Tac Toe in your command line!
description:         Bored, tired, or just need a break? Play a quick game of tic tac toe against your computer in the command line!
homepage:            https://github.com/2016rshah/Tic-Tac-Toe
license:             Apache-2.0
license-file:        LICENSE
author:              Rushi Shah

maintainer:          2016rshah@gmail.com

-- copyright:           
category:            Game
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable Tic-Tac-Toe
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >= 2 && < 5
                     , safe -any
                     , split -any
  hs-source-dirs:      src
  default-language:    Haskell2010

source-repository head
  type: git
  location: https://github.com/2016rshah/Tic-Tac-Toe.git