File: doctests.hs

package info (click to toggle)
haskell-unicode-collation 0.1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,004 kB
  • sloc: haskell: 1,566; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
import Test.DocTest
import System.Environment (setEnv)

main :: IO ()
main = do
  setEnv "LC_ALL" "C.UTF-8"
  doctest ["-isrc", "src/Text/Collate.hs"]