1module Warning
2  {-# WARNING ["You are configuring this package without cabal-doctest installed.",
3               "The doctests test-suite will not work as a result.",
4               "To fix this, install cabal-doctest before configuring."] #-}
5  () where
6