Skip to content

Commit

Permalink
Enable hyphenation embedding (#1979)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
isovector and mergify[bot] authored Jun 25, 2021
1 parent dee0216 commit b970e25
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 1 deletion.
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

0 comments on commit b970e25

Please sign in to comment.