summaryrefslogtreecommitdiffstats
path: root/hirc.cabal
blob: 7f79a482e1ccf1db9dfe1982f25fb32fa48d0124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: tv
Build-Type: Simple
Cabal-Version: >= 1.2
License: MIT
Name: hirc
Version: 0.0

Executable hirc-main
  Main-Is: main.hs
  Build-Depends:
    base,
    blessings,
    network-simple,
    parsec,
    scanner