packages feed

yackage 0.7.0.5 → 0.7.0.6

raw patch · 3 files changed

+11/−7 lines, 3 filesdep −hamlet

Dependencies removed: hamlet

Files

+ ChangeLog.md view
+ README.md view
@@ -0,0 +1,8 @@+## 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/
yackage.cabal view
@@ -1,11 +1,7 @@ Name:                yackage-Version:             0.7.0.5+Version:             0.7.0.6 Synopsis:            Personal Hackage replacement for testing new packages.-Description:-    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/-+description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/yackage>. Homepage:            http://github.com/snoyberg/yackage License:             BSD3 License-file:        LICENSE@@ -14,6 +10,7 @@ Category:            Distribution, Web, Yesod Build-type:          Simple Cabal-version:       >=1.6+extra-source-files:  ChangeLog.md README.md  flag upload   default: True@@ -35,7 +32,6 @@                      , cmdargs                      , wai >= 1.4                      , transformers-                     , hamlet                      , shakespeare                      , yesod-form >= 1.3                      , http-types >= 0.6