name: xmlbf-xeno version: 0.2 synopsis: xeno backend support for the xmlbf library. homepage: https://gitlab.com/k0001/xmlbf license: Apache-2.0 license-file: LICENSE author: Renzo Carbonara maintainer: renĀ§ren*zone copyright: Copyright 2017-2018 Renzo Carbonara category: Text build-type: Simple extra-source-files: ChangeLog.md README.md cabal-version: >=1.10 library hs-source-dirs: lib exposed-modules: Xmlbf.Xeno default-language: Haskell2010 ghc-options: -O2 -Wall ghcjs-options: -O3 -Wall build-depends: base <5, bytestring, html-entities, text, unordered-containers, xeno, xmlbf >=0.5 test-suite test default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: test build-depends: base, bytestring, xmlbf, xmlbf-xeno, QuickCheck, quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, text, unordered-containers