-
Notifications
You must be signed in to change notification settings - Fork 2
/
accelerate-buildbot.cabal
42 lines (36 loc) · 1.43 KB
/
accelerate-buildbot.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Name: accelerate-buildbot
Version: 0.1.0.0
Synopsis: Accelerate performance & regression build bot
Description: Accelerate performance & regression build bot
License: BSD3
License-file: LICENSE
Author: The Accelerate Team
Maintainer: Trevor L. McDonell <[email protected]>
Homepage: http://www.cse.unsw.edu.au/~chak/project/accelerate/
Bug-reports: https://github.com/AccelerateHS/accelerate/issues
Category: Compilers/Interpreters, Concurrency, Data
Build-type: Simple
Cabal-version: >=1.6
Tested-with: GHC == 7.4.1
Extra-source-files: misc/banner.txt
Executable accelerate-buildbot
Main-is: Main.hs
hs-source-dirs: src
ghc-options: -Wall
Build-depends:
base == 4.*,
buildbox == 1.5.*,
bytestring >= 0.9 && < 0.11,
bytestring-csv == 0.1.*,
bytestring-lexing >= 0.2 && < 0.5,
cmdargs >= 0.6,
containers >= 0.3 && < 0.6,
directory >= 1.0 && < 1.3,
filepath >= 1.1 && < 1.4,
mtl >= 1.1 && < 3.0,
old-locale == 1.0.*,
random == 1.0.*,
unix >= 2.4
Source-repository head
Type: git
Location: git://github.com/AccelerateHS/accelerate-buildbot.git