-
Notifications
You must be signed in to change notification settings - Fork 5
/
data-glue.cabal
63 lines (59 loc) · 1.39 KB
/
data-glue.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
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1fadd438a803153f8f891081fadc58b06887a3466a40f4c52237c67b3a51a4c3
name: data-glue
version: 0.1.0.0
homepage: https://github.com/githubuser/data-glue#readme
bug-reports: https://github.com/githubuser/data-glue/issues
author: Data Haskell Community
maintainer: Data Haskell Community
license: MIT
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
LICENSE.md
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/githubuser/data-glue
library
hs-source-dirs: lib
exposed-modules: DataGlue.Chart
, DataGlue.Frames
, DataGlue.Frames.GroupBy
ghc-options: -Wall -freduction-depth=32
build-depends:
base
, Chart
, colour
, data-default-class
, foldl
, Frames
, ghc-parser
, hvega
, ihaskell
, ihaskell-aeson
, ihaskell-blaze
, ihaskell-charts
, ihaskell-diagrams
, ihaskell-gnuplot
, ihaskell-hatex
, ihaskell-inline-r
, ihaskell-juicypixels
, ihaskell-magic
, ihaskell-plot
, ihaskell-widgets
, ipython-kernel
, inline-r
, lens
, PyF
, random
, string-qq
, text
, vinyl
other-modules:
Paths_data_glue
default-language: Haskell2010