hledger-lib: remove redundant dependency declaration on semigroups

This dependency is already expressed conditionally for GHC versions older than
8.0.x, which is the proper way to do it since newer versions have that code in
base already.
This commit is contained in:
Peter Simons 2018-03-22 16:54:42 +01:00 committed by Simon Michael
parent fb5c0dba22
commit a1ddecd8f5

View File

@ -62,7 +62,6 @@ dependencies:
- pretty-show >=1.6.4
- regex-tdfa
- safe >=0.2
- semigroups
- split >=0.1
- text >=1.2
- time >=1.5