Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
- cardano-ledger-specs has been reorganised for sanity.
  (IntersectMBO/cardano-ledger#2483)
  This entails a number of refactorings:
  - The package 'shelley-spec-ledger' is now deprecated in favour of
    'cardano-ledger-shelley'.
  - Shelley.Spec.NonIntegral -> Cardano.Ledger.NonIntegral
  - Shelley.Spec.Ledger -> Cardano.Ledger.Shelley
  - *.STS -> *.Rules
  - Test.Shelley.Spec.Ledger -> Test.Cardano.Ledger.Shelley

- As per IntersectMBO/ouroboros-network#3369,
  there is now no 'FilePath' argument to 'localSnocket'.

- Bump base to include a potential memory leak fix.
  • Loading branch information
nc6 authored and newhoggy committed Oct 3, 2021
1 parent 3b1d373 commit 4b4883e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.4"]
ghc: ["8.10.7"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: e0ccbb73296027a5e5fd224a78374321974758ce
--sha256: 1a6djwb2jkhh4pq6iwr10zxgpiz3n3f2yw54ciwnwqdm59cami38
tag: 05be53bc56e87acbab371afaba868ccf62bf7f27
--sha256: 1402na2gmxh1l62dqljrrx1zxjlwli7m48186w4h4bchcf72sgx0
subdir:
io-sim
io-classes
Expand Down

0 comments on commit 4b4883e

Please sign in to comment.