packages feed

Cabal revisions of yaml-0.8.31.1

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

revision 1
 name:            yaml version:         0.8.31.1+x-revision: 1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov       -- but instead give it an impossible constraint.       -- See: https://github.com/haskell-infra/hackage-trustees/issues/165       build-depends: unsupported-ghc-version > 1 && < 1-    build-depends:   base >= 4.9.1 && < 5+    build-depends:   base >= 4.9.1 && < 4.13                    , transformers >= 0.1                    , bytestring >= 0.9.1.4                    , conduit >= 1.2.8 && < 1.4      hs-source-dirs: exe     main-is: yaml2json.hs-    build-depends: base >= 4 && < 5+    build-depends: base >= 4 && < 4.13                  , yaml                  , bytestring >= 0.9.1.4                  , aeson >= 0.7      hs-source-dirs: exe     main-is: json2yaml.hs-    build-depends: base >= 4 && < 5+    build-depends: base >= 4 && < 4.13                  , yaml                  , bytestring >= 0.9.1.4                  , aeson >= 0.7     cpp-options:     -DTEST     build-depends:   hspec >= 1.3                    , HUnit-                   , base >= 4 && < 5+                   , base >= 4 && < 4.13                    , transformers >= 0.1                    , bytestring >= 0.9.1.4                    , conduit
revision 2
 name:            yaml version:         0.8.31.1-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+     other-extensions: LambdaCase     if impl(ghc < 8.0.2)       -- Disable building with GHC before 8.0.2.