Skip to content
Merged
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
6 changes: 4 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Haskell CI

on:
push:
branches: ["main"]
pull_request:

jobs:
Expand Down Expand Up @@ -142,7 +144,7 @@ jobs:
uses: haskell/actions/setup@v1
id: setup-haskell
with:
ghc-version: 8.10.7
ghc-version: 9.2.5
cabal-version: 3.8.1.0

- name: "Setup cabal bin path"
Expand All @@ -156,7 +158,7 @@ jobs:
key: cache-dependencies-${{ env.CACHE_VERSION }}

- name: "Install `stylish-haskell`"
run: cabal install stylish-haskell-0.14.3.0
run: cabal install stylish-haskell-0.14.4.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI runs were failing to install stylish-haskell-0.14.3.0, so I updated it to stylish-haskell-0.14.4.0


- name: "`stylish-haskell` version"
run: |
Expand Down
2 changes: 1 addition & 1 deletion io-classes/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019 Input Output (Hong Kong) Ltd.
Copyright 2019-2023 Input Output (Hong Kong) Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions io-classes/io-classes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ license: Apache-2.0
license-files:
LICENSE
NOTICE
copyright: 2019 Input Output (Hong Kong) Ltd.
copyright: 2019-2023 Input Output Global Inc (IOG)
author: Alexander Vieth, Marcin Szamotulski, Duncan Coutts
maintainer:
category: Control
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 8.10.7, GHC == 9.2.5, GHC == 9.4.3
tested-with: GHC == 8.10.7, GHC == 9.2.5, GHC == 9.4.4

source-repository head
type: git
Expand Down
2 changes: 1 addition & 1 deletion io-sim/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019-2020 Input Output (Hong Kong) Ltd.
Copyright 2019-2023 Input Output Global Inc (IOG)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions io-sim/io-sim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ license: Apache-2.0
license-files:
LICENSE
NOTICE
copyright: 2019-2020 Input Output (Hong Kong) Ltd.
copyright: 2019-2023 Input Output Global Inc (IOG)
author: Duncan Coutts, Marcin Szamotulski, Alexander Vieth
maintainer:
category: Testing
build-type: Simple
tested-with: GHC == 8.10.7, GHC == 9.2.5, GHC == 9.4.3
tested-with: GHC == 8.10.7, GHC == 9.2.5, GHC == 9.4.4

flag asserts
description: Enable assertions
Expand Down
2 changes: 1 addition & 1 deletion strict-stm/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019-2022 Input Output (Hong Kong) Ltd.
Copyright 2019-2023 Input Output Global Inc (IOG)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions strict-stm/strict-stm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ license: Apache-2.0
license-files:
LICENSE
NOTICE
copyright: 2019-2021 Input Output (Hong Kong) Ltd.
copyright: 2019-2023 Input Output Global Inc (IOG)
author: Alexander Vieth, Marcin Szamotulski, Duncan Coutts
maintainer:
category: Control
build-type: Simple
tested-with: GHC == 8.10.7, GHC == 9.2.5, GHC == 9.4.3
tested-with: GHC == 8.10.7, GHC == 9.2.5, GHC == 9.4.4

source-repository head
type: git
Expand Down