From 04b4c945c0a9f345bb5aa8e6a66889723938381f Mon Sep 17 00:00:00 2001 From: Sam Protas Date: Mon, 10 Apr 2017 00:57:49 -0400 Subject: [PATCH] Add import to fix backwards compatibility --- Crypto/Cipher/Twofish.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Crypto/Cipher/Twofish.hs b/Crypto/Cipher/Twofish.hs index 7fedd0e..40428ec 100644 --- a/Crypto/Cipher/Twofish.hs +++ b/Crypto/Cipher/Twofish.hs @@ -7,6 +7,7 @@ module Crypto.Cipher.Twofish import Crypto.Cipher.Twofish.Primitive import Crypto.Cipher.Types import Crypto.Cipher.Utils +import Crypto.Internal.Imports newtype Twofish128 = Twofish128 Twofish