summaryrefslogtreecommitdiff
path: root/hmj.cabal
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-05-24 11:58:56 -0500
committerTuowen Zhao <ztuowen@gmail.com>2016-05-24 11:58:56 -0500
commita7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8 (patch)
treea819a538301e320a254c7debdbb4d68a739393c4 /hmj.cabal
parent27d29076135ab9bb8903c9d64b0988c3b366844d (diff)
downloadhmj-a7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8.tar.gz
hmj-a7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8.tar.bz2
hmj-a7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8.zip
chi peng kangHEADmaster
Diffstat (limited to 'hmj.cabal')
-rw-r--r--hmj.cabal14
1 files changed, 8 insertions, 6 deletions
diff --git a/hmj.cabal b/hmj.cabal
index b8524b0..a9e5e70 100644
--- a/hmj.cabal
+++ b/hmj.cabal
@@ -3,23 +3,25 @@
name: hmj
version: 0.1.0.0
--- synopsis:
--- description:
license: MIT
license-file: LICENSE
-author: Joe Zhao
+author: Tuowen Zhao
maintainer: ztuowen@gmail.com
--- copyright:
category: Game
build-type: Simple
--- extra-source-files:
cabal-version: >=1.10
synopsis: This is a mahjong lib/game written in haskell just for fun.
+description: hmj is a Mahjong minigame, currently only have a stub where you can draw and discard tiles with a
+ library that supports calculating 向听数,进张. Future version is to add score calculation and to
+ incorporate wx for graphical environment.
executable hmj
main-is: Main.hs
-- other-modules:
-- other-extensions:
- build-depends: base >=4.8 && <4.9
+ build-depends: base >=4.8 && <4.9,
+ random >= 1.1,
+ array,
+ monad-loops
hs-source-dirs: src
default-language: Haskell2010