haskell / network

Low-level networking interface
http://hackage.haskell.org/package/network
Other
322 stars 186 forks source link

Reform CI: caching, cabal check/haddock, latest GHCs #547

Closed andreasabel closed 1 year ago

andreasabel commented 1 year ago

Cache reform:

Extra CI steps:

CI bumps:

.cabal file fixes:

Closes #546:

andreasabel commented 1 year ago

Wow, CI update worked out of the box! This is a first! ;-)

Cache entries are ~10MB, so we are good. Can store up to 1000 entries, no need to be stingy (e.g. by not appending SHA to cache key).

kazu-yamamoto commented 1 year ago

Merged. Thank you for your contribution!