packages feed

miso-action-logger-0.1.0.1: miso-action-logger.cabal

cabal-version:       >=1.22
name:                miso-action-logger
version:             0.1.0.1
synopsis:            Miso state transition logger
description:         State transition logger for Miso heavily inspired by Redux-Logger.
homepage:            https://github.com/Lermex/miso-action-logger
bug-reports:         https://github.com/Lermex/miso-action-logger/issues
license:             BSD3
license-file:        LICENSE
author:              Sviat Chumakov
maintainer:          svchumakov@gmail.com
copyright:           Copyright (c) 2019 Sviat Chumakov
category:            Web
extra-source-files:  CHANGELOG.md
build-type:          Simple

library
  exposed-modules:
    MisoActionLogger
    MisoActionLogger.FFI
  -- other-modules:
  -- other-extensions:
  build-depends:
      aeson
    , base < 5
    , ghcjs-base
    , miso
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:
    -Wall

source-repository head
   type: git
   location: https://github.com/Lermex/miso-action-logger.git