[commit: packages/stm] master: Fix build breakage bogons, due to bad patch application (eadf716)
git at git.haskell.org
git at git.haskell.org
Mon Dec 15 17:51:02 UTC 2014
Repository : ssh://git@git.haskell.org/stm
On branch : master
Link : http://git.haskell.org/packages/stm.git/commitdiff/eadf71656bb1a75e2355aee1bd07843c8bd3482a
>---------------------------------------------------------------
commit eadf71656bb1a75e2355aee1bd07843c8bd3482a
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Dec 15 11:51:18 2014 -0600
Fix build breakage bogons, due to bad patch application
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
eadf71656bb1a75e2355aee1bd07843c8bd3482a
Control/Concurrent/STM/TMVar.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Control/Concurrent/STM/TMVar.hs b/Control/Concurrent/STM/TMVar.hs
index a861bb1..932d4ca 100644
--- a/Control/Concurrent/STM/TMVar.hs
+++ b/Control/Concurrent/STM/TMVar.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, DeriveDataTypeable #-}
+{-# LANGUAGE CPP, DeriveDataTypeable, MagicHash, UnboxedTuples #-}
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Trustworthy #-}
More information about the ghc-commits
mailing list