Skip to content

Commit

Permalink
Cabal: add other-modules, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalikov committed May 21, 2012
1 parent 9c03810 commit 3877b36
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions hach.cabal → Hach.cabal
@@ -1,6 +1,8 @@
Name: Hach
Version: 0.0.0
Version: 0.0.1
Category: Network
Description: Simple chat
Synopsis: Simple chat

License: MIT
License-file: LICENSE
Expand All @@ -11,7 +13,7 @@ Author: Matvey Aksenov,
Maintainer: Dmitry Malikov <malikov.d.y@gmail.com>

Build-type: Simple
Cabal-version: >= 1.5
Cabal-version: >= 1.6
Homepage: http://github.com/dmalikov/HaCh

Library
Expand All @@ -30,16 +32,22 @@ Library
Executable hach-client
Main-is: Client.hs
HS-Source-Dirs: client, libhach
Other-modules: Format

Executable hach-nclient
Build-Depends: vty == 4.7.0.12,
vty-ui == 1.5
Main-is: Client.hs
HS-Source-Dirs: nclient, libhach
Other-modules: NClient.Args,
NClient.Connect,
NClient.Format,
NClient.GUI

Executable hach-server
Main-is: Server.hs
HS-Source-Dirs: server, libhach
Other-modules: Storage

Source-repository head
type: git
Expand Down

0 comments on commit 3877b36

Please sign in to comment.