remove outdated conditional depencency

This commit is contained in:
Brent Yorgey 2021-12-28 14:24:18 -06:00
parent 3d99cc534e
commit 82f296c3f1

View file

@ -31,7 +31,5 @@ library
hashable >= 1.1 && < 1.5,
text >= 0.11 && < 1.3,
unordered-containers >= 0.2 && < 0.3
if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.16.1 && < 0.20
hs-source-dirs: src
default-language: Haskell2010