Depend on semigroups for older GHCs (fixes #185)

This commit is contained in:
Jonathan Daugherty 2020-03-27 09:12:48 -07:00
parent 92590dead1
commit a0a32ec5fa

View File

@ -130,6 +130,9 @@ executable vty-build-width-table
default-language: Haskell2010
ghc-options: -threaded -Wall
if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.16
build-depends: vty,
directory,
filepath,