-
Notifications
You must be signed in to change notification settings - Fork 0
/
observable.cabal
26 lines (24 loc) · 939 Bytes
/
observable.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: observable
version: 0.1.5
synopsis: Continuation patterns
description: Make your actions to be observable and handle events from them.
homepage: https://github.com/iokasimov/observable
bug-reports: https://github.com/iokasimov/observable/issues
extra-source-files: CHANGELOG.md
license: BSD3
license-file: LICENSE
author: Murat Kasimov
maintainer: Murat Kasimov <[email protected]>
copyright: Copyright (c) 2018 Murat Kasimov
category: 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
default-extensions: NoImplicitPrelude, PackageImports
ghc-options: -fno-warn-tabs