Cabal revisions of xeno-0.3.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: xeno version: 0.3.2+x-revision: 1 synopsis: A fast event-based XML parser in pure Haskell description: Please see README.md build-type: Simple default: False library+ other-extensions: DeriveAnyClass hs-source-dirs: src ghc-options: -Wall -O2 exposed-modules: Xeno.SAX, Xeno.DOM, Xeno.Types
revision 2
name: xeno version: 0.3.2-x-revision: 1+x-revision: 2 synopsis: A fast event-based XML parser in pure Haskell description: Please see README.md build-type: Simple default: False library+ build-depends: mtl <2.3+ other-extensions: DeriveAnyClass hs-source-dirs: src ghc-options: -Wall -O2