diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-05-24 11:58:56 -0500 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-05-24 11:58:56 -0500 |
commit | a7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8 (patch) | |
tree | a819a538301e320a254c7debdbb4d68a739393c4 /hmj.cabal | |
parent | 27d29076135ab9bb8903c9d64b0988c3b366844d (diff) | |
download | hmj-a7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8.tar.gz hmj-a7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8.tar.bz2 hmj-a7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8.zip |
Diffstat (limited to 'hmj.cabal')
-rw-r--r-- | hmj.cabal | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |