[commit: packages/bytestring] 0.10.4.x, master: Enable ScopedTypeVariables for tests/Regressions (ec1d7c7)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:42:42 UTC 2015
Repository : ssh://git@git.haskell.org/bytestring
On branches: 0.10.4.x,master
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/ec1d7c7fb98d725447a185d79fca3ba70f89d405
>---------------------------------------------------------------
commit ec1d7c7fb98d725447a185d79fca3ba70f89d405
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Jun 7 09:36:32 2014 +0200
Enable ScopedTypeVariables for tests/Regressions
Otherwise the module doesn't compile
>---------------------------------------------------------------
ec1d7c7fb98d725447a185d79fca3ba70f89d405
tests/Regressions.hs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/Regressions.hs b/tests/Regressions.hs
index 29c9f02..a1b44cf 100644
--- a/tests/Regressions.hs
+++ b/tests/Regressions.hs
@@ -1,3 +1,5 @@
+{-# LANGUAGE ScopedTypeVariables #-}
+
import Control.Exception (SomeException, handle)
import Test.HUnit (assertBool, assertEqual, assertFailure)
import qualified Data.ByteString as B
More information about the ghc-commits
mailing list