diagrams-haddock 0.3.0.5 → 0.3.0.6
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~lensdep ~linearPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens, linear
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- diagrams-haddock.cabal +4/−4
CHANGES.md view
@@ -1,3 +1,7 @@+## [v0.3.0.6](https://github.com/diagrams/diagrams-haddock/tree/v0.3.0.6) (2015-07-19)++[Full Changelog](https://github.com/diagrams/diagrams-haddock/compare/v0.3.0.5...v0.3.0.6)+ 0.3.0.5 (10 July 2015) -----------------------
diagrams-haddock.cabal view
@@ -1,5 +1,5 @@ name: diagrams-haddock-version: 0.3.0.5+version: 0.3.0.6 synopsis: Preprocessor for embedding diagrams in Haddock documentation description: diagrams-haddock is a tool for compiling embedded inline diagrams code in Haddock documentation, for an@@ -48,8 +48,8 @@ diagrams-builder >= 0.5 && < 0.8, diagrams-lib >= 0.6 && < 1.4, diagrams-svg >= 0.8.0.1 && < 1.4,- lens >= 3.8 && < 4.12,- linear >= 1.10 && < 1.19,+ lens >= 3.8 && < 4.13,+ linear >= 1.10 && < 1.20, cpphs >= 1.15, cautious-file >= 1.0 && < 1.1, uniplate >= 1.6 && < 1.7,@@ -81,7 +81,7 @@ tasty >= 0.8 && < 0.11, tasty-quickcheck >= 0.8 && < 0.9, parsec >= 3,- lens >= 3.8 && < 4.12,+ lens >= 3.8 && < 4.13, haskell-src-exts >= 1.16 && < 1.17, diagrams-haddock hs-source-dirs: test