Skip to content

Commit

Permalink
Use LTS 22.43 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb authored Jan 4, 2025
1 parent 2f4fe94 commit 6718cc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deca.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ blinkerT (leds, mode, cntr) key1R = ((leds', mode', cntr'), complement leds)
| otherwise = leds

{-# START_FILE stack.yaml #-}
resolver: lts-23.2
resolver: lts-22.43

extra-deps:
- clash-ghc-1.8.2@sha256:a5e5fe902fbc02f2fc825e13855b9e57bbc782928bc1820c29d3faabaa8457bb,9802
Expand Down
2 changes: 1 addition & 1 deletion projects/simple/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-23.2
resolver: lts-22.43

extra-deps:
- clash-ghc-1.8.2@sha256:a5e5fe902fbc02f2fc825e13855b9e57bbc782928bc1820c29d3faabaa8457bb,9802
Expand Down
2 changes: 1 addition & 1 deletion simple-nix.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ accum = mealy accumT 0
accumT s i = (s + i, s)

{-# START_FILE stack.yaml #-}
resolver: lts-23.2
resolver: lts-22.43

extra-deps:
- clash-ghc-1.8.2@sha256:a5e5fe902fbc02f2fc825e13855b9e57bbc782928bc1820c29d3faabaa8457bb,9802
Expand Down
2 changes: 1 addition & 1 deletion simple.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ accum = mealy accumT 0
accumT s i = (s + i, s)

{-# START_FILE stack.yaml #-}
resolver: lts-23.2
resolver: lts-22.43

extra-deps:
- clash-ghc-1.8.2@sha256:a5e5fe902fbc02f2fc825e13855b9e57bbc782928bc1820c29d3faabaa8457bb,9802
Expand Down

0 comments on commit 6718cc2

Please sign in to comment.