From ece2ad6f50b86f6678c09ac9736bd155fe535470 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Mon, 9 Mar 2015 13:46:53 +0100 Subject: [PATCH] Actually depend on the GHC version. :-/ --- StateVar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StateVar.cabal b/StateVar.cabal index 20ffaf2..1db49a9 100644 --- a/StateVar.cabal +++ b/StateVar.cabal @@ -39,7 +39,7 @@ library if impl(ghc>=7.4) -- other-extensions: DefaultSignatures - cpp-options: -DXXXUSE_DEFAULT_SIGNATURES=1 + cpp-options: -DUSE_DEFAULT_SIGNATURES=1 source-repository head type: git