fix module name

This commit is contained in:
Denis Redozubov 2017-05-17 13:15:56 +03:00
parent 51c98b84ff
commit 395c4ac198

View File

@ -1,5 +1,4 @@
module Common.Validation where
module Common.Monad.Validation where
import Control.Lens hiding ((.=))
import Control.Monad.Base