yackage

Personal Hackage replacement for testing new packages.

http://github.com/snoyberg/yackage

Version on this page:0.8.0
LTS Haskell 9.21:0.8.1
Stackage Nightly 2017-07-25:0.8.1
Latest on Hackage:0.8.1

See all snapshots yackage appears in

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

Module documentation for 0.8.0

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.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