snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

Snap not on stackage? #189

Closed marcusklaas closed 7 years ago

marcusklaas commented 7 years ago

Hi! Snap looks awesome! I'm super new to Haskell/Stack/Snap, so please forgive any newbie mistakes.

I've tried following the snaplets tutorial here, but ran into the issue that the Snap package couldn't be found.

Indeed, it's not listed here: https://www.stackage.org/lts-9.0

Is Snap compatible with stack(age), or should it be used with plain Cabal?

mightybyte commented 7 years ago

I think Snap used to be on stackage, but it should build fine with plain cabal, so I'd recommend using that. If you have trouble using cabal, definitely let us know and we'll fix it.