Skip to content

LeastAuthority/haskell-magic-wormhole

Folders and files

NameName
Last commit message
Last commit date
Jun 1, 2023
Oct 2, 2020
Oct 23, 2018
Oct 8, 2021
Oct 12, 2021
Oct 22, 2017
Feb 25, 2021
Mar 13, 2024
Oct 12, 2021
Nov 9, 2017
Apr 25, 2023
Apr 25, 2023
Oct 12, 2021
Oct 12, 2021

Repository files navigation

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