packages feed

yackage 0.6.0.2 → 0.6.0.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~blaze-builderdep ~blaze-htmldep ~http-types

Dependency ranges changed: blaze-builder, blaze-html, http-types

Files

yackage.cabal view
@@ -1,5 +1,5 @@ Name:                yackage-Version:             0.6.0.2+Version:             0.6.0.3 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:@@ -37,8 +37,8 @@                      , transformers                      , hamlet                      , yesod-form >= 1.1 && < 1.3-                     , http-types >= 0.6 && < 0.8-                     , blaze-html >= 0.5 && < 0.6+                     , http-types >= 0.6+                     , blaze-html >= 0.5                      , vector                      , unordered-containers                      , conduit@@ -48,7 +48,7 @@   if flag(upload)       Build-depends:       base >= 4 && < 5                          , http-conduit >= 1.5 && < 1.9-                         , blaze-builder >= 0.2.1.3 && < 0.4+                         , blaze-builder >= 0.2.1.3                          , bytestring   else     Buildable: False