From 0c677070edf9978cb85a0b521f7e6e0ef6d6b491 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 10 Feb 2025 12:48:38 -0600 Subject: A lot of work on aliases and the like --- package.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index ea851b2..31406be 100644 --- a/package.yaml +++ b/package.yaml @@ -34,6 +34,7 @@ default-extensions: - PatternSynonyms - TypeFamilies - UndecidableInstances + - ViewPatterns library: source-dirs: src @@ -60,7 +61,9 @@ library: - slugger - string-conv - text + - time - uri-encode + - yaml executables: www-main: -- cgit v1.2.3