From 53bd6c13b762ed77960102ac144bc7e1875f1656 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Tue, 25 Apr 2017 14:21:53 +0100 Subject: [PATCH] Add missing extension --- Crypto/Hash.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Crypto/Hash.hs b/Crypto/Hash.hs index 311a495..cd08a6a 100644 --- a/Crypto/Hash.hs +++ b/Crypto/Hash.hs @@ -17,6 +17,7 @@ -- > hexSha3_512 bs = show (hash bs :: Digest SHA3_512) -- {-# LANGUAGE ScopedTypeVariables #-} +{-# LANGUAGE BangPatterns #-} module Crypto.Hash ( -- * Types