add Central Imports
This commit is contained in:
parent
6216137f43
commit
6b70e270e1
15
Crypto/Internal/Imports.hs
Normal file
15
Crypto/Internal/Imports.hs
Normal file
@ -0,0 +1,15 @@
|
||||
-- |
|
||||
-- Module : Crypto.Internal.Imports
|
||||
-- License : BSD-style
|
||||
-- Maintainer : Vincent Hanquez <vincent@snarc.org>
|
||||
-- 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)
|
||||
Loading…
Reference in New Issue
Block a user