snix/src
William Carroll 30838b8df7 Add Haskell client library for MailGun
Whichever package is on nixpkgs right now is broken, so I'm using `fetchGit` and
`callCabal2nix`.

Create Email module exposing a simplifies `send` function that partially applies
some of the configuration options.
2020-07-30 17:07:49 +01:00
..
Accounts.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00
API.hs Fully support login, logout 2020-07-29 20:26:23 +01:00
App.hs Read env variables using envy library 2020-07-30 13:58:50 +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 Restrict users from multiple failed login attempts 2020-07-28 21:33:58 +01:00
LoginAttempts.hs Restrict users from multiple failed login attempts 2020-07-28 21:33:58 +01:00
Main.hs Read env variables using envy library 2020-07-30 13:58:50 +01:00
Sessions.hs Debug erroneous table name 2020-07-30 09:51:32 +01:00
Trips.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00
Types.hs Read env variables using envy library 2020-07-30 13:58:50 +01:00
Utils.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00