Clarify IO usage via Applicative interface in Handlers, whitespace cleanup, remove dedicated source file for 404 view

This commit is contained in:
2024-07-24 14:37:10 -05:00
parent bf47f02282
commit 754302e543
10 changed files with 50 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
cabal-version: 3.0
name: sampu
version: 0.9.1
version: 0.9.2
license: ISC
author: James Eversole
maintainer: james@eversole.co
@@ -38,6 +38,5 @@ executable sampu
Core.HTTP
Core.Rendering
Fragments.Base
Fragments.NotFound
Fragments.Styles
default-language: GHC2021