I get a ConversionFailed exception with:
errSQLType = "interval"
errHaskellType = "CalendarDiffTime"
and a few different possible error messages depending on the value:
errMessage = "Failed reading: no parse of \"00:00:00\""
errMessage = "Failed reading: no parse of \"00:00:01\""
errMessage = "Failed reading: no parse of \"1 mon\""
Note that writing seems to work just fine, I was able to insert the above rows without issue, I just can't selectTable them back.