cdepillabout / servant-rawm

Effectful Raw handler for Servant servers.
https://hackage.haskell.org/package/servant-rawm
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

use cabal-doctest for doctests #13

Open cdepillabout opened 4 years ago

cdepillabout commented 4 years ago

Recent versions of stack have trouble running doctests if cabal-doctest is not used.

https://github.com/commercialhaskell/stackage/issues/5162

servant-rawm should switch to using cabal-doctest.

cdepillabout commented 4 years ago

16 disables the doctests because they are flakey when run with stack without using cabal-doctest.