chore(servant): allow redundant constraints for servant types

This commit is contained in:
Sarah Vaupel 2022-06-06 16:25:30 +02:00
parent 80309da7ce
commit b47583e98c

View File

@ -1,4 +1,5 @@
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
module Foundation.Servant.Types
( CaptureBearerRestriction, CaptureBearerRestriction'