name: observable version: 0.1.0 synopsis: Make your action to be observable and listen events from them. description: Make your action to be observable and listen events from them. homepage: https://github.com/iokasimov/observable license: BSD3 license-file: LICENSE author: Murat Kasimov maintainer: Murat Kasimov copyright: Copyright (c) 2018 Murat Kasimov category: Data, Control build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/iokasimov/observable.git library exposed-modules: Control.Observable build-depends: base == 4.*, transformers default-language: Haskell2010 ghc-options: -fno-warn-tabs