An IRC server written in Haskell
Go to file
Levi Pearson a4e724ebff Updates to build with stack and upstream changes
I figured this would be harder considering I haven't touched it in far
too long. Didn't take much work at all to get it built and running
again, and all tests (such as they are) pass.

+ stack didn't like the exe and test exe both using Main.hs
+ filled out other-modules in .cabal at stack's suggestion
+ EitherT is now ExceptT
+ pipes-concurrency deprecated `Unbounded` in favor of `unbounded`
+ tasty's wrapper of HSpec is now in IO
+ misc minor hLint changes
2016-01-31 20:14:35 -07:00
src Updates to build with stack and upstream changes 2016-01-31 20:14:35 -07:00
tests Updates to build with stack and upstream changes 2016-01-31 20:14:35 -07:00
.gitignore Updates to build with stack and upstream changes 2016-01-31 20:14:35 -07:00
LICENSE Initial checkin of pipes-based IRC server; work-in-progress 2013-11-11 23:56:23 -07:00
Setup.hs Initial checkin of pipes-based IRC server; work-in-progress 2013-11-11 23:56:23 -07:00
notes.md Significant refactoring and added parser tests 2013-11-22 00:57:40 -07:00
pipes-irc-server.cabal Updates to build with stack and upstream changes 2016-01-31 20:14:35 -07:00
stack.yaml Updates to build with stack and upstream changes 2016-01-31 20:14:35 -07:00