From 489d95b9603c1f34575a67b2d1f069e80769d59a Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Sat, 10 Aug 2013 13:57:58 +0100 Subject: Use Hspec instead of nanospec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- test/nanospec/README | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/nanospec/README (limited to 'test/nanospec/README') 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. -- cgit v1.2.3