packages feed

hs-openmoji-data-13.0.0: hs-openmoji-data.cabal

cabal-version:      >=1.10
name:               hs-openmoji-data
version:            13.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:         maintainer@obsidian.systems
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.15
    , text  >=1.2  && <1.3

  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