-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfermatslastmargin.cabal
58 lines (54 loc) · 1.38 KB
/
fermatslastmargin.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
cabal-version: 2.4
name: fermatslastmargin
version: 0.1.0.0
synopsis: hook javascript to pass url to server
homepage: http://github.com/shapr/fermatslastmargin
license: AGPL-3.0-or-later
license-file: LICENSE
author: Shae Erisson
maintainer: shae@scannedinavian.com
category: Web
extra-source-files: CHANGELOG.md
common deps
default-language: Haskell2010
build-depends:
, aeson
, base >=4.13 && <=4.18
, bytestring
, config-schema >=1.0.0
, config-value
, containers
, directory
, extra
, filemanip
, filepath
, fuzzy
, github >=0.26
, http-client
, http-client-tls
, http-types
, lucid
, process
, scotty
, text
, time
, wai-middleware-static
library
import: deps
hs-source-dirs: src
ghc-options: -ferror-spans -fshow-loaded-modules -Wall
exposed-modules:
Lib
Lib.Github
executable fermatslastmargin
import: deps
main-is: Main.hs
ghc-options: -threaded -ferror-spans -fshow-loaded-modules -Wall
build-depends:
, fermatslastmargin
, wai-extra
executable migrate
import: deps
main-is: Migrate.hs
ghc-options: -threaded -ferror-spans -fshow-loaded-modules -Wall
build-depends: fermatslastmargin