Skip to content

Update package description of haddock comments plugin #1185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
cabal-version: 2.2
name: hls-haddock-comments-plugin
version: 0.1.0.0
synopsis:
Haddock comments generator plugin for Haskell Language Server
cabal-version: 2.2
name: hls-haddock-comments-plugin
version: 0.1.0.0
synopsis: Haddock comments plugin for Haskell Language Server
description:
Please see [Haskell Language Server](https://github.com/haskell/haskell-language-server)

license: Apache-2.0
license-file: LICENSE
author: Potato Hatsue
maintainer: berberman@yandex.com
category: Development
build-type: Simple
extra-source-files:
LICENSE
license: Apache-2.0
license-file: LICENSE
author: Potato Hatsue
maintainer: berberman@yandex.com
category: Development
build-type: Simple
homepage: https://github.com/haskell/haskell-language-server
bug-reports: https://github.com/haskell/haskell-language-server/issues

library
exposed-modules: Ide.Plugin.HaddockComments
hs-source-dirs: src
ghc-options: -Wall -Wno-name-shadowing -Wredundant-constraints
build-depends:
, base >=4.12 && <5
, base >=4.12 && <5
, containers
, ghc
, ghc-exactprint
Expand Down