rename module properly

This commit is contained in:
Vincent Hanquez 2015-04-15 11:24:02 +01:00
parent c9a70b649f
commit 3adfa4ab2a

View File

@ -5,7 +5,7 @@
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}
-- | -- |
-- Module : Crypto.Cipher.AES -- Module : Crypto.Cipher.AES.Primitive
-- License : BSD-style -- License : BSD-style
-- Maintainer : Vincent Hanquez <vincent@snarc.org> -- Maintainer : Vincent Hanquez <vincent@snarc.org>
-- Stability : stable -- Stability : stable