Skip to content

Commit d16b1ac

Browse files
committed
Allow inspection-testing-0.6
Also update `tested-with` to the latest minor versions
1 parent 9ff982b commit d16b1ac

10 files changed

Lines changed: 30 additions & 30 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.19.20250315
11+
# version: 0.19.20250506
1212
#
13-
# REGENDATA ("0.19.20250315",["github","--config=cabal.haskell-ci","cabal.project"])
13+
# REGENDATA ("0.19.20250506",["github","--config=cabal.haskell-ci","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -32,19 +32,19 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.10.1
35+
- compiler: ghc-9.10.2
3636
compilerKind: ghc
37-
compilerVersion: 9.10.1
37+
compilerVersion: 9.10.2
3838
setup-method: ghcup
3939
allow-failure: false
40-
- compiler: ghc-9.8.2
40+
- compiler: ghc-9.8.4
4141
compilerKind: ghc
42-
compilerVersion: 9.8.2
42+
compilerVersion: 9.8.4
4343
setup-method: ghcup
4444
allow-failure: false
45-
- compiler: ghc-9.6.5
45+
- compiler: ghc-9.6.7
4646
compilerKind: ghc
47-
compilerVersion: 9.6.5
47+
compilerVersion: 9.6.7
4848
setup-method: ghcup
4949
allow-failure: false
5050
- compiler: ghc-9.4.8
@@ -96,12 +96,12 @@ jobs:
9696
- name: Install GHCup
9797
run: |
9898
mkdir -p "$HOME/.ghcup/bin"
99-
curl -sL https://downloads.haskell.org/ghcup/0.1.40.0/x86_64-linux-ghcup-0.1.40.0 > "$HOME/.ghcup/bin/ghcup"
99+
curl -sL https://downloads.haskell.org/ghcup/0.1.50.1/x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
100100
chmod a+x "$HOME/.ghcup/bin/ghcup"
101101
- name: Install cabal-install
102102
run: |
103-
"$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
104-
echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
103+
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
104+
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV"
105105
- name: Install GHC (GHCup)
106106
if: matrix.setup-method == 'ghcup'
107107
run: |

indexed-profunctors/indexed-profunctors.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ build-type: Simple
77
maintainer: optics@well-typed.com
88
author: Adam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus
99
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
10-
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
11-
|| ==9.10.1,
10+
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4
11+
|| ==9.10.2,
1212
GHCJS ==8.4
1313
synopsis: Utilities for indexed profunctors
1414
category: Data, Optics, Lenses, Profunctors

metametapost/metametapost.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ license: BSD-3-Clause
55
license-file: LICENSE
66
build-type: Simple
77
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
8-
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
9-
|| ==9.10.1,
8+
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4
9+
|| ==9.10.2,
1010
GHCJS ==8.4
1111
maintainer: oleg@well-typed.com
1212
synopsis: Generate optics documentation diagrams

optics-core/optics-core.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ build-type: Simple
77
maintainer: optics@well-typed.com
88
author: Adam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus
99
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
10-
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
11-
|| ==9.10.1,
10+
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4
11+
|| ==9.10.2,
1212
GHCJS ==8.4
1313
synopsis: Optics as an abstract interface: core definitions
1414
category: Data, Optics, Lenses

optics-extra/optics-extra.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ build-type: Simple
77
maintainer: optics@well-typed.com
88
author: Andrzej Rybczak
99
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
10-
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
11-
|| ==9.10.1,
10+
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4
11+
|| ==9.10.2,
1212
GHCJS ==8.4
1313
synopsis: Extra utilities and instances for optics-core
1414
category: Data, Optics, Lenses

optics-sop/optics-sop.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ build-type: Simple
77
maintainer: optics@well-typed.com
88
author: Adam Gundry, Andres Löh, Andrzej Rybczak
99
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
10-
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
11-
|| ==9.10.1,
10+
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4
11+
|| ==9.10.2,
1212
GHCJS ==8.4
1313
synopsis: Optics for generics-sop, and using generics-sop
1414
category: Data, Optics, Lenses, Generics

optics-th/optics-th.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ build-type: Simple
77
maintainer: optics@well-typed.com
88
author: Andrzej Rybczak
99
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
10-
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
11-
|| ==9.10.1,
10+
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4
11+
|| ==9.10.2,
1212
GHCJS ==8.4
1313
synopsis: Optics construction using TemplateHaskell
1414
category: Data, Optics, Lenses

optics-vl/optics-vl.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ build-type: Simple
77
maintainer: optics@well-typed.com
88
author: Andrzej Rybczak
99
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
10-
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
11-
|| ==9.10.1,
10+
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4
11+
|| ==9.10.2,
1212
GHCJS ==8.4
1313
synopsis: Utilities for compatibility with van Laarhoven optics
1414
category: Data, Optics, Lenses

optics/optics.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ build-type: Simple
77
maintainer: optics@well-typed.com
88
author: Adam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus
99
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
10-
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
11-
|| ==9.10.1,
10+
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4
11+
|| ==9.10.2,
1212
GHCJS ==8.4
1313
synopsis: Optics as an abstract interface
1414
category: Data, Optics, Lenses
@@ -164,7 +164,7 @@ test-suite optics-tests
164164
build-depends: base
165165
, containers
166166
, indexed-profunctors >= 0.1 && <0.2
167-
, inspection-testing >= 0.5 && <0.6
167+
, inspection-testing >= 0.5 && <0.7
168168
, mtl
169169
, optics
170170
, optics-core

template-haskell-optics/template-haskell-optics.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ maintainer: optics@well-typed.com
77
author: Andrzej Rybczak
88
cabal-version: 1.18
99
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
10-
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
11-
|| ==9.10.1, GHCJS ==8.4
10+
|| ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4
11+
|| ==9.10.2, GHCJS ==8.4
1212
synopsis: Optics for template-haskell types
1313
category: Data, Optics, Lenses
1414
description:

0 commit comments

Comments
 (0)