File: Helper.hs

package info (click to toggle)
haskell-hspec-discover 2.11.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: haskell: 519; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
module Helper (
  module Test.Hspec.Meta
, module Control.Applicative
) where

import           Test.Hspec.Meta
import           Control.Applicative