snapframework / snap-core

Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
317 stars 85 forks source link

snap-core.cabal: add missing tests file to source tarball #269

Closed trofi closed 7 years ago

trofi commented 7 years ago

Otherwise 'cabal test' failed as: test/TestSuite.hs:16:1: error: Failed to load interface for ‘Snap.Util.CORS.Tests’ Use -v to see a list of the files searched for.

Signed-off-by: Sergei Trofimovich slyfox@gentoo.org

mightybyte commented 7 years ago

Resolved from merging #271