From e1530f9f9a7c2ae7a710487d0ac66433e7f18bd7 Mon Sep 17 00:00:00 2001 From: Commercial Haskell all-cabal-hashes Travis job Date: Thu, 31 Dec 2015 22:15:53 +0000 Subject: [PATCH] Update from Hackage at 2015-12-31T22:15:53+0000 --- lucid-svg/0.6.0.1/lucid-svg.cabal | 28 ++++++++++++++++++++++++++++ lucid-svg/0.6.0.1/lucid-svg.json | 1 + 2 files changed, 29 insertions(+) create mode 100644 lucid-svg/0.6.0.1/lucid-svg.cabal create mode 100644 lucid-svg/0.6.0.1/lucid-svg.json diff --git a/lucid-svg/0.6.0.1/lucid-svg.cabal b/lucid-svg/0.6.0.1/lucid-svg.cabal new file mode 100644 index 00000000000..2ec2daff64f --- /dev/null +++ b/lucid-svg/0.6.0.1/lucid-svg.cabal @@ -0,0 +1,28 @@ +name: lucid-svg +version: 0.6.0.1 +synopsis: DSL for SVG using lucid for HTML +description: Easy to write SVG in the syle of lucid. +homepage: http://github.com/jeffreyrosenbluth/lucid-svg.git +license: BSD3 +license-file: LICENSE +author: Jeffrey Rosenbluth +maintainer: jeffrey.rosenbluth@gmail.com +copyright: 2015 Jeffrey Rosenbluth +category: Graphics +build-type: Simple +extra-source-files: README.md +cabal-version: >=1.10 + +library + ghc-options: -Wall -rtsopts -O2 + exposed-modules: Lucid.Svg, + Lucid.Svg.Path, + Lucid.Svg.Elements, + Lucid.Svg.Attributes + build-depends: base >= 4.5 && < 4.9, + blaze-builder >= 0.2 && < 0.5, + transformers >= 0.2 && < 0.5, + text >= 0.11 && < 1.3, + lucid >= 2.9.2 && < 3.0 + hs-source-dirs: src + default-language: Haskell2010 diff --git a/lucid-svg/0.6.0.1/lucid-svg.json b/lucid-svg/0.6.0.1/lucid-svg.json new file mode 100644 index 00000000000..93be6e6ca06 --- /dev/null +++ b/lucid-svg/0.6.0.1/lucid-svg.json @@ -0,0 +1 @@ +{"package-hashes":{"MD5":"f61a4429ef66eea30197894f6b0203bc","Skein512_512":"3af2ed10052206b8679d2f623f25a0987b4e6962def894b19e9f1b35ffe8f800b14044ba985e0f6570e260a4ba2febeda35fb940853400937f8cd24f4f875db9","SHA1":"202f1edbdd5e51207a987d33407a8634e1f598cf","SHA512":"763c68fdb71d1bc7a88b8270ca5c0f522e12768c6e5a429db886422620e5505f858568c7bc254ca6dc44bcf0fa7d5bf2e48940fa86493412a0307736cb0abf43","SHA256":"a8cff758914de95defca5640a1f6c3ddf995078063fb8553da02249510db67cc"},"package-locations":["https://hackage.haskell.org/package/lucid-svg-0.6.0.1/lucid-svg-0.6.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/lucid-svg-0.6.0.1.tar.gz"],"package-size":11146} \ No newline at end of file