Skip to content

Commit f49a5fa

Browse files
authored
Backport haskell#10895: Preflight checks (haskell#10899)
Move doc files to `extra-doc-files` Bump open-browser Remove trailing zeroes from dependency
1 parent 9896af0 commit f49a5fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cabal-hooks/Cabal-hooks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description:
1414
category: Distribution
1515
build-type: Simple
1616

17-
extra-source-files:
17+
extra-doc-files:
1818
README.md CHANGELOG.md
1919

2020
source-repository head

cabal-install/cabal-install.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ library
221221
build-depends:
222222
async >= 2.0 && < 2.3,
223223
array >= 0.4 && < 0.6,
224-
base16-bytestring >= 0.1.1 && < 1.1.0.0,
224+
base16-bytestring >= 0.1.1 && < 1.1,
225225
binary >= 0.7.3 && < 0.9,
226226
bytestring >= 0.10.6.0 && < 0.13,
227227
containers >= 0.5.6.2 && < 0.8,
@@ -244,7 +244,7 @@ library
244244
hackage-security >= 0.6.2.0 && < 0.7,
245245
text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2,
246246
parsec >= 3.1.13.0 && < 3.2,
247-
open-browser >= 0.2.1.0 && < 0.3,
247+
open-browser >= 0.2.1.0 && < 0.4,
248248
regex-base >= 0.94.0.0 && <0.95,
249249
regex-posix >= 0.96.0.0 && <0.97,
250250
safe-exceptions >= 0.1.7.0 && < 0.2,

0 commit comments

Comments
 (0)