snix/src
William Carroll a3732300e1 Add exhaustive patterns to FromJSON Role instance
When someone enters something like role=mgr, return a helpful error message to
the user.

Note: I should enable the exhaustive patterns check for GHC.
2020-08-01 11:46:41 +01:00
..
Accounts.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
API.hs Prefer PUT to PATCH 2020-07-31 18:30:03 +01:00
App.hs Configure non-simple CORS server-side 2020-07-31 18:31:52 +01:00
Auth.hs Authorize endpoints 2020-07-30 10:23:55 +01:00
Email.hs Add Haskell client library for MailGun 2020-07-30 17:07:49 +01:00
init.sql Verify users' email addresses when they attempt to sign-up 2020-07-30 18:38:46 +01:00
LoginAttempts.hs Debug LoginAttempts.increment 2020-07-30 19:52:37 +01:00
Main.hs Read env variables using envy library 2020-07-30 13:58:50 +01:00
PendingAccounts.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
Sessions.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
Trips.hs Support PATCH /trips 2020-07-31 11:25:36 +01:00
Types.hs Add exhaustive patterns to FromJSON Role instance 2020-08-01 11:46:41 +01:00
Utils.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00