summaryrefslogtreecommitdiffhomepage
path: root/Crypto.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Crypto.hs')
-rw-r--r--Crypto.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Crypto.hs b/Crypto.hs
index b23c8de..1c898e7 100644
--- a/Crypto.hs
+++ b/Crypto.hs
@@ -5,7 +5,7 @@ module Crypto where
import Val
import Hash
import Types
-import Serialization
+import JSON
import qualified Crypto.PubKey.Ed25519 as Ed25519
import Crypto.Error