release 0.1.0.1

This commit is contained in:
Jeffrey Rosenbluth 2016-02-18 13:59:38 -05:00
parent 3a486779d0
commit 1e8be58726
3 changed files with 4 additions and 5 deletions

View File

@ -25,7 +25,6 @@ module Graphics.Svg
, prettyText
) where
import Data.Functor.Identity
import Data.Int (Int64)
import Data.Monoid
import Data.Text.Lazy as LT

View File

@ -1,7 +1,7 @@
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-5.0
resolver: lts-5.3
# Local packages, usually specified by relative directory name
packages:

View File

@ -1,5 +1,5 @@
name: svg-builder
version: 0.1
version: 0.1.0.1
synopsis: DSL for building SVG.
description: Fast, easy to write SVG.
homepage: http://github.com/jeffreyrosenbluth/svg-builder.git
@ -23,8 +23,8 @@ library
build-depends: base >= 4.5 && < 4.10,
blaze-builder >= 0.4 && < 0.5,
bytestring >= 0.10 && < 0.11,
hashable >= 1.1 && < 1.3,
hashable >= 1.1 && < 1.3,
text >= 0.11 && < 1.3,
unordered-containers >= 0.2 && < 0.2.7
unordered-containers >= 0.2 && < 0.3
hs-source-dirs: src
default-language: Haskell2010