Skip to content

Commit

Permalink
Update from Hackage at 2020-09-26T23:27:00Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 26, 2020
1 parent 7ce9f92 commit 5f34568
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
53 changes: 53 additions & 0 deletions stm-actor/0.2.3.0/stm-actor.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
cabal-version: 2.4
name: stm-actor
version: 0.2.3.0
license: MIT
license-file: LICENSE
synopsis: A simplistic actor model based on STM
description: A simplistic actor model based on STM.
author: Samuel Schlesinger
maintainer: samuel@simspace.com
copyright: 2020 Samuel Schlesinger
category: Control
build-type: Simple
extra-source-files: CHANGELOG.md
tested-with: GHC ==8.6.1 ||
==8.6.2 ||
==8.6.3 ||
==8.6.4 ||
==8.6.5 ||
==8.8.1 ||
==8.8.2 ||
==8.8.3 ||
==8.8.4 ||
==8.10.1 ||
==8.10.2

source-repository head
type: git
location: https://github.com/samuelschlesinger/stm-actor

library
exposed-modules: Control.Concurrent.Actor
build-depends: base >=4.12 && <4.15,
stm >=2.1,
stm-queue >=0.1,
mtl >=1.0,
unliftio-core >= 0.2,
transformers >=0.2
hs-source-dirs: src
default-language: Haskell2010

test-suite stm-actor-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
build-depends: base >=4.12 && <4.15,
stm >=2.1,
stm-queue >=0.1,
hspec >=2.7.4,
mtl >=1.0,
stm-actor
other-extensions: PostfixOperators, TypeApplications, BlockArguments
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T" -O2
default-language: Haskell2010
1 change: 1 addition & 0 deletions stm-actor/0.2.3.0/stm-actor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"393965ef6afab163c28940c26f83ac85","Skein512_512":"1385ff32778f6c056f80398d87d6f27aee63c93472abcd5a41fc920e9e096d9f251e2c0a778903b1f1f39a3d0c4c4e0560f2a5c0fd4304041ad7dc62e01fb57a","SHA1":"55150aeed92825d9b238ac1435419931721ea3de","SHA512":"e4764f0ae089f64433e9959cf9af5c060786e6c22e7795de118316b6e4737faadea9da49ba8dcef0b6b6405f21fa79fa2bac0f7b897dbc51010e16a11920fdad","SHA256":"37902922f1b5eed54314c5549e61b176f434cabd726658c69647774b83e40225"},"package-locations":["https://hackage.haskell.org/package/stm-actor-0.2.3.0/stm-actor-0.2.3.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/stm-actor-0.2.3.0.tar.gz"],"package-size":5269}

0 comments on commit 5f34568

Please sign in to comment.