wallpaper 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−2
- wallpaper.cabal +4/−4
README.md view
@@ -20,7 +20,7 @@ ``` ### Wallpaper and Frieze-+ To make a wallpaper or frieze image, run the wallpaper function with a yaml file like the following. There are many [examples].@@ -88,7 +88,7 @@ ### Rosette -+ To make a rosette, use a yaml file like the following. There are also some [examples], look at rosetteP.yaml and rosettePM.yaml.
wallpaper.cabal view
@@ -1,5 +1,5 @@ name: wallpaper-version: 0.1.0.0+version: 0.1.0.1 synopsis: A library and executable for creating wallpaper, frieze, and rosette patterns. @@ -12,11 +12,11 @@ algorithm to create recipes that convert an arbitrary image to a pattern. For example, using the this image .- <<examples/rose_small.png>>+ <<https://raw.githubusercontent.com/jeffreyrosenbluth/wallpaper/master/examples/rose_small.png>> . We can make .- <<examples/beach_morph.png>>+ <<https://raw.githubusercontent.com/jeffreyrosenbluth/wallpaper/master/examples/beach_morph.png>> . For maximum flexibily the @wallpaper@ library provides an EDSL for their creation,@@ -24,7 +24,7 @@ can be used with a yaml file to create a large variety of patterns. -homepage: https://github.com/githubuser/wallpaper#readme+homepage: https://github.com/jeffreyrosenbluth/wallpaper#readme license: BSD3 license-file: LICENSE author: Jeffrey Rosenbluth