Skip to content

Commit

Permalink
Relax ghc-events bound (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeofilC authored Dec 4, 2024
1 parent 47b843d commit 0eecaa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
with:
persist-credentials: false

- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v8
- uses: cachix/cachix-action@v15
with:
name: mpickering
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: cachix push mpickering --watch-store&
- run: nix-build -A hs-speedscope --arg ci true --argstr haskellCompiler ghc8102 --option trusted-public-keys "mpickering.cachix.org-1:COxPsDJqqrggZgvKG6JeH9baHPue8/pcpYkmcBPUbeg= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" --option substituters "https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/ https://mpickering.cachix.org"
- run: nix-build -A hs-speedscope --arg ci true --argstr haskellCompiler ghc8102 --option trusted-public-keys "mpickering.cachix.org-1:COxPsDJqqrggZgvKG6JeH9baHPue8/pcpYkmcBPUbeg= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" --option substituters "https://cache.iog.io https://iohk.cachix.org https://cache.nixos.org/ https://mpickering.cachix.org"
2 changes: 1 addition & 1 deletion hs-speedscope.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library
Speedscope.Schema
-- other-extensions:
build-depends: base >= 4.12.0.0 && < 5,
ghc-events >= 0.13 && < 0.20,
ghc-events >= 0.13 && < 0.21,
aeson >= 1.4,
text >= 1.2,
vector >= 0.12,
Expand Down

0 comments on commit 0eecaa3

Please sign in to comment.