packages feed

Cabal revisions of xml-types-0.3.1

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

revision 1
-name: xml-types-version: 0.3.1-synopsis: Basic types for representing XML-license: MIT-license-file: license.txt-author: John Millikin <jmillikin@gmail.com>-maintainer: jmillikin@gmail.com-build-type: Simple-cabal-version: >= 1.6-category: Text, XML-stability: experimental-homepage: https://john-millikin.com/software/haskell-xml/-bug-reports: mailto:jmillikin@gmail.com--source-repository head-  type: bazaar-  location: https://john-millikin.com/branches/xml-types/0.3/--source-repository this-  type: bazaar-  location: https://john-millikin.com/branches/xml-types/0.3/-  tag: xml-types_0.3.1--library-  ghc-options: -Wall-  hs-source-dirs: lib--  build-depends:-      base >= 3 && < 5-    , text--  exposed-modules:-    Data.XML.Types+name: xml-types
+version: 0.3.1
+x-revision: 1
+synopsis: Basic types for representing XML
+license: MIT
+license-file: license.txt
+author: John Millikin <jmillikin@gmail.com>
+maintainer: jmillikin@gmail.com
+build-type: Simple
+cabal-version: >= 1.6
+category: Text, XML
+stability: experimental
+homepage: https://john-millikin.com/software/haskell-xml/
+bug-reports: mailto:jmillikin@gmail.com
+
+source-repository head
+  type: bazaar
+  location: https://john-millikin.com/branches/xml-types/0.3/
+
+source-repository this
+  type: bazaar
+  location: https://john-millikin.com/branches/xml-types/0.3/
+  tag: xml-types_0.3.1
+
+library
+  ghc-options: -Wall
+  hs-source-dirs: lib
+
+  build-depends:
+      base >= 3 && < 4.7
+    , text
+
+  exposed-modules:
+    Data.XML.Types