Skip to content

Commit

Permalink
stack-nightly: init
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Baker committed Feb 5, 2024
1 parent 47c0e34 commit bea91d0
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- stack-lts-19.yaml
- stack-lts-20.yaml
- stack-lts-21.yaml
- stack-nightly.yaml
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions shell-nightly.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
builtins.import ./shell.nix { ghcAttr = "ghc98"; }
14 changes: 14 additions & 0 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
resolver: nightly-2024-02-05

packages:
- examples
- H
- IHaskell
- inline-r

extra-deps:
- ihaskell-blaze-0.3.0.1

nix:
shell-file: ./shell-nightly.nix
path: ["nixpkgs=./nixpkgs.nix"]
19 changes: 19 additions & 0 deletions stack-nightly.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: ihaskell-blaze-0.3.0.1@sha256:57f0e79758d084da3a662d0909ba2b01e469200029fed495fc208ba5f59024fd,2161
pantry-tree:
sha256: 69fee7554a6410e45011c89d9e9547d18e2798e4f01ebd0426573b05e0e21696
size: 223
original:
hackage: ihaskell-blaze-0.3.0.1
snapshots:
- completed:
sha256: 2523d9824f60f8eb181ddb58fbde9d78751a20a06a424057e73ca19eace11c7d
size: 597454
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/2/5.yaml
original: nightly-2024-02-05

0 comments on commit bea91d0

Please sign in to comment.