File: Warning.hs

package info (click to toggle)
haskell-trifecta 2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 256 kB
  • sloc: haskell: 2,149; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (25)
1
2
3
4
5
module Warning
  {-# WARNING ["You are configuring this package without cabal-doctest installed.",
               "The doctests test-suite will not work as a result.",
               "To fix this, install cabal-doctest before configuring."] #-}
  () where