Cabal revisions of yaml-0.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: yaml version: 0.3.0+x-revision: 1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com> flag nolib description: Skip building the library default: False+ manual: True+ flag buildtests description: Build the executable to run unit tests default: False+ manual: True library if flag(nolib) Buildable: False else Buildable: True- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, transformers >= 0.1 && < 0.3, bytestring >= 0.9.1.4 && < 0.10, iteratee >= 0.3.5 && < 0.4, test-framework-hunit, HUnit, directory,- base >= 4 && < 5,+ base >= 4 && < 4.7, transformers >= 0.1 && < 0.3, bytestring >= 0.9.1.4 && < 0.10, iteratee >= 0.3.5 && < 0.4,