summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/LlvmCodeGen.hs
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2014-04-19 06:58:07 +0200
committerJan Stolarek <jan.stolarek@p.lodz.pl>2014-04-19 11:20:51 +0200
commit1d2ffb6ab1ef973c85f893b5ea4a72cfa59ce484 (patch)
tree5f698d69fe2383300f51e71e824e86dad6cc8508 /compiler/llvmGen/LlvmCodeGen.hs
parent41f5b7e3e0648302b9c5dc485917a391d21d15a1 (diff)
downloadhaskell-1d2ffb6ab1ef973c85f893b5ea4a72cfa59ce484.tar.gz
Validate inferred theta. Fixes #8883
This checks that all the required extensions are enabled for the inferred type signature. Updates binary and vector submodules.
Diffstat (limited to 'compiler/llvmGen/LlvmCodeGen.hs')
-rw-r--r--compiler/llvmGen/LlvmCodeGen.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/llvmGen/LlvmCodeGen.hs b/compiler/llvmGen/LlvmCodeGen.hs
index d0f343fa92..61e7e39a49 100644
--- a/compiler/llvmGen/LlvmCodeGen.hs
+++ b/compiler/llvmGen/LlvmCodeGen.hs
@@ -2,6 +2,7 @@
-- | This is the top-level module in the LLVM code generator.
--
+{-# LANGUAGE TypeFamilies #-}
module LlvmCodeGen ( llvmCodeGen, llvmFixupAsm ) where
#include "HsVersions.h"