Disable optimisation for ghc 7.6.1 to workaround the bad record mac problem

Temporary fix until the bug is resolved upstream.
see http://hackage.haskell.org/trac/ghc/ticket/7270
This commit is contained in:
Vincent Hanquez 2012-09-25 08:09:37 +01:00
parent c9dbce0636
commit 0794cc3d0b

View file

@ -75,6 +75,8 @@ Library
Network.TLS.Types
Network.TLS.Wire
ghc-options: -Wall
if impl(ghc == 7.6.1)
ghc-options: -O0
executable Tests
Main-is: Tests.hs