From 187400dcf9106b36e2a46281cf61b9b84e66e053 Mon Sep 17 00:00:00 2001 From: Amitai Burstein Date: Tue, 2 Jan 2024 12:35:17 +0200 Subject: [PATCH] Fix comment on ihp.cabal (#1884) --- 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