Add TypeOperators pragma
This commit is contained in:
parent
b89ee243b7
commit
67e70ef1c0
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
{-# LANGUAGE UndecidableInstances #-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
|
||||
module Zenith.DB where
|
||||
|
||||
|
|
Loading…
Reference in a new issue