
* Rewrote the whole architecture to achieve extreme modularity * Added the ability to build a multiprotocol bot * Added cabal integration * Added configuration handling the XMonad style * Added configuration in ~/.hsbot * Refactored many many named and functions * Refactored data structures * Cleaned a big bunch of stuff
5 lines
74 B
Haskell
5 lines
74 B
Haskell
#!/usr/bin/env runhaskell
|
|
|
|
import Distribution.Simple
|
|
|
|
main = defaultMain
|