summaryrefslogtreecommitdiff
path: root/HsbotMaster
diff options
context:
space:
mode:
authorJulien Dessaux2010-07-03 21:26:00 +0200
committerJulien Dessaux2010-07-03 22:40:17 +0200
commit11c2c16835b3e8368be77ccc5b7ddf949021eccd (patch)
tree7733132ee370335156219ff6eb4f0ef2dbd1c8ff /HsbotMaster
parentWrote most of the resume code for the core and the irc plugin. (diff)
downloadhsbot-11c2c16835b3e8368be77ccc5b7ddf949021eccd.tar.gz
hsbot-11c2c16835b3e8368be77ccc5b7ddf949021eccd.tar.bz2
hsbot-11c2c16835b3e8368be77ccc5b7ddf949021eccd.zip
Moved files around as a preliminary for architectural changes.
Diffstat (limited to '')
-rw-r--r--HsbotMaster/.gitignore2
-rw-r--r--HsbotMaster/Hsbot/.gitignore2
-rw-r--r--HsbotMaster/Hsbot/Config.hs (renamed from Hsbot/Config.hs)0
-rw-r--r--HsbotMaster/Hsbot/Core.hs (renamed from Hsbot/Core.hs)0
-rw-r--r--HsbotMaster/Hsbot/Message.hs (renamed from Hsbot/Message.hs)0
-rw-r--r--HsbotMaster/Hsbot/Plugin.hs (renamed from Hsbot/Plugin.hs)0
-rw-r--r--HsbotMaster/Hsbot/PluginUtils.hs (renamed from Hsbot/PluginUtils.hs)0
-rw-r--r--HsbotMaster/Hsbot/Types.hs (renamed from Hsbot/Types.hs)0
-rw-r--r--HsbotMaster/Main.hs (renamed from Main.hs)0
-rw-r--r--HsbotMaster/Setup.hs5
-rw-r--r--HsbotMaster/hsbot.cabal (renamed from hsbot.cabal)0
11 files changed, 9 insertions, 0 deletions
diff --git a/HsbotMaster/.gitignore b/HsbotMaster/.gitignore
new file mode 100644
index 0000000..a5aa1b9
--- /dev/null
+++ b/HsbotMaster/.gitignore
@@ -0,0 +1,2 @@
+.*.swp
+Session.vim
diff --git a/HsbotMaster/Hsbot/.gitignore b/HsbotMaster/Hsbot/.gitignore
new file mode 100644
index 0000000..a5aa1b9
--- /dev/null
+++ b/HsbotMaster/Hsbot/.gitignore
@@ -0,0 +1,2 @@
+.*.swp
+Session.vim
diff --git a/Hsbot/Config.hs b/HsbotMaster/Hsbot/Config.hs
index 121cc98..121cc98 100644
--- a/Hsbot/Config.hs
+++ b/HsbotMaster/Hsbot/Config.hs
diff --git a/Hsbot/Core.hs b/HsbotMaster/Hsbot/Core.hs
index dad965d..dad965d 100644
--- a/Hsbot/Core.hs
+++ b/HsbotMaster/Hsbot/Core.hs
diff --git a/Hsbot/Message.hs b/HsbotMaster/Hsbot/Message.hs
index 933394b..933394b 100644
--- a/Hsbot/Message.hs
+++ b/HsbotMaster/Hsbot/Message.hs
diff --git a/Hsbot/Plugin.hs b/HsbotMaster/Hsbot/Plugin.hs
index 1493c73..1493c73 100644
--- a/Hsbot/Plugin.hs
+++ b/HsbotMaster/Hsbot/Plugin.hs
diff --git a/Hsbot/PluginUtils.hs b/HsbotMaster/Hsbot/PluginUtils.hs
index d09b3b4..d09b3b4 100644
--- a/Hsbot/PluginUtils.hs
+++ b/HsbotMaster/Hsbot/PluginUtils.hs
diff --git a/Hsbot/Types.hs b/HsbotMaster/Hsbot/Types.hs
index 66b4d6b..66b4d6b 100644
--- a/Hsbot/Types.hs
+++ b/HsbotMaster/Hsbot/Types.hs
diff --git a/Main.hs b/HsbotMaster/Main.hs
index 5e528ca..5e528ca 100644
--- a/Main.hs
+++ b/HsbotMaster/Main.hs
diff --git a/HsbotMaster/Setup.hs b/HsbotMaster/Setup.hs
new file mode 100644
index 0000000..14a7f90
--- /dev/null
+++ b/HsbotMaster/Setup.hs
@@ -0,0 +1,5 @@
+#!/usr/bin/env runhaskell
+
+import Distribution.Simple
+
+main = defaultMain
diff --git a/hsbot.cabal b/HsbotMaster/hsbot.cabal
index fcf5533..fcf5533 100644
--- a/hsbot.cabal
+++ b/HsbotMaster/hsbot.cabal