summaryrefslogtreecommitdiffhomepage
path: root/Log.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-18 16:35:38 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-18 16:35:38 -0400
commitd73352f848b79224a94e531bb651897321064998 (patch)
tree4e4bb7f13113bfffc950a0451dd89b6ca8160070 /Log.hs
parenta70548f6dade6d93d482510a1b68b99327ec7f4a (diff)
downloaddebug-me-d73352f848b79224a94e531bb651897321064998.tar.gz
initial Crypto
Will use Ed25519 because it's from DJB and well regarded and in common use now.
Diffstat (limited to 'Log.hs')
-rw-r--r--Log.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Log.hs b/Log.hs
index 8690f27..f483e7d 100644
--- a/Log.hs
+++ b/Log.hs
@@ -5,9 +5,8 @@ module Log where
import Types
import Hash
import Memory
+import Json
-import GHC.Generics (Generic)
-import Data.Aeson
import Data.Char
import Data.Either
import Data.Time.Clock.POSIX