packages feed

Cabal revisions of sax-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name: sax-version: 0.1.0.0-cabal-version: >=1.10-build-type: Simple-license: BSD3-license-file: LICENSE-maintainer: denis.redozubov@gmail.com-synopsis: Monadic streaming parser based on xeno xml parsing library-category: Text-author: Denis Redozubov-extra-source-files:-    ChangeLog.md--library-    exposed-modules:-        SAX.Streaming-        SAX-    build-depends:-        base >=4.9 && <4.11,-        deepseq -any,-        bytestring -any,-        mtl -any,-        streaming -any,-        text -any,-        xeno -any-    default-language: Haskell2010-    hs-source-dirs: src-    ghc-options: -Wall -funbox-strict-fields--test-suite  xeno-test-    type: exitcode-stdio-1.0-    main-is: Main.hs-    build-depends:-        base -any,-        sax -any,-        hspec -any,-        bytestring -any-    default-language: Haskell2010-    hs-source-dirs: test-    ghc-options: -Wall+name: sax
+version: 0.1.0.0
+x-revision: 1
+cabal-version: >=1.10
+build-type: Simple
+license: BSD3
+license-file: LICENSE
+maintainer: denis.redozubov@gmail.com
+synopsis:            Monadic streaming XML parser
+description:         Fast monadic streaming XML parser.
+
+                     It feels and looks like any other parser combinators library.
+                     To make it more performant it uses continuations under the hood.
+
+category: Text
+author: Denis Redozubov
+extra-source-files:
+    ChangeLog.md
+
+library
+    exposed-modules:
+        SAX.Streaming
+        SAX
+    build-depends:
+        base >=4.9 && <4.11,
+        deepseq -any,
+        bytestring -any,
+        mtl -any,
+        streaming -any,
+        text -any,
+        xeno -any
+    default-language: Haskell2010
+    hs-source-dirs: src
+    ghc-options: -Wall -funbox-strict-fields
+
+test-suite  xeno-test
+    type: exitcode-stdio-1.0
+    main-is: Main.hs
+    build-depends:
+        base -any,
+        sax -any,
+        hspec -any,
+        bytestring -any
+    default-language: Haskell2010
+    hs-source-dirs: test
+    ghc-options: -Wall
revision 2
 name: sax
 version: 0.1.0.0
-x-revision: 1
+x-revision: 2
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
 license-file: LICENSE
 maintainer: denis.redozubov@gmail.com
 synopsis:            Monadic streaming XML parser
-description:         Fast monadic streaming XML parser.
+description:         Fast monadic streaming XML parser. 🎷
 
                      It feels and looks like any other parser combinators library.
-                     To make it more performant it uses continuations under the hood.
+
 
 category: Text
 author: Denis Redozubov
revision 3
 name: sax
 version: 0.1.0.0
-x-revision: 2
+x-revision: 3
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
 license-file: LICENSE
+homepage:            https://github.com/dredozubov/sax-parser
 maintainer: denis.redozubov@gmail.com
 synopsis:            Monadic streaming XML parser
 description:         Fast monadic streaming XML parser. 🎷