ats-setup-0.3.1.0: ATS scripts for Cabal builds

Safe HaskellNone
LanguageHaskell2010

Distribution.ATS

Contents

Synopsis

Documentation

atsUserHooks :: [ATSDependency] -> UserHooks Source #

This generates user hooks for a Cabal distribution that has some ATS library dependencies. For an example of its use, see the Setup.hs of fast-arithmetic

atsLibUserHooks :: [ATSDependency] -> UserHooks Source #

Same as atsUserHooks, but installs atslib as well.

Types

type ATSVersion = [Integer] Source #

ATS library version to use, e.g. [0,3,8] for 0.3.8.

data ATSDependency Source #

Constructors

ATSDependency 

Fields

Libraries

libgmp :: ATSDependency Source #

GMP bindings for ATS

intinf :: ATSDependency Source #

Arbitrary-precision arithmetic library for ATS

Functions involving the compiler