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: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Install LLVM (macOS)
if: runner.os == 'macOS' && matrix.ghc == '8.10'
run: |
brew install llvm@13
echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
echo "$(brew --prefix llvm@13)/bin" >> $GITHUB_PATH
brew install llvm@14
echo "LLVM_CONFIG=$(brew --prefix llvm@14)/bin/llvm-config" >> $GITHUB_ENV
echo "$(brew --prefix llvm@14)/bin" >> $GITHUB_PATH

- name: Verify LLVM installation
if: runner.os == 'macOS' && matrix.ghc == '8.10'
Expand Down
2 changes: 1 addition & 1 deletion typed-protocols-cborg/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2021 Input Output (Hong Kong) Ltd.
Copyright 2021-2025 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
2 changes: 1 addition & 1 deletion typed-protocols-cborg/typed-protocols-cborg.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
license-files:
LICENSE
NOTICE
copyright: 2019-2023 Input Output Global Inc (IOG)
copyright: 2019-2025 Input Output Global Inc (IOG)
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
maintainer: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io
category: Control
Expand Down
2 changes: 1 addition & 1 deletion typed-protocols-doc/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019-2024 Input Output Global Inc (IOG)
Copyright 2019-2025 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
2 changes: 1 addition & 1 deletion typed-protocols-doc/typed-protocols-doc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
license-file: LICENSE
author: Tobias Dammers
maintainer: tobias@well-typed.com
copyright: 2023-2024 Input Output Global Inc (IOG)
copyright: 2023-2025 Input Output Global Inc (IOG)
category: Network
build-type: Simple
extra-doc-files: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion typed-protocols-examples/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019-2021 Input Output (Hong Kong) Ltd.
Copyright 2019-2025 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
2 changes: 1 addition & 1 deletion typed-protocols-examples/typed-protocols-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
license-files:
LICENSE
NOTICE
copyright: 2019-2024 Input Output Global Inc (IOG)
copyright: 2019-2025 Input Output Global Inc (IOG)
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
maintainer: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io
category: Control
Expand Down
2 changes: 1 addition & 1 deletion typed-protocols-stateful-cborg/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2022-2024 Input Output Global Inc (IOG)
Copyright 2022-2025 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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
license-files:
LICENSE
NOTICE
copyright: 2022-2024 Input Output Global Inc (IOG)
copyright: 2022-2025 Input Output Global Inc (IOG)
author: Marcin Szamotulski
maintainer: marcin.szamotulski@iohk.io
category: Control
Expand Down
2 changes: 1 addition & 1 deletion typed-protocols-stateful/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2022-2024 Input Output Global Inc (IOG)
Copyright 2022-2025 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
2 changes: 1 addition & 1 deletion typed-protocols-stateful/typed-protocols-stateful.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
license-files:
LICENSE
NOTICE
copyright: 2022-2024 Input Output Global Inc (IOG)
copyright: 2022-2025 Input Output Global Inc (IOG)
author: Marcin Szamotulski
maintainer: marcin.szamotulski@iohk.io
category: Control
Expand Down
2 changes: 1 addition & 1 deletion typed-protocols/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019-2021 Input Output (Hong Kong) Ltd.
Copyright 2019-2025 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
2 changes: 1 addition & 1 deletion typed-protocols/typed-protocols.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
license-files:
LICENSE
NOTICE
copyright: 2019-2024 Input Output Global Inc (IOG)
copyright: 2019-2025 Input Output Global Inc (IOG)
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
maintainer: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io
category: Control
Expand Down
Loading