@hackage llvm-tf3.0.3.2
Bindings to the LLVM compiler toolkit using type families.
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <llvm@henning-thielemann.de>
Links
Versions
Installation
Dependencies (10)
- base >=3 && <5
- containers >=0.4 && <0.6
- fixed-length >=0.2 && <0.3
- llvm-ffi >=3.5.1 && <3.6
- non-empty >=0.2 && <0.4
- process >=1.1 && <1.5 Show all…
Dependents (10)
@hackage/synthesizer-llvm, @hackage/llvm-extra, @hackage/llvm-extension, @hackage/knead-arithmetic, @hackage/acme-everything, @hackage/set-cover, Show all…
Package Flags
developer
(off by default)
developer mode - warnings let compilation fail
buildexamples
(off by default)
Build example executables
High-level bindings to the LLVM compiler toolkit using type families instead of functional dependencies.
We use the same module names as the llvm package,
which makes it harder to work with both packages from GHCi.
You may use the -hide-package option.
We may change the module names later.
A note on versioning: The first two version numbers match the version of LLVM. In order to be able to improve the Haskell API for the same version of LLVM, I use the first three numbers of the Cabal package version as the major version in the sense of the Package Versioning Policy PVP. That is, a bump from 3.0.0 to 3.0.1 may contain substantial API changes, a bump from 3.0.0.0 to 3.0.0.1 may contain API extensions, and a bump from 3.0.0.0.0 to 3.0.0.0.1 may contain API-preserving bugfixes.