-
Notifications
You must be signed in to change notification settings - Fork 7
/
haquery.cabal
37 lines (34 loc) · 1.08 KB
/
haquery.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
-- Initial haquery.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: haquery
version: 0.1.1.3
synopsis: jQuery for Haskell.
-- description:
homepage: https://github.com/crufter/haquery
license: BSD3
license-file: LICENSE
author: Janos Dobronszki
maintainer: dobronszki@gmail.com
-- copyright:
category: HTML
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Haquery
-- other-modules:
build-depends: base >= 4.5 && < 4.10,
transformers,
split,
containers,
text,
parsec,
tagsoup
hs-source-dirs: src
Test-Suite test-haquery
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: tests
build-depends: base,
haquery,
hspec,
text