agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
679 stars 56 forks source link

Restrict upper bound on stm-containers to avoid breaking API changes. #148

Closed flounders closed 5 years ago

flounders commented 5 years ago

stm-containers versions 0.2. and 1. differ on module names which is causing Spock to not build. I set the upper bound to 0.3 and that allowed cabal new-build to work for me.

agrafix commented 5 years ago

Nice, thanks!