diagrams-rasterific 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+18/−4 lines, 3 filesdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
+ CHANGES.md view
@@ -0,0 +1,14 @@+0.1.0.2 (7 September 2014)+--------------------------++- Allow optparse-applicative-0.10++0.1.0.1 (22 August 2014)+------------------------++ - Allow lens-4.4++0.1 (27 May 2014)+-----------------++ - Initial release.
diagrams-rasterific.cabal view
@@ -1,5 +1,5 @@ name: diagrams-rasterific-version: 0.1.0.1+version: 0.1.0.2 synopsis: Rasterific backend for diagrams. description: A full-featured backend for rendering diagrams using the Rasterific rendering engine.@@ -12,7 +12,7 @@ category: Graphics build-type: Simple data-files: fonts/*.ttf-extra-source-files: README.md+extra-source-files: README.md, CHANGES.md cabal-version: >=1.10 Source-repository head type: git@@ -39,7 +39,7 @@ data-default-class >= 0.0 && < 0.1, containers >= 0.5 && < 0.6, filepath >= 1.2 && < 1.4,- optparse-applicative >= 0.7 && < 0.10,+ optparse-applicative >= 0.10 && < 0.11, bytestring >= 0.9 && < 0.11, split >= 0.1 && < 1.3
src/Diagrams/Backend/Rasterific/CmdLine.hs view
@@ -300,7 +300,7 @@ <*> switch ( long "looping-off" <> help "Turn looping off" )- <*> ( optional . option )+ <*> ( optional . option auto) ( long "loop-repeat" <> help "Number of times to repeat" )