diff options
-rw-r--r-- | hirc.cabal | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hirc.cabal b/hirc.cabal new file mode 100644 index 0000000..7f79a48 --- /dev/null +++ b/hirc.cabal @@ -0,0 +1,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 |