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

Allow zlib-0.7, time-1.14, drop GHC 7 #333

Closed andreasabel closed 7 months ago

andreasabel commented 7 months ago

GHC 7 is not tested any longer, so we can as well require base >= 4.9 and drop a number of redundant conditionals.

Bumping zlib helps with:

andreasabel commented 7 months ago

I published the relaxation of zlib and time as revision 4: https://hackage.haskell.org/package/snap-core-1.0.5.1/revisions/

andreasabel commented 7 months ago

@cydparser PR is ready for review.