packages feed

Cabal revisions of yaml-0.8.9

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

revision 1
 name:            yaml version:         0.8.9+x-revision: 1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov  extra-source-files: c/helper.h,                     libyaml/yaml_private.h,                     libyaml/yaml.h,-		            libyaml/LICENSE+                    libyaml/LICENSE                     test/main.hs                     test/largest-string.yaml                     test/json.yaml   default: False  library-    build-depends:   base >= 4 && < 5+    build-depends:   base >= 4 && < 4.11                    , transformers >= 0.1                    , bytestring >= 0.9.1.4                    , conduit >= 1.0.11 && < 1.2      hs-source-dirs: exe     main-is: yaml2json.hs-    build-depends: base >= 4 && < 5+    build-depends: base >= 4 && < 4.11                  , yaml                  , bytestring >= 0.9.1.4                  , aeson >= 0.5      hs-source-dirs: exe     main-is: json2yaml.hs-    build-depends: base >= 4 && < 5+    build-depends: base >= 4 && < 4.11                  , yaml                  , bytestring >= 0.9.1.4                  , aeson >= 0.5     build-depends:   hspec >= 1.3                    , HUnit                    , directory-                   , base >= 4 && < 5+                   , base >= 4 && < 4.11                    , transformers >= 0.1                    , bytestring >= 0.9.1.4                    , conduit
revision 2
 name:            yaml version:         0.8.9-x-revision: 1+x-revision: 2 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov    default: False  library+    build-depends: aeson <2+     build-depends:   base >= 4 && < 4.11                    , transformers >= 0.1                    , bytestring >= 0.9.1.4
revision 3
 name:            yaml version:         0.8.9-x-revision: 2+x-revision: 3 license:         BSD3 license-file:    LICENSE-author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov +author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov maintainer:      Michael Snoyman <michael@snoyman.com> synopsis:        Support for parsing and rendering YAML documents. description:     Provides support for parsing and emitting Yaml documents.