diff --git a/Cabal-hooks/Cabal-hooks.cabal b/Cabal-hooks/Cabal-hooks.cabal index f3a7e2c024e8e7c6c6021c344a4c5262ec554cbd..de228d89e9ad7b7a4b1fc8b15850b50852d7f20d 100644 --- a/Cabal-hooks/Cabal-hooks.cabal +++ b/Cabal-hooks/Cabal-hooks.cabal @@ -14,7 +14,7 @@ description: category: Distribution build-type: Simple -extra-source-files: +extra-doc-files: README.md CHANGELOG.md source-repository head diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal index 8a24c3d78082034324ce13796c1139788b7bf876..52f1f865a84f19cb8358128c6ceb3f2947905734 100644 --- a/cabal-install/cabal-install.cabal +++ b/cabal-install/cabal-install.cabal @@ -221,7 +221,7 @@ library build-depends: async >= 2.0 && < 2.3, 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, bytestring >= 0.10.6.0 && < 0.13, containers >= 0.5.6.2 && < 0.8, @@ -244,7 +244,7 @@ library hackage-security >= 0.6.2.0 && < 0.7, text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.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-posix >= 0.96.0.0 && <0.97, safe-exceptions >= 0.1.7.0 && < 0.2,