-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb-plugins.cabal
32 lines (29 loc) · 1.33 KB
/
web-plugins.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
name: web-plugins
version: 0.4.1
synopsis: dynamic plugin system for web applications
description: This provides a simple framework for defining plugins for a web application.
It is designed with the requirement that plugins can be loaded into a running
web application with out having to know about the plugin in advance.
homepage: https://github.com/clckwrks/web-plugins
license: BSD3
license-file: LICENSE
author: Jeremy Shaw
maintainer: Jeremy Shaw <[email protected]>
category: Web
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.0.1, GHC==8.6.3, GHC==8.8.3, GHC==8.10.1
source-repository head
type: git
location: git://github.com/clckwrks/web-plugins.git
library
default-language: Haskell2010
exposed-modules: Web.Plugins.Core
build-depends: base > 4 && < 5,
binary < 0.11,
bytestring < 0.12,
containers >= 0.4 && < 0.7,
http-types < 0.13,
mtl >= 2.1 && < 2.3,
stm >= 2.3 && < 2.6,
text >= 0.11 && < 1.3