Skip to content
Snippets Groups Projects
Unverified Commit f49a5fa6 authored by f-a's avatar f-a Committed by GitHub
Browse files

Backport #10895: Preflight checks (#10899)

Move doc files to `extra-doc-files`
Bump open-browser
Remove trailing zeroes from dependency
parent 9896af0d
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ description: ...@@ -14,7 +14,7 @@ description:
category: Distribution category: Distribution
build-type: Simple build-type: Simple
extra-source-files: extra-doc-files:
README.md CHANGELOG.md README.md CHANGELOG.md
source-repository head source-repository head
......
...@@ -221,7 +221,7 @@ library ...@@ -221,7 +221,7 @@ library
build-depends: build-depends:
async >= 2.0 && < 2.3, async >= 2.0 && < 2.3,
array >= 0.4 && < 0.6, array >= 0.4 && < 0.6,
base16-bytestring >= 0.1.1 && < 1.1.0.0, base16-bytestring >= 0.1.1 && < 1.1,
binary >= 0.7.3 && < 0.9, binary >= 0.7.3 && < 0.9,
bytestring >= 0.10.6.0 && < 0.13, bytestring >= 0.10.6.0 && < 0.13,
containers >= 0.5.6.2 && < 0.8, containers >= 0.5.6.2 && < 0.8,
...@@ -244,7 +244,7 @@ library ...@@ -244,7 +244,7 @@ library
hackage-security >= 0.6.2.0 && < 0.7, hackage-security >= 0.6.2.0 && < 0.7,
text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2, text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2,
parsec >= 3.1.13.0 && < 3.2, parsec >= 3.1.13.0 && < 3.2,
open-browser >= 0.2.1.0 && < 0.3, open-browser >= 0.2.1.0 && < 0.4,
regex-base >= 0.94.0.0 && <0.95, regex-base >= 0.94.0.0 && <0.95,
regex-posix >= 0.96.0.0 && <0.97, regex-posix >= 0.96.0.0 && <0.97,
safe-exceptions >= 0.1.7.0 && < 0.2, safe-exceptions >= 0.1.7.0 && < 0.2,
......
  • f-a @trac-f-a

    mentioned in commit 0fc12f75

    ·

    mentioned in commit 0fc12f75

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment