Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 456 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 456 Bytes

Magic Wormhole for Haskell

Library and command-line tools for interacting with Magic Wormhole in Haskell

Magic Wormhole lets you get things from one computer to another, safely.

Running tests

Install the python dependencies for running integration tests.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Now run the tests:

cabal test