diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-24 18:15:27 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-24 18:15:27 +0800 |
commit | 7a21637e20431dc3a9e9268627462608a5a4c612 (patch) | |
tree | c27918b4788524ac3167643bf4f5457fb063135e /lang | |
parent | 9112ce70208fa3612da424e0000796909de58487 (diff) | |
download | freebsd-ports-gnome-7a21637e20431dc3a9e9268627462608a5a4c612.tar.gz freebsd-ports-gnome-7a21637e20431dc3a9e9268627462608a5a4c612.tar.zst freebsd-ports-gnome-7a21637e20431dc3a9e9268627462608a5a4c612.zip |
Behavior Driven Development for Haskell. Hspec is roughly based on the
Ruby library RSpec. However, Hspec is just a framework for running
HUnit and QuickCheck tests. Compared to other options, it provides a
much nicer syntax that makes tests very easy to read.
WWW: http://hspec.github.com/
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 829cd0bf9ae6..1ba41b2b705c 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -148,6 +148,7 @@ hS3_port= www/hs-hS3 # executable hscolour_port= print/hs-hscolour # executable hslogger_port= devel/hs-hslogger HsOpenSSL_port= security/hs-HsOpenSSL +hspec_port= devel/hs-hspec HStringTemplate_port= textproc/hs-HStringTemplate html_port= textproc/hs-html HTTP_port= www/hs-HTTP |