File: Spec.hs

package info (click to toggle)
haskell-simpleirc 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 88 kB
  • sloc: haskell: 607; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
module Main (main) where

import           Test.Hspec.Monadic
import qualified CoreSpec

main :: IO ()
main = hspecX $ do
  describe "Core" CoreSpec.spec