jdreaver / eventful

Event Sourcing library for Haskell
MIT License
106 stars 22 forks source link

Build failure with GHC 8.2 #13

Closed snoyberg closed 7 years ago

snoyberg commented 7 years ago
[ 1 of 14] Compiling Eventful.Serializer ( src/Eventful/Serializer.hs, dist/build/Eventful/Serializer.o )

src/Eventful/Serializer.hs:107:79: error:
    Variable not in scope: typeOf :: a1 -> a0
    |
107 |       (error $ "Failure in eventSumTypeSerializer. Can't serialize " ++ show (typeOf event))
    |  
jdreaver commented 7 years ago

Fixed by #14.