From 618079b584b5b2be6a41b32d98bb86d3a8ce233c Mon Sep 17 00:00:00 2001 From: Jeffrey Rosenbluth Date: Thu, 9 Jul 2015 15:40:23 -0400 Subject: [PATCH] add setup file --- Setup.hs | 2 ++ lucid-svg.cabal | 1 + 2 files changed, 3 insertions(+) create mode 100644 Setup.hs diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain diff --git a/lucid-svg.cabal b/lucid-svg.cabal index a08fe3e..d812b92 100644 --- a/lucid-svg.cabal +++ b/lucid-svg.cabal @@ -1,6 +1,7 @@ name: lucid-svg version: 0.5.0.0 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