From f53e69dc462f7a3c8c970d96543eb329d817b9b6 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sat, 12 Aug 2017 11:10:58 +0100 Subject: [PATCH] Update Test.DejaFu.Conc.Internal.Memory module comment --- dejafu/Test/DejaFu/Conc/Internal/Memory.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dejafu/Test/DejaFu/Conc/Internal/Memory.hs b/dejafu/Test/DejaFu/Conc/Internal/Memory.hs index d20478f..4b14d30 100755 --- a/dejafu/Test/DejaFu/Conc/Internal/Memory.hs +++ b/dejafu/Test/DejaFu/Conc/Internal/Memory.hs @@ -8,7 +8,7 @@ -- License : MIT -- Maintainer : Michael Walker -- Stability : experimental --- Portability : BangPatterns, GADTs +-- Portability : BangPatterns, GADTs, MultiParamTypeClasses -- -- Operations over @CRef@s and @MVar@s. This module is NOT considered -- to form part of the public interface of this library.