summaryrefslogtreecommitdiff
path: root/overlays/spm/server/Crypto/JOSE/Error/Instances.hs
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/spm/server/Crypto/JOSE/Error/Instances.hs')
-rw-r--r--overlays/spm/server/Crypto/JOSE/Error/Instances.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/overlays/spm/server/Crypto/JOSE/Error/Instances.hs b/overlays/spm/server/Crypto/JOSE/Error/Instances.hs
new file mode 100644
index 00000000..9f3eea51
--- /dev/null
+++ b/overlays/spm/server/Crypto/JOSE/Error/Instances.hs
@@ -0,0 +1,11 @@
1{-# OPTIONS_GHC -Wno-orphans #-}
2
3module Crypto.JOSE.Error.Instances () where
4
5import Data.Monoid (Monoid)
6import Control.Monad (Monad)
7import Control.Applicative (Alternative)
8
9import Crypto.JOSE.Error
10
11deriving newtype instance (Monad m, Monoid e) => Alternative (JOSE e m)