Add TypeOperators pragma

This commit is contained in:
Rene Vergara 2024-01-23 09:55:24 -06:00
parent b89ee243b7
commit 67e70ef1c0
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
{-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeOperators #-}
module Zenith.DB where