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

View file

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