File: doctests.hs

package info (click to toggle)
haskell-wai-app-file-cgi 3.1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: haskell: 995; sh: 18; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
module Main where

import Test.DocTest

main :: IO ()
main = doctest [
    "-XOverloadedStrings"
  , "Network/Wai/Application/Classic.hs"
  ]