Skip to content

Commit

Permalink
upgrade tested compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Jul 11, 2023
1 parent f3787cb commit 9ac204e
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
ghc: [8.6.5, 8.8.3, 8.10.1]
ghc: ['9.2.8', '9.4.4', '9.6.2']
test: [doctest, spec]

runs-on: ubuntu-latest
Expand Down
46 changes: 23 additions & 23 deletions cabal.project.8.10.1.freeze → cabal.project.9.2.8.freeze
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
active-repositories: hackage.haskell.org:merge
constraints: any.Cabal ==3.2.0.0,
constraints: any.Cabal ==3.6.3.0,
any.HUnit ==1.6.2.0,
any.OneTuple ==0.4.1.1,
any.QuickCheck ==2.14.3,
QuickCheck -old-random +templatehaskell,
any.StateVar ==1.2.2,
any.Win32 ==2.6.1.0,
any.Win32 ==2.12.0.1,
any.aeson ==2.2.0.0,
aeson +ordered-keymap,
any.ansi-terminal ==1.0,
Expand All @@ -14,43 +14,44 @@ constraints: any.Cabal ==3.2.0.0,
any.array ==0.5.4.0,
any.assoc ==1.1,
assoc +tagged,
any.base ==4.14.0.0,
any.base ==4.16.4.0,
any.base-compat ==0.13.0,
any.base-orphans ==0.9.0,
any.bifunctors ==5.6.1,
bifunctors +tagged,
any.binary ==0.8.8.0,
any.bytestring ==0.10.10.0,
any.binary ==0.8.9.0,
any.bytestring ==0.11.4.0,
any.call-stack ==0.4.0,
any.code-page ==0.2.1,
any.colour ==2.3.6,
any.comonad ==5.0.8,
comonad +containers +distributive +indexed-traversable,
any.containers ==0.6.2.1,
any.containers ==0.6.5.1,
any.contravariant ==1.5.5,
contravariant +semigroups +statevar +tagged,
any.data-array-byte ==0.1.0.1,
any.data-fix ==0.3.2,
any.deepseq ==1.4.4.0,
any.directory ==1.3.6.0,
any.deepseq ==1.4.6.1,
any.directory ==1.3.6.2,
any.distributive ==0.6.2.1,
distributive +semigroups +tagged,
any.dlist ==1.0,
dlist -werror,
any.doctest ==0.21.1,
any.doctest-discover ==0.2.0.0,
any.exceptions ==0.10.4,
any.filepath ==1.4.2.1,
any.filepath ==1.4.2.2,
any.foldable1-classes-compat ==0.1,
foldable1-classes-compat +tagged,
any.generically ==0.1.1,
any.ghc ==8.10.1,
any.ghc-boot ==8.10.1,
any.ghc-boot-th ==8.10.1,
any.ghc-heap ==8.10.1,
any.ghc ==9.2.8,
any.ghc-bignum ==1.2,
any.ghc-boot ==9.2.8,
any.ghc-boot-th ==9.2.8,
any.ghc-heap ==9.2.8,
any.ghc-paths ==0.1.0.12,
any.ghc-prim ==0.6.1,
any.ghci ==8.10.1,
any.ghc-prim ==0.8.0,
any.ghci ==9.2.8,
any.hashable ==1.4.2.0,
hashable +integer-gmp -random-initial-seed,
any.haskell-lexer ==1.1.1,
Expand All @@ -64,18 +65,17 @@ constraints: any.Cabal ==3.2.0.0,
any.indexed-traversable ==0.1.2.1,
any.indexed-traversable-instances ==0.1.1.2,
any.integer-conversion ==0.1,
any.integer-gmp ==1.0.3.0,
any.integer-logarithms ==1.0.3.1,
integer-logarithms -check-bounds +integer-gmp,
any.mtl ==2.2.2,
any.network-uri ==2.6.4.2,
any.parsec ==3.1.14.0,
any.parsec ==3.1.15.0,
any.pretty ==1.1.3.6,
any.primitive ==0.8.0.0,
any.process ==1.6.8.2,
any.process ==1.6.16.0,
any.quickcheck-io ==0.2.0,
any.random ==1.2.1.1,
any.rts ==1.0,
any.rts ==1.0.2,
any.scientific ==0.3.7.0,
scientific -bytestring-builder -integer-simple,
any.semialign ==1.3,
Expand All @@ -84,21 +84,21 @@ constraints: any.Cabal ==3.2.0.0,
semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers,
any.splitmix ==0.1.0.4,
splitmix -optimised-mixer,
any.stm ==2.5.0.0,
any.stm ==2.5.0.2,
any.strict ==0.5,
any.syb ==0.7.2.3,
any.tagged ==0.8.7,
tagged +deepseq +transformers,
any.template-haskell ==2.16.0.0,
any.text ==1.2.3.2,
any.template-haskell ==2.18.0.0,
any.text ==1.2.5.0,
any.text-iso8601 ==0.1,
any.text-short ==0.1.5,
text-short -asserts,
any.tf-random ==0.5,
any.th-abstraction ==0.5.0.0,
any.th-compat ==0.1.4,
any.these ==1.2,
any.time ==1.9.3,
any.time ==1.11.1.1,
any.time-compat ==1.9.6.1,
time-compat -old-locale,
any.transformers ==0.5.6.2,
Expand Down
68 changes: 33 additions & 35 deletions cabal.project.8.6.5.freeze → cabal.project.9.4.4.freeze
Original file line number Diff line number Diff line change
@@ -1,61 +1,64 @@
active-repositories: hackage.haskell.org:merge
constraints: any.Cabal ==2.4.0.1,
constraints: any.Cabal ==3.8.1.0,
any.Cabal-syntax ==3.8.1.0,
any.HUnit ==1.6.2.0,
any.OneTuple ==0.4.1.1,
any.QuickCheck ==2.14.3,
QuickCheck -old-random +templatehaskell,
any.StateVar ==1.2.2,
any.Win32 ==2.6.1.0,
any.aeson ==2.2.0.0,
aeson +ordered-keymap,
any.Win32 ==2.12.0.1,
any.aeson ==2.1.2.1,
aeson -cffi +ordered-keymap,
any.ansi-terminal ==1.0,
ansi-terminal -example,
any.ansi-terminal-types ==0.11.5,
any.array ==0.5.3.0,
any.array ==0.5.4.0,
any.assoc ==1.1,
assoc +tagged,
any.base ==4.12.0.0,
any.attoparsec ==0.14.4,
attoparsec -developer,
any.base ==4.17.0.0,
any.base-compat ==0.13.0,
any.base-compat-batteries ==0.13.0,
any.base-orphans ==0.9.0,
any.bifunctors ==5.6.1,
bifunctors +tagged,
any.binary ==0.8.6.0,
any.bytestring ==0.10.8.2,
any.binary ==0.8.9.1,
any.bytestring ==0.11.3.1,
any.call-stack ==0.4.0,
any.code-page ==0.2.1,
any.colour ==2.3.5,
any.colour ==2.3.6,
any.comonad ==5.0.8,
comonad +containers +distributive +indexed-traversable,
any.containers ==0.6.0.1,
any.containers ==0.6.6,
any.contravariant ==1.5.5,
contravariant +semigroups +statevar +tagged,
any.data-array-byte ==0.1.0.1,
any.data-fix ==0.3.2,
any.deepseq ==1.4.4.0,
any.directory ==1.3.3.0,
any.deepseq ==1.4.8.0,
any.directory ==1.3.7.1,
any.distributive ==0.6.2.1,
distributive +semigroups +tagged,
any.dlist ==1.0,
dlist -werror,
any.doctest ==0.21.1,
any.doctest-discover ==0.2.0.0,
any.exceptions ==0.10.7,
exceptions +transformers-0-4,
any.filepath ==1.4.2.1,
any.exceptions ==0.10.5,
any.filepath ==1.4.2.2,
any.foldable1-classes-compat ==0.1,
foldable1-classes-compat +tagged,
any.generically ==0.1.1,
any.ghc ==8.6.5,
any.ghc-boot ==8.6.5,
any.ghc-boot-th ==8.6.5,
any.ghc-heap ==8.6.5,
any.ghc ==9.4.4,
any.ghc-bignum ==1.3,
any.ghc-boot ==9.4.4,
any.ghc-boot-th ==9.4.4,
any.ghc-heap ==9.4.4,
any.ghc-paths ==0.1.0.12,
any.ghc-prim ==0.5.3,
any.ghci ==8.6.5,
any.ghc-prim ==0.9.0,
any.ghci ==9.4.4,
any.hashable ==1.4.2.0,
hashable +integer-gmp -random-initial-seed,
any.haskell-lexer ==1.1.1,
any.hpc ==0.6.0.3,
any.hpc ==0.6.1.0,
any.hsc2hs ==0.68.9,
hsc2hs -in-ghc-tree,
any.hspec ==2.11.1,
Expand All @@ -64,19 +67,16 @@ constraints: any.Cabal ==2.4.0.1,
any.hspec-expectations ==0.8.3,
any.indexed-traversable ==0.1.2.1,
any.indexed-traversable-instances ==0.1.1.2,
any.integer-conversion ==0.1,
any.integer-gmp ==1.0.2.0,
any.integer-logarithms ==1.0.3.1,
integer-logarithms -check-bounds +integer-gmp,
any.mtl ==2.2.2,
any.network-uri ==2.6.4.2,
any.parsec ==3.1.13.0,
any.parsec ==3.1.15.0,
any.pretty ==1.1.3.6,
any.primitive ==0.8.0.0,
any.process ==1.6.5.0 || ==1.6.17.0,
any.process ==1.6.16.0,
any.quickcheck-io ==0.2.0,
any.random ==1.2.1.1,
any.rts ==1.0,
any.rts ==1.0.2,
any.scientific ==0.3.7.0,
scientific -bytestring-builder -integer-simple,
any.semialign ==1.3,
Expand All @@ -85,21 +85,19 @@ constraints: any.Cabal ==2.4.0.1,
semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers,
any.splitmix ==0.1.0.4,
splitmix -optimised-mixer,
any.stm ==2.5.0.0,
any.stm ==2.5.1.0,
any.strict ==0.5,
any.syb ==0.7.2.3,
any.tagged ==0.8.7,
tagged +deepseq +transformers,
any.template-haskell ==2.14.0.0,
any.text ==1.2.3.1,
any.text-iso8601 ==0.1,
any.template-haskell ==2.19.0.0,
any.text ==2.0.1,
any.text-short ==0.1.5,
text-short -asserts,
any.tf-random ==0.5,
any.th-abstraction ==0.5.0.0,
any.th-compat ==0.1.4,
any.these ==1.2,
any.time ==1.8.0.2,
any.time ==1.12.2,
any.time-compat ==1.9.6.1,
time-compat -old-locale,
any.transformers ==0.5.6.2,
Expand Down
59 changes: 28 additions & 31 deletions cabal.project.8.8.3.freeze → cabal.project.9.6.2.freeze
Original file line number Diff line number Diff line change
@@ -1,61 +1,59 @@
active-repositories: hackage.haskell.org:merge
constraints: any.Cabal ==3.0.1.0,
constraints: any.Cabal ==3.10.1.0,
any.Cabal-syntax ==3.10.1.0,
any.HUnit ==1.6.2.0,
any.OneTuple ==0.4.1.1,
any.QuickCheck ==2.14.3,
QuickCheck -old-random +templatehaskell,
any.StateVar ==1.2.2,
any.Win32 ==2.6.1.0,
any.Win32 ==2.13.3.0,
any.aeson ==2.2.0.0,
aeson +ordered-keymap,
any.ansi-terminal ==1.0,
ansi-terminal -example,
any.ansi-terminal-types ==0.11.5,
any.array ==0.5.4.0,
any.array ==0.5.5.0,
any.assoc ==1.1,
assoc +tagged,
any.base ==4.13.0.0,
any.base ==4.18.0.0,
any.base-compat ==0.13.0,
any.base-orphans ==0.9.0,
any.bifunctors ==5.6.1,
bifunctors +tagged,
any.binary ==0.8.7.0,
any.bytestring ==0.10.10.0,
any.binary ==0.8.9.1,
any.bytestring ==0.11.4.0,
any.call-stack ==0.4.0,
any.code-page ==0.2.1,
any.colour ==2.3.6,
any.comonad ==5.0.8,
comonad +containers +distributive +indexed-traversable,
any.containers ==0.6.2.1,
any.containers ==0.6.7,
any.contravariant ==1.5.5,
contravariant +semigroups +statevar +tagged,
any.data-array-byte ==0.1.0.1,
any.data-fix ==0.3.2,
any.deepseq ==1.4.4.0,
any.directory ==1.3.6.0,
any.deepseq ==1.4.8.1,
any.directory ==1.3.8.1,
any.distributive ==0.6.2.1,
distributive +semigroups +tagged,
any.dlist ==1.0,
dlist -werror,
any.doctest ==0.21.1,
any.doctest-discover ==0.2.0.0,
any.exceptions ==0.10.7,
exceptions +transformers-0-4,
any.filepath ==1.4.2.1,
any.foldable1-classes-compat ==0.1,
foldable1-classes-compat +tagged,
any.filepath ==1.4.100.1,
any.generically ==0.1.1,
any.ghc ==8.8.3,
any.ghc-boot ==8.8.3,
any.ghc-boot-th ==8.8.3,
any.ghc-heap ==8.8.3,
any.ghc ==9.6.2,
any.ghc-bignum ==1.3,
any.ghc-boot ==9.6.2,
any.ghc-boot-th ==9.6.2,
any.ghc-heap ==9.6.2,
any.ghc-paths ==0.1.0.12,
any.ghc-prim ==0.5.3,
any.ghci ==8.8.3,
any.ghc-prim ==0.10.0,
any.ghci ==9.6.2,
any.hashable ==1.4.2.0,
hashable +integer-gmp -random-initial-seed,
any.haskell-lexer ==1.1.1,
any.hpc ==0.6.0.3,
any.hpc ==0.6.2.0,
any.hsc2hs ==0.68.9,
hsc2hs -in-ghc-tree,
any.hspec ==2.11.1,
Expand All @@ -65,18 +63,17 @@ constraints: any.Cabal ==3.0.1.0,
any.indexed-traversable ==0.1.2.1,
any.indexed-traversable-instances ==0.1.1.2,
any.integer-conversion ==0.1,
any.integer-gmp ==1.0.2.0,
any.integer-logarithms ==1.0.3.1,
integer-logarithms -check-bounds +integer-gmp,
any.mtl ==2.2.2,
any.mtl ==2.3.1,
any.network-uri ==2.6.4.2,
any.parsec ==3.1.14.0,
any.parsec ==3.1.16.1,
any.pretty ==1.1.3.6,
any.primitive ==0.8.0.0,
any.process ==1.6.8.0,
any.process ==1.6.17.0,
any.quickcheck-io ==0.2.0,
any.random ==1.2.1.1,
any.rts ==1.0,
any.rts ==1.0.2,
any.scientific ==0.3.7.0,
scientific -bytestring-builder -integer-simple,
any.semialign ==1.3,
Expand All @@ -85,24 +82,24 @@ constraints: any.Cabal ==3.0.1.0,
semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers,
any.splitmix ==0.1.0.4,
splitmix -optimised-mixer,
any.stm ==2.5.0.0,
any.stm ==2.5.1.0,
any.strict ==0.5,
any.syb ==0.7.2.3,
any.tagged ==0.8.7,
tagged +deepseq +transformers,
any.template-haskell ==2.15.0.0,
any.text ==1.2.4.0,
any.template-haskell ==2.20.0.0,
any.text ==2.0.2,
any.text-iso8601 ==0.1,
any.text-short ==0.1.5,
text-short -asserts,
any.tf-random ==0.5,
any.th-abstraction ==0.5.0.0,
any.th-compat ==0.1.4,
any.these ==1.2,
any.time ==1.9.3,
any.time ==1.12.2,
any.time-compat ==1.9.6.1,
time-compat -old-locale,
any.transformers ==0.5.6.2,
any.transformers ==0.6.1.0,
any.transformers-compat ==0.7.2,
transformers-compat -five +five-three -four +generic-deriving +mtl -three -two,
any.unordered-containers ==0.2.19.1,
Expand Down
Loading

0 comments on commit 9ac204e

Please sign in to comment.