nomicflux / servant-opaleye-blog

Tutorial on setting up a blog backend with Servant and Opaleye
Other
16 stars 2 forks source link

Update lesson 1 for servant 0.11 #9

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi. Thanks for the blog post. I was going through lesson 1 and using servant 0.11 and thought I'd share the changes I made to support servant 0.11 and GHC 8.2.2 with lts 10.4.

I also converted the code to use the time package instead of datetime.

nomicflux commented 6 years ago

Thanks for the updates, srdqty!