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

[0.10] Removing "unordered-containers" broke test package #51

Closed adinapoli closed 12 years ago

adinapoli commented 12 years ago

Hi there,

with the last merge from master -> 0.10 ( 26d0e47ef2b27cc710e62c89a0df1ddd3c91b6bf ) the package unordered-containers was removed, causing the tests to not compile, because HeistNoClass and CookieSession requires it.

It happens only to me or we should fix the issue also in the 0.10 branch? This is not a real issue, because the solution is as simple as re-enabling it in test.cabal, but I just wanted to notify you about that :)

Cheers, A.