From a480faaa1323f3675c7e3f5fe8f46d1251e1654e Mon Sep 17 00:00:00 2001 From: Amitai Burstein Date: Tue, 2 Jan 2024 12:32:05 +0200 Subject: [PATCH] Fix comment on ihp.cabal --- ihp.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ihp.cabal b/ihp.cabal index fbdefdc27..41d1e0cee 100644 --- a/ihp.cabal +++ b/ihp.cabal @@ -105,7 +105,8 @@ common shared-properties , with-utf8 , ihp-hsx , ihp-postgresql-simple-extra - , auto-update -- Used for 'Control.Debounce' in 'IHP.IDE.FileWatcher' + -- Used for 'Control.Debounce' in 'IHP.IDE.FileWatcher' + , auto-update default-extensions: OverloadedStrings , NoImplicitPrelude