servant-pandoc 0.4.1 → 0.4.1.1
raw patch · 1 files changed
+2/−6 lines, 1 filesdep −semigroupoidsdep ~lensPVP ok
version bump matches the API change (PVP)
Dependencies removed: semigroupoids
Dependency ranges changed: lens
API changes (from Hackage documentation)
Files
- servant-pandoc.cabal +2/−6
servant-pandoc.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.4.1+version: 0.4.1.1 -- A short (one-line) description of the package. synopsis: Use Pandoc to render servant API documentation@@ -62,16 +62,12 @@ -- Other library packages from which modules are imported. build-depends: base >=4.7 && <5 , http-media >=0.6 && <0.7- , lens >=4.9 && <4.10+ , lens >=4.9 && <4.12 , pandoc-types >=1.12 && <1.13 , servant-docs >=0.4 && <0.5 , unordered-containers >=0.2 && <0.3 , text >=1.2 && <1.3 , bytestring >=0.10 && <0.11-- -- temporary workaround- -- (see https://github.com/mpickering/servant-pandoc/issues/2 for details)- , semigroupoids <4.5 -- Directories containing source files. hs-source-dirs: src