summaryrefslogtreecommitdiff
path: root/overlays/spm/server/Crypto/JOSE/JWK/Instances.hs
blob: 44a5cfe02dcf638b5f025ca394196d1c590357b2 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

module Crypto.JOSE.JWK.Instances () where

import Control.Lens.TH
import Crypto.JOSE.JWK

makeWrapped ''JWKSet