aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Digest.chs
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-04-28 15:14:57 -0700
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-04-28 15:14:57 -0700
commit6655ceffe46a642c9379c4327dd9c84e6bfd6977 (patch)
tree3951d9e2a226694d08793ae8dedbdf30ecde1ab1 /src/Internal/Digest.chs
parent8fc0b121543b742f56f83c9eb74885e04d104778 (diff)
Formatting pass
I don’t always like the output hindent gives, so reformat the project to be a bit closer to what you see in published Haskell books and the like.
Diffstat (limited to 'src/Internal/Digest.chs')
-rw-r--r--src/Internal/Digest.chs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Internal/Digest.chs b/src/Internal/Digest.chs
index 81d5a3b..021de22 100644
--- a/src/Internal/Digest.chs
+++ b/src/Internal/Digest.chs
@@ -18,9 +18,7 @@
module Internal.Digest
( evpMd5, evpSha1, evpSha224, evpSha256, evpSha384, evpSha512
, mallocEvpMdCtx
- , evpDigestInitEx
- , evpDigestUpdate
- , evpDigestFinalEx
+ , evpDigestInitEx, evpDigestUpdate, evpDigestFinalEx
, evpMaxMdSize
) where