diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2013-08-10 13:57:58 +0100 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2013-09-03 01:12:50 +0100 |
commit | 489d95b9603c1f34575a67b2d1f069e80769d59a (patch) | |
tree | 5859918dcce76857864b5d86c5f34b82eccf912e /test/nanospec/README | |
parent | 87f255f4407e4548083c8c87d27cdfab08a1f504 (diff) |
Use Hspec instead of nanospec
This is motivated by the fact that Haddock tests are not ran by the
GHC's ‘validate’ script so we're pretty liberal on dependencies in that
area. Full Hspec gives us some nice features such as Quickcheck integration.
Diffstat (limited to 'test/nanospec/README')
-rw-r--r-- | test/nanospec/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/nanospec/README b/test/nanospec/README deleted file mode 100644 index ffce7c74..00000000 --- a/test/nanospec/README +++ /dev/null @@ -1,6 +0,0 @@ -A lightweight implementation of a subset of Hspec's API with minimal -dependencies. - -http://hackage.haskell.org/package/nanospec - -This is a copy of version 0.1.0. |