summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/ACME/Encoding.hs (renamed from src/Network/ACME.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/ACME.hs b/src/Network/ACME/Encoding.hs
index d6a0f47..dc2c963 100644
--- a/src/Network/ACME.hs
+++ b/src/Network/ACME/Encoding.hs
@@ -2,7 +2,7 @@
2{-# LANGUAGE RecordWildCards #-} 2{-# LANGUAGE RecordWildCards #-}
3{-# LANGUAGE ScopedTypeVariables #-} 3{-# LANGUAGE ScopedTypeVariables #-}
4 4
5module Network.ACME ( 5module Network.ACME.Encoding (
6 Keys(..), 6 Keys(..),
7 readKeys, 7 readKeys,
8 thumbprint, 8 thumbprint,