File: README.txt

package info (click to toggle)
haskell-glob 0.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 192 kB
  • sloc: haskell: 1,193; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
These are the tests for the Glob library by Matti Niemenmaa, and should reside
in a subdirectory of the Glob distribution.

To run the tests, run 'Main.hs'.

You'll need the following packages:

  base                      >= 3.* && < 5
, Glob                      == 0.*
, filepath                  == 1.*
, HUnit                     == 1.2.*
, QuickCheck                >= 1.1 && < 2
, test-framework            >= 0.2 && < 1
, test-framework-hunit      >= 0.2 && < 1
, test-framework-quickcheck >= 0.2 && < 1