Fix module name

This commit is contained in:
Denis Redozubov 2017-05-17 14:02:01 +03:00
parent dafd3360de
commit 7af9a567fa

View File

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