packages feed

workflow-pure 0.0.0 → 0.0.1

raw patch · 3 files changed

+17/−6 lines, 3 filesdep ~workflow-typesbinary-addedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: workflow-types

API changes (from Hackage documentation)

Files

+ images/workflow-pure.png view

binary file changed (absent → 257566 bytes)

stack.yaml view
@@ -11,5 +11,5 @@ - ../workflow-types  extra-deps:-- workflow-types-0.0.0+- workflow-types-0.0.1 - spiros-0.0.0
workflow-pure.cabal view
@@ -1,7 +1,18 @@ name:                workflow-pure-version:             0.0.0-synopsis:            TODO-description:         TODO+version:             0.0.1+synopsis:            manipulate `workflow-types:Workflow`'s+description:         + .+ perform some static analysis on a workflow, without executing it (which would be platform-dependent).+ .+ documention at "Workflow.Pure".+ . + see the source of "Workflow.Pure.Main" for an example.+ .+ transitive dependencies:+ .+ <<images/workflow-pure.png>>+ homepage:            http://github.com/sboosali/workflow-pure#readme license:             BSD3 license-file:        LICENSE@@ -22,9 +33,9 @@   .travis.yml   HLint.hs   stack.yaml+  images/*.png  --data-files:- --  data/  source-repository head@@ -50,7 +61,7 @@   build-depends:     base >=4.7 && <5-  , workflow-types ==0.0.0+  , workflow-types >=0.0.1    , transformers   , mtl