packages feed

diagrams-haddock 0.2.1 → 0.2.1.1

raw patch · 2 files changed

+4/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

diagrams-haddock.cabal view
@@ -1,5 +1,5 @@ name:                diagrams-haddock-version:             0.2.1+version:             0.2.1.1 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
tools/diagrams-haddock.hs view
@@ -116,6 +116,9 @@                               (Just d, _)           -> d                                -- next, look for active hsenv+                                -- active hsenv with default name+                              (Nothing, Just "")    -> "dist"+                                -- active hsenv with custom name                               (Nothing, Just hsenv) -> "dist_" ++ hsenv                                -- otherwise, default to "dist"