-
Notifications
You must be signed in to change notification settings - Fork 0
/
goa.cabal
executable file
·24 lines (20 loc) · 927 Bytes
/
goa.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: goa
Version: 3.1
License: BSD3
License-File: LICENSE
Author: Paolo Martini
Maintainer: Chris Done <[email protected]>
Synopsis: GHCi on Acid
Description: Offers an interface to be able to call Lambdabot commands within GHCi. Now works with recent lambdabots.
Build-Depends: base > 4 && <5,
directory >= 1.0 && < 1.2,
process >= 1.0 && < 1.1,
filepath >= 1.1 && < 1.3
Build-Type: Simple
Category: System
Synopsis: GHCi bindings to lambdabot
Exposed-Modules: GOA
ghc-options: -Wall -funbox-strict-fields
data-files: README, dot-ghci, fcgi/README, fcgi/lambdaweb.html
extra-source-files: fcgi/lambdaweb-ajax.js, fcgi/Setup.hs, fcgi/bot.cabal,
fcgi/bot.hs, fcgi/lambdaweb-style.css, LICENSE