acid-state / safecopy

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

add ghc-8.2.1 to travis build #55

Closed int-e closed 6 years ago

int-e commented 7 years ago

It's sufficient to just bump dependecies.

int-e commented 7 years ago

The tests are still broken with ghc-8.2, because of the time dependency of quickcheck-instances. A bump is already in the pipeline according to https://github.com/aslatter/qc-instances/pull/30 but not released on hackage.

Without --enable-tests, the package can already be installed.

RyanGlScott commented 7 years ago

The tests might work now that quickcheck-instances-0.3.13 has been released, which supports GHC 8.2.

niteria commented 7 years ago

+1

int-e commented 7 years ago

Indeed the package builds fine with ghc-8.2.1 now

int-e commented 7 years ago

bump, ghc-8.2.1 is now released

hvr commented 7 years ago

@RyanGlScott @niteria @int-e This has been stalling for a long time; if any of you has taken a look at the code and can vouch for that it's safe (sic) to relax the bounds for safecopy, I'll go ahead and relax upper bounds!

RyanGlScott commented 7 years ago

Looks like this was fixed in safecopy-0.9.3.3.