Added line-height to more body elements.
[website.git] / website.cabal
1 cabal-version: 1.12
2
3 -- This file has been generated from package.yaml by hpack version 0.33.0.
4 --
5 -- see: https://github.com/sol/hpack
6 --
7 -- hash: 5b56f25d1b124af245aaaa6eec2b43613e0fdc60999133b89b5d229692d84c2d
8
9 name:           website
10 version:        0.1.0.0
11 description:    Please see the README on GitHub at <https://github.com/githubuser/website#readme>
12 homepage:       https://github.com/githubuser/website#readme
13 bug-reports:    https://github.com/githubuser/website/issues
14 author:         Author name here
15 maintainer:     example@example.com
16 copyright:      2021 Author name here
17 license:        BSD3
18 license-file:   LICENSE
19 build-type:     Simple
20 extra-source-files:
21     README.md
22     ChangeLog.md
23
24 source-repository head
25   type: git
26   location: https://github.com/githubuser/website
27
28 library
29   exposed-modules:
30       Lib
31   other-modules:
32       Paths_website
33   hs-source-dirs:
34       src
35   build-depends:
36       aeson ==1.5.6.0
37     , base >=4.7 && <5
38     , bytestring ==0.10.12.0
39     , containers ==0.6.2.1
40     , mtl ==2.2.2
41     , pandoc ==2.11.4
42     , servant ==0.18.2
43     , servant-server ==0.18.2
44     , text ==1.2.4.1
45     , warp ==3.3.14
46   default-language: Haskell2010
47
48 executable website
49   main-is: Main.hs
50   other-modules:
51       Paths_website
52   hs-source-dirs:
53       app
54   ghc-options: -threaded -rtsopts -with-rtsopts=-N
55   build-depends:
56       aeson ==1.5.6.0
57     , base >=4.7 && <5
58     , bytestring ==0.10.12.0
59     , containers ==0.6.2.1
60     , mtl ==2.2.2
61     , pandoc ==2.11.4
62     , servant ==0.18.2
63     , servant-server ==0.18.2
64     , text ==1.2.4.1
65     , warp ==3.3.14
66     , website
67   default-language: Haskell2010
68
69 test-suite website-test
70   type: exitcode-stdio-1.0
71   main-is: Spec.hs
72   other-modules:
73       Paths_website
74   hs-source-dirs:
75       test
76   ghc-options: -threaded -rtsopts -with-rtsopts=-N
77   build-depends:
78       aeson ==1.5.6.0
79     , base >=4.7 && <5
80     , bytestring ==0.10.12.0
81     , containers ==0.6.2.1
82     , mtl ==2.2.2
83     , pandoc ==2.11.4
84     , servant ==0.18.2
85     , servant-server ==0.18.2
86     , text ==1.2.4.1
87     , warp ==3.3.14
88     , website
89   default-language: Haskell2010