Skip to content

Commit

Permalink
Update from Hackage at 2019-03-26T14:22:39Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 26, 2019
1 parent eea3ac8 commit 099627c
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 0 deletions.
46 changes: 46 additions & 0 deletions xmlbf-xeno/0.2/xmlbf-xeno.cabal
@@ -0,0 +1,46 @@
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
1 change: 1 addition & 0 deletions xmlbf-xeno/0.2/xmlbf-xeno.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"b0e99714c4ae1da092c49fcfb9d01209","Skein512_512":"2eb126ddc35e5ac06bd8b7a98d097dbce0a4e2d3ea7dcddf8b6cd74ee11c64b1ffc3354ad131ca80a52a397dae3d4581db20379949d7159c1758b8d75dc99d25","SHA1":"c5c5ddd749e04b431b4d9782157d851683a2b99f","SHA512":"3c4b268a0b0820ac0f7f06312d4c32e29524966d0bded115d375b207f29a3f6f2c5755a00346c77b69feb1f692a033e3f3f05bc2447dc9798d8b9767d8703e80","SHA256":"2f9ef92e85f1aef21335adfddea472a5dec7ae77aa4b71d360b535390b4263f4"},"package-locations":["https://hackage.haskell.org/package/xmlbf-xeno-0.2/xmlbf-xeno-0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/xmlbf-xeno-0.2.tar.gz"],"package-size":7005}
46 changes: 46 additions & 0 deletions xmlbf-xmlhtml/0.2/xmlbf-xmlhtml.cabal
@@ -0,0 +1,46 @@
name: xmlbf-xmlhtml
version: 0.2
synopsis: xmlhtml 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.XmlHtml
default-language: Haskell2010
ghc-options: -O2 -Wall
ghcjs-options: -O3 -Wall
build-depends:
base <5,
bytestring,
html-entities,
text,
unordered-containers,
xmlbf >=0.5,
xmlhtml

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-xmlhtml,
QuickCheck,
quickcheck-instances,
tasty,
tasty-hunit,
tasty-quickcheck,
text,
unordered-containers
1 change: 1 addition & 0 deletions xmlbf-xmlhtml/0.2/xmlbf-xmlhtml.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"8fc0196c29d28e354e9cdf35fd928b78","Skein512_512":"592f365fdbf6c4aba56d8ea952962d2f9ace71f845ce9ba5071e5f32502e2b0b01525f528d99d982b2dbb6d5cb92392f8d8dcbde942199b58fc9427de4db4e6f","SHA1":"f3a0b5dab5280ad2d132268067ef2b53972d242f","SHA512":"f19b73974d39b4fba8d09c802c07d8f5c44cfe5c0748aa08a8b681584d449bc5dd6e1043b27a7cfa33834a86b02fb0d0dcfbf7c331a740285466ff3104a3e813","SHA256":"add39d66904f7498d5c3f995b022dea4d2ee467b69bc42978e298fdc244a5cc0"},"package-locations":["https://hackage.haskell.org/package/xmlbf-xmlhtml-0.2/xmlbf-xmlhtml-0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/xmlbf-xmlhtml-0.2.tar.gz"],"package-size":6611}
49 changes: 49 additions & 0 deletions xmlbf/0.5/xmlbf.cabal
@@ -0,0 +1,49 @@
name: xmlbf
version: 0.5
synopsis: XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints.
description: XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints.
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
default-language: Haskell2010
ghc-options: -O2 -Wall
ghcjs-options: -O3 -Wall
build-depends:
base <5,
bytestring,
containers,
deepseq,
text,
transformers,
unordered-containers

test-suite test
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs: test
build-depends:
base,
bytestring,
deepseq,
xmlbf,
QuickCheck,
quickcheck-instances,
tasty,
tasty-hunit,
tasty-quickcheck,
text,
transformers,
unordered-containers

1 change: 1 addition & 0 deletions xmlbf/0.5/xmlbf.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"94e3c0f541fa249654dd6120b43f0298","Skein512_512":"ef6570077f5e6d492934bd21703298398d6f331bb0f72a6186116e644d8824902e7150f5fd3412872df1399b6fadc37f5c06981fb8e895f047d51d9c2e7622cd","SHA1":"bf183c5d583ab5fec99b53225d03e78dead120fc","SHA512":"d3bb1ed7775dfcd8719733642b8f6592dd625d217ab6cb4acd0e8181f9f15a5f14fb6fffd664baa3958ae1865b551e5f7c68f3de793ea1b6f74f2adbab233676","SHA256":"fe8bdda307fe34501b6c5a04921f66a25d63969613c1c90cd5e95b7aafefa7f2"},"package-locations":["https://hackage.haskell.org/package/xmlbf-0.5/xmlbf-0.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/xmlbf-0.5.tar.gz"],"package-size":14300}

0 comments on commit 099627c

Please sign in to comment.