Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,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.5
, open-browser >= 0.2.1.0 && < 0.6
, regex-base >= 0.94.0.0 && <0.95
, regex-posix >= 0.96.0.0 && <0.97
, safe-exceptions >= 0.1.7.0 && < 0.2
Expand Down
2 changes: 1 addition & 1 deletion cabal.bootstrap.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ packages:
tests: False
benchmarks: False

index-state: hackage.haskell.org 2026-05-25T10:36:08Z
index-state: hackage.haskell.org 2026-06-20T05:46:05Z
2 changes: 1 addition & 1 deletion cabal.release.project
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import: project-cabal/pkgs/cabal.config
import: project-cabal/pkgs/install.config
import: project-cabal/pkgs/tests.config

index-state: hackage.haskell.org 2026-05-25T10:36:08Z
index-state: hackage.haskell.org 2026-06-20T05:46:05Z

-- never include this or its TH dependency in a release!
package cabal-install
Expand Down
Loading