BSD-3-Clause licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:yackage-0.8.1@sha256:c84f11e8d611dfddac1a7f48bc58f1bb4e19c22cba46f7076c5fdc2cbaef28e5,1909

Module documentation for 0.8.1

There are no documented modules for this package.

yackage

This package installs a yackage executable that runs a simplistic hackage-like server. It allows you to upload packages produced via cabal sdist and install them via cabal. The trick is to add the yackage repository to your cabal config file, with a line such as:

remote-repo: yackage:http://localhost:3500/

Changes

0.8.1

  • aeson 1.0

0.8.0

  • Warp 3.1

0.7.0.8

  • Compile with GHC 7.10

0.7.0.7

  • Change absolute paths to relative for index #10