File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : steeloverseer
2- version : 2.1.0.0
2+ version : 2.1.0.1
33license : BSD3
44license-file : LICENSE
5- maintainer : schell@takt .com
5+ maintainer : peterbecich@gmail .com
66stability : stable
77github : schell/steeloverseer
88synopsis : A file watcher and development tool.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ module Sos.FileEvent
77import Sos.Utils
88
99import Data.ByteString (ByteString )
10- import Data.Monoid ((<>) )
1110
1211data FileEvent
1312 = FileAdded ByteString
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import Data.Aeson.Types (typeMismatch)
1616import Data.ByteString (ByteString )
1717import Data.ByteString.Internal (c2w )
1818import Data.Either
19- import Data.Foldable (asum )
2019import Data.Text (Text )
2120import Text.Regex.TDFA
2221import Text.Regex.TDFA.ByteString (compile )
You can’t perform that action at this time.
0 commit comments