From be5ea8252447758a858accdae00ab2c47315ebce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Thu, 30 Oct 2014 15:41:18 +0800 Subject: [PATCH] -Wall police --- test/Servant/API/QQSpec.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Servant/API/QQSpec.hs b/test/Servant/API/QQSpec.hs index bb983e88..eb27b84f 100644 --- a/test/Servant/API/QQSpec.hs +++ b/test/Servant/API/QQSpec.hs @@ -140,4 +140,5 @@ u :: a u = undefined infix 3 ~> +(~>) :: (Show a, Eq a) => a -> a -> Expectation (~>) = shouldBe