packages feed

ENIG-0.0.0.2: ENIG.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 42ae09380483cc6cd54e76091436d679146fefdf25a2e8cdfe6bb0f73feaf94e

name:           ENIG
version:        0.0.0.2
synopsis:       Auto Korean conjugator/adjustor/adopter/converter
description:    Please see the README on GitHub at <https://github.com/QuietJoon/ENIG#readme>
category:       Natural Language Processing
homepage:       https://github.com/QuietJoon/ENIG#readme
bug-reports:    https://github.com/QuietJoon/ENIG/issues
author:         YongJoon Joe
maintainer:     developer+ENIG@quietjoon.net
copyright:      2016-2019 YongJoon Joe
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/QuietJoon/ENIG

library
  exposed-modules:
      Data.Text.ENIG
      Data.Text.ENIG.Config
      Data.Text.ENIG.Data
      Data.Text.ENIG.Detect
      Data.Text.ENIG.Show
  other-modules:
      Paths_ENIG
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , text
    , unicode-transforms
    , vector
  default-language: Haskell2010

test-suite ENIG-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Test.ENIG
      Test.ENIG.Config
      Test.ENIG.Detect
      Test.ENIG.Premise
      Paths_ENIG
  hs-source-dirs:
      test
  default-extensions: TemplateHaskell
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      ENIG
    , HUnit
    , QuickCheck
    , base
    , test-framework
    , test-framework-hunit
    , test-framework-quickcheck2
    , test-framework-th
    , text
    , unicode-transforms
  default-language: Haskell2010