visie 0.6.1.0 → 0.6.2.0
raw patch · 2 files changed
+9/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Visie: Version2 :: D3Version
+ Visie: Version3 :: D3Version
+ Visie: Version4 :: D3Version
+ Visie: data D3Version
+ Visie: defaultOptions :: Options
Files
- src/Visie.hs +8/−1
- visie.cabal +1/−1
src/Visie.hs view
@@ -1,5 +1,12 @@ {-# LANGUAGE OverloadedStrings #-}-module Visie (visie, custom, Options(..), ResourceDesc(..)) where+module Visie (+ visie,+ custom,+ defaultOptions,+ Options(..),+ ResourceDesc(..),+ D3Version(..)+ ) where import Browse (browseLinked, Asset(..)) import Paths_visie (getDataFileName)
visie.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: visie-version: 0.6.1.0+version: 0.6.2.0 synopsis: generate D3 visualisations from Haskell -- description: license: PublicDomain