acid-state / safecopy

An extension to Data.Serialize with built-in version control
60 stars 37 forks source link

ddssff 8.8.1 #74

Closed phadej closed 5 years ago

phadej commented 5 years ago

A commit on top of #72. haskell-ci is a new name of hvr's multi-ghc-travis "script".

Particularly, it uses v2-build, so it "works" with GHC-8.8

phadej commented 5 years ago

Note: 8.8.1 job fails for a reason. I tried to fix the SafeCopy module, but Derive is trickier.

I'd suggest using https://hackage.haskell.org/package/th-abstraction, it helps stay sane with TH in simple scenarious. If it's ok, I can give it a try next week (23.9 ->)

ddssff commented 5 years ago

Can we add 8.8.1 to the allowed failures list for now?

phadej commented 5 years ago

@ddssff done

ddssff commented 5 years ago

haha I'm glad I didn't have to learn how to do that

phadej commented 5 years ago

@ddssff haskell-ci --help lists most of the options (incl --allow-failures).