packages feed

reflex-localize-1.0.0.0: reflex-localize.cabal

name:                reflex-localize
version:             1.0.0.0
synopsis:            Localization library for reflex
description:         Library provides helpers for dynamic strings that depends on current selected language.
  See also `reflex-localize-dom` for examples and DOM related helpers.
stability:           Experimental
category:            Reflex, FRP, Web, GUI, HTML, Javascript, Reactive, Reactivity, User Interfaces, User-interface
build-type:          Simple
cabal-version:       >=1.10
license:             MIT
license-file:        LICENSE
copyright:           2019 ATUM SOLUTIONS AG
author:
                     - Anton Gushcha
                     - Aminion
                     - Vladimir Krutkin
                     - Levon Oganyan
maintainer:          - Anton Gushcha <ncrashed@gmail.com>
                     - Aminion <>
                     - Vladimir Krutkin <krutkinvs@gmail.com>
                     - Levon Oganyan
bug-reports:         https://github.com/hexresearch/ergvein/issues
homepage:            https://github.com/hexresearch/ergvein
extra-source-files:
  README.md
  CHANGELOG.md

library
  hs-source-dirs:      src
  exposed-modules:
    Reflex.Localize
    Reflex.Localize.Class
    Reflex.Localize.Language
    Reflex.Localize.Monad
    Reflex.Localize.Trans
  build-depends:
      base                      >= 4.5      && < 4.15
    , jsaddle
    , mtl
    , reflex                    >= 0.4      && < 0.8
    , reflex-external-ref
    , text
  default-language:    Haskell2010
  default-extensions:
    DataKinds
    DeriveDataTypeable
    DeriveGeneric
    FlexibleInstances
    FunctionalDependencies
    GeneralizedNewtypeDeriving
    LambdaCase
    MultiParamTypeClasses
    RankNTypes
    ScopedTypeVariables
    StandaloneDeriving
    TypeFamilies
    UndecidableInstances

source-repository head
  type: git
  location: https://github.com/hexresearch/ergvein
  subdir: reflex-localize