packages feed

Cabal revisions of shelly-1.6.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:       shelly  Version:     1.6.1.1+x-revision: 1 Synopsis:    shell-like (systems) programming in Haskell  Description: Shelly provides convenient systems programming in Haskell,   hs-source-dirs: src    Build-depends:-    containers                >= 0.4.2.0,+    containers                >= 0.4.2.0 && < 0.6,     time                      >= 1.3 && < 1.6,     directory                 >= 1.1.0.0 && < 1.3.0.0,-    mtl                       >= 2,-    process                   >= 1.0,+    mtl                       >= 2 && < 2.3,+    process                   >= 1.0 && < 1.5,     unix-compat               < 0.5,     system-filepath           >= 0.4.7 && < 0.5,     system-fileio             < 0.4,     monad-control             >= 0.3.2 && < 1.1,-    lifted-base,-    lifted-async,+    lifted-base < 0.3,+    lifted-async < 0.10,     exceptions                >= 0.6 && < 0.9,-    enclosed-exceptions,-    text, bytestring, async, transformers, transformers-base+    enclosed-exceptions < 1.1,+    text < 1.3, bytestring < 0.11, async < 2.2, transformers < 0.6, transformers-base < 0.5    if impl(ghc >= 7.6.1)     build-depends:-        base >= 4.6 && < 5+        base >= 4.6 && < 4.9   else     build-depends:       base >= 4 && < 5