lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

Add fromFieldRange :: Typeable a => FieldParser a -> FieldParser (PGR… #221

Closed tomjaguarpaw closed 6 years ago

tomjaguarpaw commented 7 years ago

…ange a)

tomjaguarpaw commented 7 years ago

Needed for Opaleye

tomjaguarpaw commented 7 years ago

I don't understand the Aeson-related error but I don't think it's my fault.

lpsmith commented 7 years ago

Yeah, GHC 7.6 has been failing in travis for a while now. It's not your fault. I'm satisfied if the other compiler versions pass.

Sorry for not getting to this sooner; I've been extremely busy lately, and I have a lot of github issues piled up to work on. Hopefully I can get to this soon.