File: Helper.hs

package info (click to toggle)
haskell-hspec-contrib 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: haskell: 147; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
module Helper (
  module Test.Hspec
, module Test.QuickCheck
, module Control.Applicative
, module Data.IORef
) where

import           Test.Hspec
import           Test.QuickCheck
import           Control.Applicative
import           Data.IORef