Skip to content

Commit

Permalink
diagrams-svg executable: lucid -> svg-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Aug 16, 2016
1 parent eeb0e2a commit 46e9679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diagrams-builder.cabal
Expand Up @@ -137,7 +137,7 @@ executable diagrams-builder-svg
diagrams-builder,
diagrams-lib >= 0.6 && < 1.4,
diagrams-svg >= 0.8.0.1 && < 1.5,
lucid-svg,
svg-builder >= 0.1 && < 0.2,
bytestring >= 0.9.2 && < 0.11,
cmdargs >= 0.6 && < 0.11

Expand Down
2 changes: 1 addition & 1 deletion src/tools/diagrams-builder-svg.hs
Expand Up @@ -7,7 +7,7 @@ module Main where
import Diagrams.Backend.SVG
import Diagrams.Builder
import Diagrams.Prelude hiding (height, width)
import Lucid.Svg
import Graphics.SVG

import System.Console.CmdArgs
import System.Directory (copyFile, createDirectoryIfMissing)
Expand Down

0 comments on commit 46e9679

Please sign in to comment.