Skip to content
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

Enable hyphenation embedding #1979

Merged
merged 2 commits into from
Jun 25, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ index-state: 2021-06-21T19:57:32Z

constraints:
-- Diagrams doesn't support optparse-applicative >= 0.16 yet
optparse-applicative < 0.16
optparse-applicative < 0.16,
hyphenation +embed


allow-newer:
active:base,
Expand Down
2 changes: 2 additions & 0 deletions stack-8.10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ flags:
# Until the formatters support ghc-lib-9, we need this flag disabled
hls-hlint-plugin:
hlint33: false
hyphenation:
embed: true

nix:
packages: [icu libcxx zlib]
Expand Down
3 changes: 3 additions & 0 deletions stack-8.10.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ flags:
# Until the formatters support ghc-lib-9, we need this flag disabled
hls-hlint-plugin:
hlint33: false
hyphenation:
embed: true


nix:
packages: [ icu libcxx zlib ]
Expand Down
3 changes: 3 additions & 0 deletions stack-8.10.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ flags:
# Until the formatters support ghc-lib-9, we need this flag disabled
hls-hlint-plugin:
hlint33: false
hyphenation:
embed: true


nix:
packages: [ icu libcxx zlib ]
Expand Down
3 changes: 3 additions & 0 deletions stack-8.10.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ flags:
# Until the formatters support ghc-lib-9, we need this flag disabled
hls-hlint-plugin:
hlint33: false
hyphenation:
embed: true


# Because of implicit-hie-cradle-0.3.0.2 and stylish-haskell-0.12.2.0
allow-newer: true
Expand Down
3 changes: 3 additions & 0 deletions stack-8.6.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ flags:
# Stack doesn't support automatic flags.
hls-hlint-plugin:
hlint33: false
hyphenation:
embed: true


configure-options:
ghcide:
Expand Down
2 changes: 2 additions & 0 deletions stack-8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ flags:
# Stack doesn't support automatic flags.
hls-hlint-plugin:
hlint33: false
hyphenation:
embed: true

nix:
packages: [icu libcxx zlib]
Expand Down
3 changes: 3 additions & 0 deletions stack-8.8.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ flags:
# Until the formatters support ghc-lib-9, we need this flag disabled
hls-hlint-plugin:
hlint33: false
hyphenation:
embed: true


nix:
packages: [icu libcxx zlib]
Expand Down
2 changes: 2 additions & 0 deletions stack-8.8.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ flags:
# Until the formatters support ghc-lib-9, we need this flag disabled
hls-hlint-plugin:
hlint33: false
hyphenation:
embed: true

nix:
packages: [icu libcxx zlib]
Expand Down
2 changes: 2 additions & 0 deletions stack-9.0.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ flags:
# Stack doesn't support automatic flags.
hls-hlint-plugin:
hlint33: true
hyphenation:
embed: true

nix:
packages: [ icu libcxx zlib ]
Expand Down