BlogLiterately-diagrams 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+11/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- BlogLiterately-diagrams.cabal +3/−2
- CHANGES +8/−0
BlogLiterately-diagrams.cabal view
@@ -1,5 +1,5 @@ name: BlogLiterately-diagrams-version: 0.1.0.0+version: 0.1.0.1 synopsis: Include images in blog posts with inline diagrams code description: A plugin for @BlogLiterately@ (<http://hackage.haskell.org/package/BlogLiterately>) which turns inline diagrams code into images.@@ -53,6 +53,7 @@ <<http://projects.haskell.org/diagrams/hosted/BLD-post-result.png>> license: BSD3 license-file: LICENSE+extra-source-files: CHANGES author: Brent Yorgey maintainer: byorgey@cis.upenn.edu copyright: Copyright 2012 Brent Yorgey@@ -67,7 +68,7 @@ library default-language: Haskell2010 exposed-modules: Text.BlogLiterately.Diagrams- build-depends: base >= 4.3 && < 4.6,+ build-depends: base >= 4.3 && < 4.7, containers, filepath, diagrams-cairo >= 0.5 && < 0.6,
+ CHANGES view
@@ -0,0 +1,8 @@+* 0.1.0.1: 27 August 2012++ - bump base upper bound to < 4.7+ - include CHANGES in tarball++* 0.1.0.0: 27 August 2012++ Initial release