-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlogreader.cabal
More file actions
28 lines (27 loc) · 863 Bytes
/
Copy pathlogreader.cabal
File metadata and controls
28 lines (27 loc) · 863 Bytes
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
name: logreader
version: 0.1.0.0
synopsis: Read logs from PluginConstructionKit plugins.
description: Please see README.md
homepage: http://github.com/keveri/logreader#readme
license: BSD3
license-file: LICENSE
author: Matias Keveri
category: Tool
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
other-modules:
LogReader.Reader,
LogReader.Types
default-language: Haskell2010
build-depends:
base >= 4.7 && < 5,
aeson >= 0.8,
containers >= 0.5,
directory >= 1.2,
filepath >= 1.4,
string-conversions >= 0.4,
text >= 1.2,
PluginConstructionKit >= 0.1,
TypeCount >= 0.1