mirror of
https://github.com/typeable/bloodhound.git
synced 2024-12-12 14:32:23 +03:00
Conditionally build doctests
This commit is contained in:
parent
6357679051
commit
cb9d9f6f97
@ -49,20 +49,23 @@ test-suite tests
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: tests.hs
|
||||
hs-source-dirs: tests
|
||||
build-depends: base,
|
||||
bloodhound,
|
||||
http-client,
|
||||
http-types,
|
||||
containers,
|
||||
hspec >= 1.8 && <2.1,
|
||||
text,
|
||||
time,
|
||||
aeson,
|
||||
semigroups,
|
||||
QuickCheck,
|
||||
vector,
|
||||
unordered-containers >= 0.2.5.0 && <0.3,
|
||||
mtl
|
||||
if impl(ghc >= 7.8)
|
||||
build-depends: base,
|
||||
bloodhound,
|
||||
http-client,
|
||||
http-types,
|
||||
containers,
|
||||
hspec >= 1.8 && <2.1,
|
||||
text,
|
||||
time,
|
||||
aeson,
|
||||
semigroups,
|
||||
QuickCheck,
|
||||
vector,
|
||||
unordered-containers >= 0.2.5.0 && <0.3,
|
||||
mtl
|
||||
else
|
||||
buildable: False
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite doctests
|
||||
|
Loading…
Reference in New Issue
Block a user