Skip to content
Open
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
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ before_install:
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
- cabal --version
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- sed -ie 's;-- secure: True;secure: False;g' $HOME/.cabal/config
- travis_retry cabal update
- git submodule update --remote

Expand Down
3 changes: 3 additions & 0 deletions copilot-visualizer/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2026-08-23
* Fix inconsistent version bounds for `copilot` in Cabal file (#749).

2026-07-07
* Version bump (4.8). (#745)

Expand Down
2 changes: 1 addition & 1 deletion copilot-visualizer/copilot-visualizer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ executable tikz-example
build-depends:
base >= 4.9 && < 5,

copilot >= 4.7 && < 4.8,
copilot >= 4.8 && < 4.9,
copilot-visualizer

if flag(examples)
Expand Down