workflow-extra 0.0.0 → 0.0.1
raw patch · 4 files changed
+20/−9 lines, 4 filesdep ~QuickCheckdep ~hspecbinary-added
Dependency ranges changed: QuickCheck, hspec
Files
- images/workflow-extra.png binary
- stack.yaml +1/−3
- workflow-extra.cabal +19/−6
- workflow-extra.png binary
+ images/workflow-extra.png view
binary file changed (absent → 290371 bytes)
stack.yaml view
@@ -11,10 +11,8 @@ packages: - . # - ../spiros- - ../workflow-types extra-deps: - spiros-0.0.0--- workflow-types-0.0.0+- workflow-types-0.0.1
workflow-extra.cabal view
@@ -1,7 +1,20 @@ name: workflow-extra-version: 0.0.0-synopsis: TODO-description: TODO+version: 0.0.1+synopsis: Utilities (e.g. Googling the clipboard contents) for the `workflow` pacakge+description: + .+ Over functions to defined your own custom workflows, which should be shareable across platforms. (for example, the usage of "M-c" ("meta") over "A-c" ("alt") or "C-c" ("control") is encouraged).+ .+ documention at "Workflow.Derived".+ . + see the source of "Workflow.Derived.Main" for an example.+ .+ Combine with one of the platform-specific packages (@workflow-osx@, @workflow-windows@, @workflow-x11@, etc) with "Workflow.Derived.Repl" to verify that the bindings behave correctly on your system.+ .+ transitive dependencies:+ .+ <<images/workflow-extra.png>>+ homepage: http://github.com/sboosali/workflow-extra#readme license: BSD3 license-file: LICENSE@@ -22,7 +35,7 @@ .travis.yml HLint.hs stack.yaml- workflow-extra.png+ images/*.png -- data-files: -- data/@@ -141,8 +154,8 @@ build-depends: base , workflow-extra- , hspec ==2.2.*- , QuickCheck ==2.8.*+ , hspec + , QuickCheck -- , tasty -- , tasty-quickcheck
− workflow-extra.png
binary file changed (290371 → absent bytes)