forked from Tener/spike
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spike.cabal
30 lines (27 loc) · 1.09 KB
/
spike.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
Name: spike
Version: 0.3
Synopsis: Experimental web browser
Description: Experimental web browser based on WebKit-Gtk+
License: BSD3
License-file: LICENSE
Author: Krzysztof Skrzętnicki
Maintainer: gtener@gmail.com
Category: Web
Build-type: Simple
Cabal-version: >=1.6
Homepage: http://github.com/Tener/spike
Source-repository head
type: git
location: git://github.com/Tener/spike.git
Executable spike
Main-is: spike.hs
Other-modules: Utils, VisualBrowseTree, Datatypes, Graphs,
CFunctions, NotebookSimple, GlobalVariables,
Commands, BrowseTreeOperations
Hs-source-dirs: src
Build-depends: webkit == 0.12.*, containers, gtk, base == 4.*,
stm, mtl > 2, rosezipper == 0.2.*, process, directory,
filepath, glib, random, global-variables == 1.0.*
Ghc-options: -rtsopts
C-sources: cbits/cbits.c
pkgconfig-depends: libsoup-gnome-2.4