From a7ba9e2c6706ca93cbdb8f8986fb90e814ad6fb8 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Tue, 24 May 2016 11:58:56 -0500 Subject: chi peng kang --- hmj.cabal | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'hmj.cabal') 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 -- cgit v1.2.3-70-g09d2