From d68afb4e45fc2c6f767331f76e7a37ccebb0a2f7 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sat, 12 Aug 2017 11:20:14 +0100 Subject: [PATCH] Update Test.DejaFu.Conc.Internal module comment --- dejafu/Test/DejaFu/Conc/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dejafu/Test/DejaFu/Conc/Internal.hs b/dejafu/Test/DejaFu/Conc/Internal.hs index 433a542..f84ee37 100755 --- a/dejafu/Test/DejaFu/Conc/Internal.hs +++ b/dejafu/Test/DejaFu/Conc/Internal.hs @@ -8,7 +8,7 @@ -- License : MIT -- Maintainer : Michael Walker -- Stability : experimental --- Portability : RankNTypes, ScopedTypeVariables +-- Portability : MultiParamTypeClasses, RankNTypes, ScopedTypeVariables -- -- Concurrent monads with a fixed scheduler: internal types and -- functions. This module is NOT considered to form part of the public