Skip to content

Commit

Permalink
Merge pull request #49 from peterbecich/lint
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
peterbecich authored Nov 28, 2022
2 parents dfcdc05 + 258cf66 commit 12f4e6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: steeloverseer
version: 2.1.0.0
version: 2.1.0.1
license: BSD3
license-file: LICENSE
maintainer: schell@takt.com
maintainer: peterbecich@gmail.com
stability: stable
github: schell/steeloverseer
synopsis: A file watcher and development tool.
Expand Down
1 change: 0 additions & 1 deletion src/Sos/FileEvent.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module Sos.FileEvent
import Sos.Utils

import Data.ByteString (ByteString)
import Data.Monoid ((<>))

data FileEvent
= FileAdded ByteString
Expand Down
1 change: 0 additions & 1 deletion src/Sos/Rule.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import Data.Aeson.Types (typeMismatch)
import Data.ByteString (ByteString)
import Data.ByteString.Internal (c2w)
import Data.Either
import Data.Foldable (asum)
import Data.Text (Text)
import Text.Regex.TDFA
import Text.Regex.TDFA.ByteString (compile)
Expand Down

0 comments on commit 12f4e6d

Please sign in to comment.