| Copyright | [2017] Trevor L. McDonell |
|---|---|
| License | BSD3 |
| Maintainer | Trevor L. McDonell <tmcdonell@cse.unsw.edu.au> |
| Stability | experimental |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Array.Accelerate.LLVM.Native.Distribution.Simple
Description
- defaultMain :: IO ()
- simpleUserHooks :: UserHooks
- module Distribution.Simple
Documentation
defaultMain :: IO () Source #
A simple implementation of main for a Cabal setup script. This is the
same as defaultMain, with added support for building
libraries utilising runQ*.
simpleUserHooks :: UserHooks Source #
Hooks that correspond to a plain instantiation of the "simple" build system.
module Distribution.Simple