Search Haskell Channel Logs

Thursday, February 23, 2017

#haskell channel featuring geekosaur, Sornaensis,

Sornaensis 2017-02-23 06:11:46
does anyone here have experience with persistent-postgres
Sornaensis 2017-02-23 06:12:06
getBy does not seem to work as shown in the documentation I've read
Sornaensis 2017-02-23 06:12:16
I am getting type mismatch errors
geekosaur 2017-02-23 06:17:02
make sure the documentation version matches the package version
geekosaur 2017-02-23 06:17:44
haskell apis are prone to alter types, specifically because the compiler will catch it reliably
Sornaensis 2017-02-23 06:17:46
nevermind I figured out the issue
Sornaensis 2017-02-23 06:18:00
wasn't exporting a constructor that was magically generated by TH :'D