Skip to content

Commit b970e25

Browse files
Enable hyphenation embedding (#1979)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent dee0216 commit b970e25

10 files changed

+26
-1
lines changed

cabal.project

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ index-state: 2021-06-21T19:57:32Z
4040

4141
constraints:
4242
-- Diagrams doesn't support optparse-applicative >= 0.16 yet
43-
optparse-applicative < 0.16
43+
optparse-applicative < 0.16,
44+
hyphenation +embed
45+
4446

4547
allow-newer:
4648
active:base,

stack-8.10.2.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ flags:
8484
# Until the formatters support ghc-lib-9, we need this flag disabled
8585
hls-hlint-plugin:
8686
hlint33: false
87+
hyphenation:
88+
embed: true
8789

8890
nix:
8991
packages: [icu libcxx zlib]

stack-8.10.3.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ flags:
8484
# Until the formatters support ghc-lib-9, we need this flag disabled
8585
hls-hlint-plugin:
8686
hlint33: false
87+
hyphenation:
88+
embed: true
89+
8790

8891
nix:
8992
packages: [ icu libcxx zlib ]

stack-8.10.4.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ flags:
8686
# Until the formatters support ghc-lib-9, we need this flag disabled
8787
hls-hlint-plugin:
8888
hlint33: false
89+
hyphenation:
90+
embed: true
91+
8992

9093
nix:
9194
packages: [ icu libcxx zlib ]

stack-8.10.5.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ flags:
8888
# Until the formatters support ghc-lib-9, we need this flag disabled
8989
hls-hlint-plugin:
9090
hlint33: false
91+
hyphenation:
92+
embed: true
93+
9194

9295
# Because of implicit-hie-cradle-0.3.0.2 and stylish-haskell-0.12.2.0
9396
allow-newer: true

stack-8.6.4.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ flags:
113113
# Stack doesn't support automatic flags.
114114
hls-hlint-plugin:
115115
hlint33: false
116+
hyphenation:
117+
embed: true
118+
116119

117120
configure-options:
118121
ghcide:

stack-8.6.5.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ flags:
122122
# Stack doesn't support automatic flags.
123123
hls-hlint-plugin:
124124
hlint33: false
125+
hyphenation:
126+
embed: true
125127

126128
nix:
127129
packages: [icu libcxx zlib]

stack-8.8.3.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ flags:
101101
# Until the formatters support ghc-lib-9, we need this flag disabled
102102
hls-hlint-plugin:
103103
hlint33: false
104+
hyphenation:
105+
embed: true
106+
104107

105108
nix:
106109
packages: [icu libcxx zlib]

stack-8.8.4.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ flags:
9898
# Until the formatters support ghc-lib-9, we need this flag disabled
9999
hls-hlint-plugin:
100100
hlint33: false
101+
hyphenation:
102+
embed: true
101103

102104
nix:
103105
packages: [icu libcxx zlib]

stack-9.0.1.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ flags:
124124
# Stack doesn't support automatic flags.
125125
hls-hlint-plugin:
126126
hlint33: true
127+
hyphenation:
128+
embed: true
127129

128130
nix:
129131
packages: [ icu libcxx zlib ]

0 commit comments

Comments
 (0)