release 0.1.0.1
This commit is contained in:
parent
3a486779d0
commit
1e8be58726
3 changed files with 4 additions and 5 deletions
|
@ -25,7 +25,6 @@ module Graphics.Svg
|
||||||
, prettyText
|
, prettyText
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Data.Functor.Identity
|
|
||||||
import Data.Int (Int64)
|
import Data.Int (Int64)
|
||||||
import Data.Monoid
|
import Data.Monoid
|
||||||
import Data.Text.Lazy as LT
|
import Data.Text.Lazy as LT
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
|
# 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)
|
# 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
|
# Local packages, usually specified by relative directory name
|
||||||
packages:
|
packages:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: svg-builder
|
name: svg-builder
|
||||||
version: 0.1
|
version: 0.1.0.1
|
||||||
synopsis: DSL for building SVG.
|
synopsis: DSL for building SVG.
|
||||||
description: Fast, easy to write SVG.
|
description: Fast, easy to write SVG.
|
||||||
homepage: http://github.com/jeffreyrosenbluth/svg-builder.git
|
homepage: http://github.com/jeffreyrosenbluth/svg-builder.git
|
||||||
|
@ -23,8 +23,8 @@ library
|
||||||
build-depends: base >= 4.5 && < 4.10,
|
build-depends: base >= 4.5 && < 4.10,
|
||||||
blaze-builder >= 0.4 && < 0.5,
|
blaze-builder >= 0.4 && < 0.5,
|
||||||
bytestring >= 0.10 && < 0.11,
|
bytestring >= 0.10 && < 0.11,
|
||||||
hashable >= 1.1 && < 1.3,
|
hashable >= 1.1 && < 1.3,
|
||||||
text >= 0.11 && < 1.3,
|
text >= 0.11 && < 1.3,
|
||||||
unordered-containers >= 0.2 && < 0.2.7
|
unordered-containers >= 0.2 && < 0.3
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
Loading…
Add table
Reference in a new issue