Cabal revisions of dublincore-xml-conduit-0.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: dublincore-xml-conduit-version: 0.1.0.2-synopsis: XML streaming parser/renderer for the Dublin Core standard elements.-description: Cf README file.-homepage: https://github.com/k0ral/dublincore-xml-conduit-license: PublicDomain-author: koral-maintainer: koral@mailoo.org-category: Data-build-type: Simple-extra-source-files: README.md-cabal-version: >=1.10--source-repository head- type: git- location: git://github.com/k0ral/dublincore-xml-conduit.git--flag enable-hlint-test- description: Enable hlint test-suite- manual: True- default: False--library- exposed-modules:- Text.XML.DublinCore- Text.XML.DublinCore.Conduit.Parse- Text.XML.DublinCore.Conduit.Render- -- other-modules:- -- other-extensions:- build-depends: base >= 4.8 && < 5, conduit, conduit-combinators, safe-exceptions, time >= 1.5, text, timerep >= 2.0, uri-bytestring, xml-conduit >= 1.5, xml-types- hs-source-dirs: src- default-language: Haskell2010--test-suite Tests- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- -- other-modules:- build-depends: dublincore-xml-conduit, base >= 4.8 && < 5, bytestring, conduit, conduit-combinators, data-default, safe-exceptions, QuickCheck, quickcheck-instances, resourcet, tasty, tasty-hunit, tasty-quickcheck, time >= 1.5, text, uri-bytestring >= 0.2, xml-conduit >= 1.3, xml-types- default-language: Haskell2010--test-suite hlint- if flag(enable-hlint-test)- buildable: True- else- buildable: False- type: exitcode-stdio-1.0- main-is: HLint.hs- build-depends:- base >=4.8,- hlint -any- default-language: Haskell2010- hs-source-dirs: test+name: dublincore-xml-conduit +version: 0.1.0.2 +x-revision: 1 +synopsis: XML streaming parser/renderer for the Dublin Core standard elements. +description: Cf README file. +homepage: https://github.com/k0ral/dublincore-xml-conduit +license: PublicDomain +author: chahine.moreau@gmail.com +maintainer: chahine.moreau@gmail.com +category: Data +build-type: Simple +extra-source-files: README.md +cabal-version: >=1.10 + +source-repository head + type: git + location: git://github.com/k0ral/dublincore-xml-conduit.git + +flag enable-hlint-test + description: Enable hlint test-suite + manual: True + default: False + +library + exposed-modules: + Text.XML.DublinCore + Text.XML.DublinCore.Conduit.Parse + Text.XML.DublinCore.Conduit.Render + -- other-modules: + -- other-extensions: + build-depends: base >= 4.8 && < 5, conduit, conduit-combinators, safe-exceptions, time >= 1.5, text, timerep >= 2.0, uri-bytestring, xml-conduit >= 1.5, xml-types + hs-source-dirs: src + default-language: Haskell2010 + +test-suite Tests + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + -- other-modules: + build-depends: dublincore-xml-conduit, base >= 4.8 && < 5, bytestring, conduit, conduit-combinators, data-default, safe-exceptions, QuickCheck, quickcheck-instances, resourcet, tasty, tasty-hunit, tasty-quickcheck, time >= 1.5, text, uri-bytestring >= 0.2, xml-conduit >= 1.3, xml-types + default-language: Haskell2010 + +test-suite hlint + if flag(enable-hlint-test) + buildable: True + else + buildable: False + type: exitcode-stdio-1.0 + main-is: HLint.hs + build-depends: + base >=4.8, + hlint -any + default-language: Haskell2010 + hs-source-dirs: test