包详细信息

cspell-dict-haskell

streetsidesoftware35.7kMIT1.1.3

Haskell dictionary for cspell.

cspell, haskell, Haskell, dictionary

自述文件

Cspell Haskell Dictionary

Haskell dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Installation

Global Install and add to cspell global settings.

npm install -g cspell-dict-haskell
cspell-dict-haskell-link

Uninstall from cspell

cspell-dict-haskell-unlink

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["<path to node_modules>/cspell-dict-haskell/cspell-ext.json"],
    // …
}

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build

License

MIT

Some packages may have other licenses included.

更新日志

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.3 (2021-02-18)

Note: Version bump only for package cspell-dict-haskell

1.1.2 (2020-12-26)

Note: Version bump only for package cspell-dict-haskell

1.1.1 (2020-12-26)

Note: Version bump only for package cspell-dict-haskell

1.1.0 (2020-12-24)

Bug Fixes

  • [@cspell](https://github.com/cspell) dict imports (#303) (b6cd581)

Features

  • Have cspell-dict-* use dictionary from @cspell/dict-* (#300) (403c08f)

1.0.11 (2020-11-28)

Note: Version bump only for package cspell-dict-haskell

1.0.10 (2020-11-27)

Note: Version bump only for package cspell-dict-haskell

1.0.9 (2020-11-21)

Note: Version bump only for package cspell-dict-haskell

1.0.8 (2020-11-08)

Bug Fixes

  • do not include Configstore if not necessary (#270) (d8b625f)

Change Log

1.0.0

  • Initial Release