In acid-state
tutorial all the examples use Template Haskell. However, due to some reasons I am not very keen on using it.
I know one can use acid-state without template haskell, as shown here:
http://mirror.seize.it/acid-state/examples/HelloWorldNoTH.hs
but I am wandering if there are any convenience wrappers or libraries to help make use of acid-state easier (without the use of template haskell)?
P.S.: My purpose is to implement a database layer for a web-app.