packages feed

typescript-docs 0.0.1 → 0.0.2

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

src/Language/TypeScript/Docs/Html.hs view
@@ -422,6 +422,6 @@         header 1 $ H.toHtml ("Interfaces" :: String)         mapM_ (renderInterface [] 2) interfaces       let declarations = ambientDeclarations ds-      unless (null interfaces) $ do+      unless (null declarations) $ do         header 1 $ H.toHtml ("Declarations" :: String)         renderAmbientDeclarations [] 2 (map (\(a, b, c) -> (a, b, Just c)) declarations)
typescript-docs.cabal view
@@ -1,5 +1,5 @@ name: typescript-docs-version: 0.0.1+version: 0.0.2 cabal-version: >=1.4 build-type: Simple license: MIT