snix/src
William Carroll 8ebc89b44b Remove erroneous parens around columns in SELECT statement
These were causing runtime errors... whoops!
2020-07-30 19:52:04 +01:00
..
Accounts.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
API.hs Verify users' email addresses when they attempt to sign-up 2020-07-30 18:38:46 +01:00
App.hs Verify users' email addresses when they attempt to sign-up 2020-07-30 18:38:46 +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 Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +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 Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
Types.hs Verify users' email addresses when they attempt to sign-up 2020-07-30 18:38:46 +01:00
Utils.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00