Drop doctest-prop

AFAICT we weren't even using it anymore. We imported the function assert
and then never used it in the doctests.
This commit is contained in:
Michael Xavier 2016-10-31 14:31:03 -07:00
parent 255e39e1da
commit 00016c2838
5 changed files with 0 additions and 5 deletions

View File

@ -92,7 +92,6 @@ test-suite doctests
bloodhound,
directory,
doctest >= 0.10.1,
doctest-prop,
filepath
else
buildable: False

View File

@ -126,7 +126,6 @@ import Database.Bloodhound.Types
-- >>> :set -XOverloadedStrings
-- >>> :set -XDeriveGeneric
-- >>> import Database.Bloodhound
-- >>> import Test.DocTest.Prop (assert)
-- >>> let testServer = (Server "http://localhost:9200")
-- >>> let runBH' = withBH defaultManagerSettings testServer
-- >>> let testIndex = IndexName "twitter"

View File

@ -8,7 +8,6 @@ extra-deps:
- http-types-0.9
- attoparsec-0.13.0.1
- doctest-0.10.1
- doctest-prop-0.2.0.1
- quickcheck-properties-0.1
- semigroups-0.18.0.1
- uri-bytestring-0.1.9

View File

@ -10,7 +10,6 @@ extra-deps:
- http-client-0.5.0
- attoparsec-0.13.0.1
- doctest-0.10.1
- doctest-prop-0.2.0.1
- quickcheck-properties-0.1
- semigroups-0.18.0.1
- tagged-0.8.3

View File

@ -2,7 +2,6 @@ flags: {}
packages:
- '.'
extra-deps:
- doctest-prop-0.2.0.1
- quickcheck-properties-0.1
# - http-client-0.5.0