File: Main.hs

package info (click to toggle)
haskell-unicode-data 0.4.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,024 kB
  • sloc: haskell: 26,394; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module Main where

import Test.Hspec
import qualified Unicode.CharSpec

main :: IO ()
main = hspec spec

spec :: Spec
spec = describe "Unicode.Char" Unicode.CharSpec.spec