Cabal revisions of xml-conduit-writer-0.1.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: xml-conduit-writer-version: 0.1.1.2-synopsis: Warm and fuzzy creation of XML documents.-description:- “It can scarcely be denied that the supreme goal of- all theory is to make the irreducible basic elements- as simple and as few as possible without having to- surrender the adequate representation of a single- datum of experience.” — Albert Einstein- .- Check out more examples in test/Main.hs and- look at the results with --enable-tests.-homepage: https://bitbucket.org/dpwiz/xml-conduit-writer-license: MIT-license-file: LICENSE-copyright: Alexander Bondarenko 2013-author: Alexander Bondarenko-maintainer: aenor.realm@gmail.com-category: Text-build-type: Simple-cabal-version: >=1.8--source-repository head- type: git- location: https://bitbucket.org/dpwiz/xml-conduit-writer--library- ghc-options: -Wall -O2- hs-source-dirs: src- exposed-modules:- Text.XML.Writer- build-depends:- base ==4.*,- xml-conduit, xml-types,- text,- mtl, dlist,- containers,- data-default--test-suite tests- type: exitcode-stdio-1.0- main-is: Main.hs- hs-source-dirs: test/- build-depends:- base, xml-conduit-writer, text+name: xml-conduit-writer +version: 0.1.1.2 +x-revision: 1 +synopsis: Warm and fuzzy creation of XML documents. +description: + “It can scarcely be denied that the supreme goal of + all theory is to make the irreducible basic elements + as simple and as few as possible without having to + surrender the adequate representation of a single + datum of experience.” — Albert Einstein + . + Check out more examples in test/Main.hs and + look at the results with --enable-tests. +homepage: https://bitbucket.org/dpwiz/xml-conduit-writer +license: MIT +license-file: LICENSE +copyright: Alexander Bondarenko 2013 +author: Alexander Bondarenko +maintainer: aenor.realm@gmail.com +category: Text +build-type: Simple +cabal-version: >=1.8 + +source-repository head + type: git + location: https://bitbucket.org/dpwiz/xml-conduit-writer + +library + ghc-options: -Wall -O2 + hs-source-dirs: src + exposed-modules: + Text.XML.Writer + build-depends: + base ==4.*, + xml-conduit <1.10, xml-types, + text, + mtl <2.3, dlist, + containers, + data-default + +test-suite tests + type: exitcode-stdio-1.0 + main-is: Main.hs + hs-source-dirs: test/ + build-depends: + base, xml-conduit-writer, text