Skip to content

Commit

Permalink
Merge pull request #7 from mdunnio/import-cleanup
Browse files Browse the repository at this point in the history
Removed redundant import
  • Loading branch information
wraithm authored Aug 5, 2020
2 parents 4fb7e4c + 1bfcf6c commit 0b858c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/System/Linux/Inotify.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ import Prelude hiding (init)

import qualified Data.ByteString as B
import qualified Data.ByteString.Char8 as B8
#if !(MIN_VERSION_base(4,11,0))
import Data.Monoid
#endif
import Data.Typeable
import Data.Function ( on )
import Data.Word
Expand Down Expand Up @@ -330,7 +332,7 @@ data Event = Event
-- to the watched directory.
--
-- The proper Haskell interpretation of this seems to be to use
-- 'GHC.IO.Encoding.getFileSystemEncoding' and then unpack it to a
-- 'GHC.IO.Encoding.getFileSystemEncoding' and then unpack it to a
-- 'String' or decode it using the text package.
} deriving (Eq, Show, Typeable)

Expand Down

0 comments on commit 0b858c6

Please sign in to comment.