Skip to content

Commit

Permalink
Update from Hackage at 2020-02-27T20:17:26Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 27, 2020
1 parent 0bec609 commit e6c378f
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
73 changes: 73 additions & 0 deletions dejafu/2.1.0.3/dejafu.cabal
@@ -0,0 +1,73 @@
-- Initial monad-conc.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name: dejafu
version: 2.1.0.3
synopsis: A library for unit-testing concurrent programs.

description:
/[Déjà Fu is] A martial art in which the user's limbs move in time as well as space, […] It is best described as "the feeling that you have been kicked in the head this way before"/ -- Terry Pratchett, Thief of Time
.
This package builds on the
<https://hackage.haskell.org/package/concurrency concurrency>
package by enabling you to deterministically test your concurrent
programs.
.
See the <https://dejafu.readthedocs.io website> or README for more.

homepage: https://github.com/barrucadu/dejafu
license: MIT
license-file: LICENSE
author: Michael Walker
maintainer: mike@barrucadu.co.uk
copyright: (c) 2015--2019 Michael Walker
category: Concurrency
build-type: Simple
extra-source-files: README.markdown CHANGELOG.rst
cabal-version: >=1.10

source-repository head
type: git
location: https://github.com/barrucadu/dejafu.git

source-repository this
type: git
location: https://github.com/barrucadu/dejafu.git
tag: dejafu-2.1.0.3

library
exposed-modules: Test.DejaFu
, Test.DejaFu.Conc
, Test.DejaFu.Refinement
, Test.DejaFu.SCT
, Test.DejaFu.Settings
, Test.DejaFu.Schedule
, Test.DejaFu.Types
, Test.DejaFu.Utils

, Test.DejaFu.Conc.Internal
, Test.DejaFu.Conc.Internal.Common
, Test.DejaFu.Conc.Internal.Memory
, Test.DejaFu.Conc.Internal.Program
, Test.DejaFu.Conc.Internal.STM
, Test.DejaFu.Conc.Internal.Threading
, Test.DejaFu.Internal
, Test.DejaFu.SCT.Internal
, Test.DejaFu.SCT.Internal.DPOR
, Test.DejaFu.SCT.Internal.Weighted

-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <5
, concurrency >=1.7 && <1.10
, containers >=0.5 && <0.7
, contravariant >=1.2 && <1.6
, deepseq >=1.1 && <2
, exceptions >=0.7 && <0.11
, leancheck >=0.6 && <0.10
, profunctors >=4.0 && <6
, random >=1.0 && <1.2
, transformers >=0.5 && <0.6
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wall
1 change: 1 addition & 0 deletions dejafu/2.1.0.3/dejafu.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"d7cfb525bd61ca72f5a226af288d29bd","Skein512_512":"4568f6c6a1831f582839d766f25c6187a80d94167b0f2939c6ba39fdc061d5dfc14ce0c543a48427552548161137bff15db84d5ecb0de711bcccae191eed5713","SHA1":"fd0b5332ab0db0ce694af9c63cbacc3c9252ff82","SHA512":"cf1ebd01873167f182f4ba0b21f86a1efa4d15fd97622d630f16273d4cae293bcfc077503703d01f912ee78c211ac81d7ad1b97894017c9da46c0f269df2c7ef","SHA256":"6f5e4f1da306dc009e324d60946a3e717323493bca563da4e72fe39bf09b2a2c"},"package-locations":["https://hackage.haskell.org/package/dejafu-2.1.0.3/dejafu-2.1.0.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/dejafu-2.1.0.3.tar.gz"],"package-size":77544}

0 comments on commit e6c378f

Please sign in to comment.