mgsloan / store

Fast binary serialization in Haskell
MIT License
109 stars 35 forks source link

store-0.6.0 fails to build with GHC-7.10 and GHC-7.8 #146

Closed sjakobi closed 4 years ago

sjakobi commented 4 years ago
src/Data/Store/TH.hs:40:18:
    Could not find module ‘Control.Monad.Fail’
    It is a member of the hidden package ‘fail-4.9.0.0@9VfzPgZmVnyGDICixWHnyA’.
    Perhaps you need to add ‘fail’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.
sjakobi commented 4 years ago

BTW I do agree with the suggestion from https://github.com/fpco/store/issues/142#issuecomment-506512273 to use CI! Note that the AppVeyor builds are currently broken: https://ci.appveyor.com/project/snoyberg/store/builds/28168838

mgsloan commented 4 years ago

Fixed!