packages feed

Cabal revisions of XML-0.0.1.0

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

revision 1
-name:                XML-version:             0.0.1.0-synopsis:            Extensible Markup Language--- description:-license:             BSD3-license-file:        LICENSE-author:              M Farkas-Dyck-maintainer:          strake888@gmail.com-copyright:           2018 M Farkas-Dyck-category:            Data-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--library-  hs-source-dirs:      .-  exposed-modules:     Data.XML-  build-depends:       base >= 4.7 && < 5-                     , base-unicode-symbols-                     , hs-functors >=0.1.2 && <0.2-                     , multivector >=0.1 && <0.2-                     , util >=0.1.7 && <0.2-                     , txt >=0.0.1 && <0.1-                     , vector >=0.12 && <0.13-  default-language:    Haskell2010-  default-extensions:  UnicodeSyntax-                     , LambdaCase-                     , InstanceSigs-                     , PartialTypeSignatures-                     , PolyKinds-                     , ConstraintKinds-                     , FlexibleContexts-                     , FlexibleInstances-                     , StandaloneDeriving-                     , DeriveFunctor-                     , DeriveFoldable-                     , DeriveTraversable-                     , OverloadedStrings-  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing-                       -Wincomplete-record-updates -Wincomplete-uni-patterns-                       -funbox-strict-fields--test-suite test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Main.hs-  build-depends:       base >=4.11 && <5-                     , smallcheck >=1.1.3-                     , tasty >=1.0-                     , tasty-smallcheck >=0.8-                     , XML-  default-language:    Haskell2010-  default-extensions:  UnicodeSyntax-                     , LambdaCase-                     , InstanceSigs-                     , PartialTypeSignatures-                     , PolyKinds-                     , ConstraintKinds-                     , FlexibleContexts-                     , FlexibleInstances-                     , StandaloneDeriving-                     , DeriveFunctor-                     , DeriveFoldable-                     , DeriveTraversable-                     , OverloadedStrings-  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing-                       -Wincomplete-record-updates -Wincomplete-uni-patterns--source-repository head-  type:     git-  location: https://github.com/strake/XML+name:                XML
+version:             0.0.1.0
+x-revision: 1
+synopsis:            Extensible Markup Language
+-- description:
+license:             BSD3
+license-file:        LICENSE
+author:              M Farkas-Dyck
+maintainer:          strake888@gmail.com
+copyright:           2018 M Farkas-Dyck
+category:            Data
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      .
+  exposed-modules:     Data.XML
+  build-depends:       base >= 4.7 && < 5
+                     , base-unicode-symbols
+                     , hs-functors >=0.1.2 && <0.2
+                     , multivector >=0.1 && <0.2
+                     , util >=0.1.7 && <0.2
+                     , txt >=0.0.1 && <0.1
+                     , vector >=0.12 && <0.13
+  default-language:    Haskell2010
+  default-extensions:  UnicodeSyntax
+                     , LambdaCase
+                     , InstanceSigs
+                     , PartialTypeSignatures
+                     , PolyKinds
+                     , ConstraintKinds
+                     , FlexibleContexts
+                     , FlexibleInstances
+                     , StandaloneDeriving
+                     , DeriveFunctor
+                     , DeriveFoldable
+                     , DeriveTraversable
+                     , OverloadedStrings
+  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing
+                       -Wincomplete-record-updates -Wincomplete-uni-patterns
+                       -funbox-strict-fields
+
+test-suite test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Main.hs
+  build-depends:       base >=4.11 && <5
+                     , smallcheck >=1.1.3
+                     , tasty >=1.0
+                     , tasty-smallcheck >=0.8
+                     , XML
+  default-language:    Haskell2010
+  default-extensions:  UnicodeSyntax
+                     , LambdaCase
+                     , InstanceSigs
+                     , PartialTypeSignatures
+                     , PolyKinds
+                     , ConstraintKinds
+                     , FlexibleContexts
+                     , FlexibleInstances
+                     , StandaloneDeriving
+                     , DeriveFunctor
+                     , DeriveFoldable
+                     , DeriveTraversable
+                     , OverloadedStrings
+  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing
+                       -Wincomplete-record-updates -Wincomplete-uni-patterns
+
+source-repository head
+  type:     git
+  location: https://github.com/strake/XML.hs