Compare commits

..

No commits in common. "2de682f1cf2d349ea6383a890e6bb4b67b70cb12" and "8be9e6678c31d776a1f405eba3d02affac55eb7e" have entirely different histories.

3 changed files with 2 additions and 9 deletions

View File

@ -32,16 +32,11 @@ library
ghc-options: -Wall
build-depends:
base >=4.19 && <5
, aeson >= 2.2.3.0 && <3
, binary >=0.8.9 && <0.9
, bytestring >=0.12 && <1
, crypton >=1.0.4 && <2
, deepseq >=1.5.1 && <2
, directory >=1.3.8.5 && <2
, exceptions >=0.10.7 && <0.11
, filepath >=1.4.301 && <2
, hashable >=1.4.7 && <2
, http-api-data >=0.6.2 && <0.7
, filepath >=1.4.301 && <1.5
, memory >=0.18 && <0.19
, path-pieces >=0.2.1 && <0.3
default-language: Haskell2010

View File

@ -1,5 +1,3 @@
-- TODO: avoid dependencies on aeson, http-api-data, path-pieces, and maybe deepseq
module Data.CryptoID
( CryptoID(..)
) where

View File

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