ats-setup-0.2.0.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

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

atsFull :: ATSVersion -> ATSDependency Source #

Full ATS libraries.

findCli :: ATSDependency Source #

Directory traversal library for ATS