From 67e70ef1c0bf9e022bfb0576c2f285300a01d4cc Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Tue, 23 Jan 2024 09:55:24 -0600 Subject: [PATCH] Add TypeOperators pragma --- src/Zenith/DB.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Zenith/DB.hs b/src/Zenith/DB.hs index 2ac4e27..fea47ca 100644 --- a/src/Zenith/DB.hs +++ b/src/Zenith/DB.hs @@ -12,6 +12,7 @@ {-# LANGUAGE UndecidableInstances #-} {-# LANGUAGE DataKinds #-} {-# LANGUAGE FlexibleInstances #-} +{-# LANGUAGE TypeOperators #-} module Zenith.DB where