servant-docs 0.7 → 0.7.1
raw patch · 2 files changed
+9/−3 lines, 2 files
Files
- CHANGELOG.md +5/−0
- servant-docs.cabal +4/−3
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.7.1+-----++* Support GHC 8.0+ 0.7 ---
servant-docs.cabal view
@@ -1,5 +1,5 @@ name: servant-docs-version: 0.7+version: 0.7.1 synopsis: generate API docs for your servant webservice description: Library for generating API docs from a servant API definition.@@ -16,7 +16,7 @@ build-type: Simple cabal-version: >=1.10 tested-with: GHC >= 7.8-homepage: http://haskell-servant.github.io/+homepage: http://haskell-servant.readthedocs.org/ Bug-reports: http://github.com/haskell-servant/servant/issues extra-source-files: include/*.h@@ -50,6 +50,8 @@ hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall+ if impl(ghc >= 8.0)+ ghc-options: -Wno-redundant-constraints include-dirs: include executable greet-docs@@ -82,4 +84,3 @@ , servant-docs , string-conversions default-language: Haskell2010-