Name: llvm-tf Version: 12.1.0.0.1 License: BSD3 License-File: LICENSE Synopsis: Bindings to the LLVM compiler toolkit using type families. Description: High-level bindings to the LLVM compiler toolkit using type families. . A note on versioning: The versions of this package are loosely based on the LLVM version. However, we depend on a relatively stable part of LLVM and provide a relatively stable API for it. We conform to the Package Versioning Policy PVP, i.e. we increase the version of this package when its API changes, but not necessarily when we add support for a new LLVM version. We support all those LLVM versions that are supported by our @llvm-ffi@ dependency. . This package is a descendant of the @llvm@ package which used functional dependencies. The original @llvm@ package will no longer work with current versions of LLVM nor GHC. Author: Henning Thielemann, Bryan O'Sullivan, Lennart Augustsson Maintainer: Henning Thielemann Homepage: https://wiki.haskell.org/LLVM Stability: experimental Category: Compilers/Interpreters, Code Generation Tested-With: GHC == 7.4.2, GHC == 8.6.5 Cabal-Version: 2.0 Build-Type: Simple Extra-Source-Files: Changes.md Source-Repository head Type: darcs Location: http://code.haskell.org/~thielema/llvm-tf/ Source-Repository this Tag: 12.1 Type: darcs Location: http://code.haskell.org/~thielema/llvm-tf/ Library Default-Language: Haskell98 Build-Depends: llvm-ffi >=9.1 && <14.0, base >=4.5 && <5 Hs-Source-Dirs: src GHC-Options: -Wall -- GHC-Options: -ddump-simpl-stats Exposed-Modules: LLVM.Core.Instructive LLVM.Util.Memory Other-Modules: LLVM.Util.MemoryComplete