Add missing (<$>) imports
This commit is contained in:
parent
6b6c7f05c9
commit
930b021a32
@ -15,6 +15,10 @@
|
|||||||
module HPath.IO.Errors where
|
module HPath.IO.Errors where
|
||||||
|
|
||||||
|
|
||||||
|
import Control.Applicative
|
||||||
|
(
|
||||||
|
(<$>)
|
||||||
|
)
|
||||||
import Control.Exception
|
import Control.Exception
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
(
|
(
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
module HPath.IO.GetDirsFilesSpec where
|
module HPath.IO.GetDirsFilesSpec where
|
||||||
|
|
||||||
|
|
||||||
|
import Control.Applicative
|
||||||
|
(
|
||||||
|
(<$>)
|
||||||
|
)
|
||||||
import Data.List
|
import Data.List
|
||||||
(
|
(
|
||||||
sort
|
sort
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
module Utils where
|
module Utils where
|
||||||
|
|
||||||
|
|
||||||
|
import Control.Applicative
|
||||||
|
(
|
||||||
|
(<$>)
|
||||||
|
)
|
||||||
import HPath.IO
|
import HPath.IO
|
||||||
import HPath.IO.Errors
|
import HPath.IO.Errors
|
||||||
import HPath.IO.Utils
|
import HPath.IO.Utils
|
||||||
|
Loading…
Reference in New Issue
Block a user