packages feed

tateti-tateti-0.1.0.1: tateti-tateti.cabal

name:                tateti-tateti
version:             0.1.0.1
synopsis:            Meta tic-tac-toe ncurses game.
description:         Please see README.md
homepage:            http://github.com/alvare/tateti-tateti#readme
license:             BSD3
license-file:        LICENSE
author:              Ezequiel A. Alvarez
maintainer:          welcometothechango@gmail.com
copyright:           2015 Ezequiel A. Alvarez
category:            Game
build-type:          Simple
cabal-version:       >=1.10

executable tateti-tateti
  hs-source-dirs:      src
  other-modules:       Draw
                     , OtherScreens
                     , Types
                     , Util
  ghc-options:         -Wall -O2
  main-is:             Main.hs
  default-language:    Haskell2010
  build-depends:       base >= 4.7 && < 5
                     , ncurses
                     , mtl
                     , lens-simple
                     , array
                     , random