-
Notifications
You must be signed in to change notification settings - Fork 0
/
nixrbd.cabal
33 lines (32 loc) · 915 Bytes
/
nixrbd.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
Name: nixrbd
Version: 0.1.1
Synopsis: NixOS Remote Boot Daemon
Description: NixOS Remote Boot Daemon
Author: Rickard Nilsson
Maintainer: [email protected]
Stability: Experimental
Category: System
Build-type: Simple
Cabal-version: >=1.2
Executable nixrbd
Main-Is: Main.hs
Other-Modules: Route Nix Conf
GHC-Options: -Wall -O2 -threaded
Build-Depends: base >= 4 && < 5,
bytestring,
cmdargs,
data-default,
directory,
filepath,
hslogger,
http-types,
mtl,
network >= 2.6,
network-uri >= 2.6,
process,
split,
text,
transformers,
wai,
wai-extra,
warp