reflex-dom-core: Drop superfluous build-depends

This commit is contained in:
Elliot Cameron 2020-05-11 23:02:59 -04:00
parent 02ed52c633
commit 2d0c01bec3
No known key found for this signature in database
GPG Key ID: 6ABB57E3D52B0628

View File

@ -153,16 +153,12 @@ library
if flag(use-template-haskell)
build-depends:
dependent-sum >= 0.6,
dependent-sum-template >= 0.1 && < 0.2,
template-haskell >= 2.12.0 && < 2.15
template-haskell >= 2.12.0 && < 2.16
other-extensions: TemplateHaskell
cpp-options: -DUSE_TEMPLATE_HASKELL
other-modules:
Reflex.Dom.Builder.Class.TH
else
build-depends:
dependent-sum == 0.6.*
test-suite hlint
build-depends: base, hlint