setgame-1.1: setgame.cabal
name: setgame
version: 1.1
category: Game
license: BSD3
license-file: LICENSE
maintainer: emertens@gmail.com
synopsis: A console interface to the game of Set
description: A console interface to the game of Set
build-type: Simple
cabal-version: >=1.8
tested-with: GHC == 7.10.2, GHC == 7.8.4
source-repository head
type: git
location: https://github.com/glguy/set-game
library
build-depends: base >=4.7 && <4.9,
random >=1.1 && <1.2,
vty >=5.4 && <5.5
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: SetGame,
Set.Ascii,
Set.Card,
Set.Game,
Set.Utils
executable set-game
main-is: Main.hs
build-depends: setgame, base
ghc-options: -Wall -threaded