-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathharlson.cabal
24 lines (21 loc) · 956 Bytes
/
harlson.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Name: harlson
Version: 1.0.3
Synopsis: Rate Limit Server
Description: Rate Limit Server
License: AllRightsReserved
License-file: LICENSE
Author: Jacknyfe inc.
Maintainer: Alexander Ovchinnikov <[email protected]>
Build-Type: Simple
Cabal-version: >= 1.2
Executable harlson
Main-is: Main.hs
Build-Depends: base >= 4.3, network >= 2.3.1.0, time >= 1.2.0.3,
containers >= 0.5.0.0, binary, bytestring, pretty, deepseq,
regex-compat
ghc-options: -O3 -threaded -rtsopts -auto-all -Wall -fno-warn-unused-do-bind
Executable perf-harlson
Main-is: Perftest.hs
Build-Depends: base >= 4.3, network >= 2.3.1.0, time >= 1.2.0.3,
containers >= 0.5.0.0, binary, bytestring
ghc-options: -O3 -threaded -rtsopts