Skip to content

Commit

Permalink
Update from Hackage at 2018-12-10T09:45:56Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Dec 10, 2018
1 parent 1a28e3e commit ce1988e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions observable/0.1.4/observable.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: observable
version: 0.1.4
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 <iokasimov.m@gmail.com>
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
1 change: 1 addition & 0 deletions observable/0.1.4/observable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"12b9fb330e5bb5c2c4e0ae94f5dc60ff","Skein512_512":"a7f51a30b6e9625b60c202e5e8bb83662e96821d8de06d0e7d69b5feb4261f3afe7cb0b65b2d464223068cf6b74a305c11ca226256909035889072788a333b30","SHA1":"08bd83a76b6546e760632ac7f1aadc36b182c0d6","SHA512":"96879a6ee2ddc9cca2ecd3dfcb8cce2cca603d384b9edb777d0445c38de40c70f5ed5273d6a75f818e6fc5b5e79ef7ed7cfcab8731a7c96419403934434c626e","SHA256":"864a2d04b56deef42af8ef8568fc7bb59546cf5df0dfecdea46d597f856a0374"},"package-locations":["https://hackage.haskell.org/package/observable-0.1.4/observable-0.1.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/observable-0.1.4.tar.gz"],"package-size":2210}

0 comments on commit ce1988e

Please sign in to comment.