From 05c674dcaafe96159be50cf4799e0452692d1aff Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 17 Oct 2015 18:49:33 +0200 Subject: init hirc.cabal --- hirc.cabal | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hirc.cabal 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 -- cgit v1.2.3