-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs-openmoji-data.cabal
47 lines (40 loc) · 1.18 KB
/
hs-openmoji-data.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
cabal-version: >=1.10
name: hs-openmoji-data
version: 15.0.0
synopsis: The OpenMoji emoji dataset
description:
This library simply exposes the OpenMoji emoji dataset as some data in Haskell
bug-reports: https://github.com/obsidiansystems/hs-openmoji-data/issues
license: BSD3
license-file: LICENSE
author: Obsidian Systems LLC
maintainer: [email protected]
copyright: 2020 Obsidian Systems LLC
category: Data, Text
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
library
exposed-modules:
Text.Emoji.OpenMoji.Data
Text.Emoji.OpenMoji.Types
build-depends:
base >=4.12 && <4.19
, text >=1.2 && <2.1
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
executable readme
build-depends:
base
, containers >=0.6 && <0.7
, emojis >=0.1 && <0.2
, hs-openmoji-data
, text
default-language: Haskell2010
main-is: README.lhs
ghc-options: -Wall -optL -q
source-repository head
type: git
location: git://github.com/obsidiansystems/hs-openmoji-data.git