Skip to content

Commit 77fd809

Browse files
authored
Merge pull request #10895 from ffaf1/preflight-check
Preflight checks
2 parents 56c788c + dd78644 commit 77fd809

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
@@ -232,7 +232,7 @@ library
232232
build-depends:
233233
, async >= 2.0 && < 2.3
234234
, array >= 0.4 && < 0.6
235-
, base16-bytestring >= 0.1.1 && < 1.1.0.0
235+
, base16-bytestring >= 0.1.1 && < 1.1
236236
, binary >= 0.7.3 && < 0.9
237237
, bytestring >= 0.10.6.0 && < 0.13
238238
, containers >= 0.5.6.2 && < 0.9
@@ -255,7 +255,7 @@ library
255255
, hackage-security >= 0.6.2.0 && < 0.7
256256
, text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2
257257
, parsec >= 3.1.13.0 && < 3.2
258-
, open-browser >= 0.2.1.0 && < 0.3
258+
, open-browser >= 0.2.1.0 && < 0.4
259259
, regex-base >= 0.94.0.0 && <0.95
260260
, regex-posix >= 0.96.0.0 && <0.97
261261
, safe-exceptions >= 0.1.7.0 && < 0.2

0 commit comments

Comments
 (0)