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

Build on GHC 9.2.4 #321

Closed istathar closed 2 years ago

istathar commented 2 years ago

Building with GHC 9.2.4 the tests in snap-core pass.

         Properties   Test Cases    Total        
 Passed  15           159           174          
 Failed  0            0             0            
 Total   15           159           174          

This closes https://github.com/snapframework/snap-core/issues/320, assuming the dependencies in readable are relaxed and it is released.

cydparser commented 2 years ago

Thanks!