remove unsupported pattern

This commit is contained in:
Sarah Vaupel 2025-07-13 22:57:46 +02:00
parent f544a30483
commit c0f9140a73

View File

@ -10,7 +10,7 @@ module Data.CryptoID.Class.ImplicitNamespace
( E.MonadCrypto(..)
, CryptoIDNamespace
, HasCryptoID
, CryptoID, pattern E.CryptoID, E.ciphertext
, CryptoID, E.ciphertext
, encrypt, decrypt
) where