Happstack-state in non-happstack production apps
Hi, Is it common to use happstack-state without happstack for real-world code (web or otherwise)? Thanks, amindfv / Tom
On Fri, Feb 10, 2012 at 3:56 PM, Tom Murphy
Hi, Is it common to use happstack-state without happstack for real-world code (web or otherwise)?
The package 'acid-state' is considered the successor to happstack-state, and it doesn't include 'happstack' in it's name to advertise that it is quite usable outside of happstack. I don't have a list of who does, though. http://hackage.haskell.org/package/acid-state Antoine
On 10 February 2012 23:09, Antoine Latter
On Fri, Feb 10, 2012 at 3:56 PM, Tom Murphy
wrote: Hi, Is it common to use happstack-state without happstack for real-world code (web or otherwise)?
The package 'acid-state' is considered the successor to happstack-state, and it doesn't include 'happstack' in it's name to advertise that it is quite usable outside of happstack.
I don't have a list of who does, though.
http://hackage.haskell.org/package/acid-state
Antoine
There's even a snaplet for acid-state: http://hackage.haskell.org/package/snaplet-acid-state
Could someone with more knowledge of the project please update
http://www.haskell.org/haskellwiki/Web/Databases_and_Persistence, to
reflect the move from happstack-state to acid-state?
Thanks,
Tom
On 2/11/12, dag.odenhall@gmail.com
On 10 February 2012 23:09, Antoine Latter
wrote: On Fri, Feb 10, 2012 at 3:56 PM, Tom Murphy
wrote: Hi, Is it common to use happstack-state without happstack for real-world code (web or otherwise)?
The package 'acid-state' is considered the successor to happstack-state, and it doesn't include 'happstack' in it's name to advertise that it is quite usable outside of happstack.
I don't have a list of who does, though.
http://hackage.haskell.org/package/acid-state
Antoine
There's even a snaplet for acid-state:
On 13 February 2012 20:19, Tom Murphy
Could someone with more knowledge of the project please update http://www.haskell.org/haskellwiki/Web/Databases_and_Persistence, to reflect the move from happstack-state to acid-state?
Good idea; I added acid-state to that page now.
participants (3)
-
Antoine Latter -
dag.odenhall@gmail.com -
Tom Murphy