forked from fcitx5-android/prebuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprebuilder.cabal
More file actions
44 lines (42 loc) · 819 Bytes
/
Copy pathprebuilder.cabal
File metadata and controls
44 lines (42 loc) · 819 Bytes
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
cabal-version: 3.0
name: prebuilder
version: 0.1.0.0
author: berberman
maintainer: berberman@yandex.com
build-type: Simple
executable prebuilder
ghc-options: -Wall -threaded -rtsopts
main-is: Main.hs
build-depends:
, aeson
, aeson-pretty
, base
, bytestring
, extra
, shake
, text
hs-source-dirs: src
default-language: Haskell2010
other-modules:
Base
CMakeBuilder
Rules.AnthyData
Rules.Boost
Rules.Fcitx5Data
Rules.Fmt
Rules.GLog
Rules.LevelDB
Rules.LibChewing
Rules.LibUV
Rules.LibHangul
Rules.LibIME
Rules.LibIMEJyutping
Rules.LibIconv
Rules.LibIntlLite
Rules.LibRime
Rules.LibThai
Rules.Lua
Rules.Marisa
Rules.OpenCC
Rules.YAMLCpp
Rules.ZSTD