Add missing (<$>) imports

This commit is contained in:
2016-05-09 18:53:26 +02:00
parent 6b6c7f05c9
commit 930b021a32
3 changed files with 12 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
module HPath.IO.GetDirsFilesSpec where
import Control.Applicative
(
(<$>)
)
import Data.List
(
sort