File: doctests.hs

package info (click to toggle)
haskell-http-date 0.0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: haskell: 349; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
module Main where

import Test.DocTest

main :: IO ()
main = doctest ["-XOverloadedStrings", "Network/HTTP/Date.hs"]