From e82af66b69d9f7c9404e6f765470736724aa6d23 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Mon, 17 Oct 2022 18:59:47 +0200 Subject: [PATCH] enable ConstraintKinds --- IHP/FrameworkConfig.hs | 1 + IHP/Log/Types.hs | 1 + 2 files changed, 2 insertions(+) diff --git a/IHP/FrameworkConfig.hs b/IHP/FrameworkConfig.hs index 1df591d24..38d828ba6 100644 --- a/IHP/FrameworkConfig.hs +++ b/IHP/FrameworkConfig.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE ConstraintKinds #-} module IHP.FrameworkConfig where import IHP.Prelude diff --git a/IHP/Log/Types.hs b/IHP/Log/Types.hs index 29ed23c57..b920b394f 100644 --- a/IHP/Log/Types.hs +++ b/IHP/Log/Types.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE ConstraintKinds #-} {-| Module: IHP.Log.Types Description: Types for the IHP logging system