-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsparrow.cabal
81 lines (77 loc) · 2 KB
/
sparrow.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6edfb24562ad73aa3e68e8515d4077a095634d8f053d391be61e857bf5d79919
name: sparrow
version: 0.0.3.1
synopsis: Unified streaming data-dependency framework for web apps
description: Please see the README on Github at <https://git.localcooking.com/tooling/sparrow#readme>
category: Web
homepage: https://github.com/athanclark/sparrow#readme
bug-reports: https://github.com/athanclark/sparrow/issues
author: Athan Clark
maintainer: athan.clark@localcooking.com
copyright: 2018 Local Cooking Inc.
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/athanclark/sparrow
library
exposed-modules:
Web.Dependencies.Sparrow
Web.Dependencies.Sparrow.Client
Web.Dependencies.Sparrow.Client.Types
Web.Dependencies.Sparrow.Server
Web.Dependencies.Sparrow.Server.Types
Web.Dependencies.Sparrow.Types
other-modules:
Paths_sparrow
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson
, aeson-attoparsec
, async
, attoparsec
, attoparsec-uri >=0.0.7
, base >=4.7 && <5
, bytestring
, deepseq
, exceptions
, extractable-singleton
, hashable
, http-client
, http-client-tls
, http-types
, list-t
, monad-control
, monad-control-aligned
, mtl
, nested-routes >=9.0.2
, path
, path-extra >=0.2.0
, pred-trie >=0.6.1
, purescript-iso >=0.0.5
, stm
, strict
, text
, tmapchan
, tmapmvar >=0.0.4
, transformers
, unordered-containers
, urlpath >=9.0.1
, uuid
, wai >=0.12.4
, wai-middleware-content-type >=0.6.2
, wai-transformers >=0.1.0
, websockets >=0.12.4.0
, websockets-simple >=0.1.3
, wuss
default-language: Haskell2010