Cabal revisions of yaml-0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: yaml version: 0.2.0+x-revision: 1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> flag buildtests description: Build the executable to run unit tests default: False+ manual: True+ flag nolib description: Skip building of the library default: False+ manual: True library if flag(nolib) Buildable: False else Buildable: True- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.3, transformers >= 0.1 && < 0.2, control-monad-failure >= 0.6.0 && < 0.7, bytestring >= 0.9.1.4 && < 0.10 test-framework-hunit, HUnit, QuickCheck >= 1 && < 2,- base >= 4 && < 5,+ base >= 4 && < 4.3, transformers >= 0.1 && < 0.2, control-monad-failure >= 0.6.0 && < 0.7, bytestring >= 0.9.1.4 && < 0.10