acid-state / safecopy

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

incompatible with GHC 8.6 #68

Closed clinty closed 5 years ago

clinty commented 6 years ago

Upper bound on template-haskell is problematic

clinty commented 6 years ago

Appears that all that is necessary is to fix the upper bounds on template-haskell and containers.

RyanGlScott commented 6 years ago

69 would fix this.

clinty commented 6 years ago

still, containers 0.6 is bundled with ghc 8.6.1

RyanGlScott commented 6 years ago

Oops! I overlooked containers, since I somehow managed to install an older version when I tried building safecopy locally. I've amended #69 to address this.