-
Notifications
You must be signed in to change notification settings - Fork 0
/
rdfs.cabal
39 lines (35 loc) · 1.03 KB
/
rdfs.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
Name: RDFS
Version: 0.0.1
Cabal-Version: >= 1.8
License: MIT
License-File: LICENSE
Author: Maxim Treskin
Homepage: http://github.com/realdesktop/rdfs/
Category: System
Synopsis: Real Desktop File System
Build-Type: Simple
Library
Build-Depends: base,
directory,
filepath,
HFuse >= 0.2.4,
bytestring,
containers,
unix,
network,
dbus-core,
dbus-client,
hxt,
hxt-xpath,
text
Hs-Source-Dirs: src
Exposed-Modules:
System.FS.RDFS System.FS.RDFS.DBUS
Executable rdfs
Build-Depends: base,
directory,
haskell98,
RDFS
GHC-Options: -rtsopts -fno-cse -threaded
Main-Is: Main.hs
Hs-Source-Dirs: exec