Commit Graph

6 Commits (a4e724ebff8a37df874643d5358e38c5c2cc6851)

Author SHA1 Message Date
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
Levi Pearson fd141d09fb Misc refresh and cleanup, added some QuickCheck props 2014-06-12 03:33:09 -06:00
Levi Pearson 91fcf5f78c Various refactorings and bugfixes 2014-03-03 01:29:28 -07:00
Levi Pearson 8f5e224a8f More refactoring of error handling and making better use of lenses 2014-03-01 17:11:16 -07:00
Levi Pearson b6299f59ba Break data manipulation functions into separate modules; add some haddocks 2014-02-12 01:31:48 -07:00
Levi Pearson 9278620b75 Re-arranged some code, added basic PING/PONG.
Also, channels now go away properly when they become empty.
2014-01-27 00:56:22 -07:00