-
Notifications
You must be signed in to change notification settings - Fork 15
/
9m.cabal
55 lines (53 loc) · 1.27 KB
/
9m.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
cabal-version: 2.4
name: 9m
version: 0.1.1
synopsis: Unicode URI shortener
license: BSD-3-Clause
license-file: LICENSE
author: Erlend Hamberg
maintainer: [email protected]
category: Network
tested-with: GHC ==9.2.4
build-type: Simple
data-dir: data
data-files:
svg/*.svg
executable 9m
main-is: 9m.hs
other-modules:
DataLayer
SafeBrowsing
Templates
Paths_9m
autogen-modules:
Paths_9m
hs-source-dirs: src
default-language: GHC2021
ghc-options: -Wall
build-depends:
aeson
, base
, blaze-html
, blaze-markup
, bytestring
, containers
, errors
, http-types
, ini
, lens
, monad-logger
, mtl
, optparse-applicative
, persistent
, persistent-sqlite
, persistent-template
, random
, resourcet
, scotty
, shakespeare
, string-conversions
, string-conversions
, text
, time
, transformers
, wreq