aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <ian@well-typed.com>2012-11-30 22:45:55 +0000
committerGravatar Ian Lynagh <ian@well-typed.com>2012-11-30 22:45:55 +0000
commite12ccd7203ac3f0133365a9d3d802195e534fd8e (patch)
tree621cecc877925383670ea20bfa45f7c140aafa38 /tests
parent3db0f40d3b3d27246599845b9f0f09ae0a88cd02 (diff)
Bump base lower version to 4.5 (the version GHC 7.4.1 came with)
and remove code to support older versions
Diffstat (limited to 'tests')
-rw-r--r--tests/signals001.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/signals001.hs b/tests/signals001.hs
index e278550..fdad7a9 100644
--- a/tests/signals001.hs
+++ b/tests/signals001.hs
@@ -1,10 +1,6 @@
import System.Posix.Signals
-#if __GLASGOW_HASKELL__ >= 603
#include "ghcconfig.h"
-#else
-#include "config.h"
-#endif
main = do
print (testMembers emptySignalSet)