diff --git a/Crypto/Internal/Imports.hs b/Crypto/Internal/Imports.hs new file mode 100644 index 0000000..4c125c3 --- /dev/null +++ b/Crypto/Internal/Imports.hs @@ -0,0 +1,15 @@ +-- | +-- Module : Crypto.Internal.Imports +-- License : BSD-style +-- Maintainer : Vincent Hanquez +-- Stability : experimental +-- Portability : unknown +-- +{-# LANGUAGE BangPatterns #-} +module Crypto.Internal.Imports + ( module X + ) where + +import Data.Word as X +import Control.Applicative as X +import Control.Monad as X (forM, forM_, void)