Drop dependency on semigroups

They are not needed on GHC we support.
This commit is contained in:
Felix Yan 2020-07-31 23:09:23 +08:00
parent 77e6c3e7c2
commit 672b82d510
No known key found for this signature in database
GPG Key ID: 786C63F330D7CB92
3 changed files with 0 additions and 3 deletions

View File

@ -32,7 +32,6 @@ library
, email-validate >= 1.0
, persistent
, resourcet
, semigroups
, shakespeare >= 2.0
, text >= 0.9
, time >= 1.1.4

View File

@ -32,7 +32,6 @@ library
, network >= 2.2
, memory
, pretty-show >= 1.6
, semigroups
, text
, time
, transformers >= 0.2.2

View File

@ -26,7 +26,6 @@ library
, directory
, fast-logger
, monad-logger
, semigroups
, shakespeare
, streaming-commons
, template-haskell