Skip to content

Commit

Permalink
Temporarily use ghc-source-gen from hackage until it's in stackage
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgnezdo committed Dec 23, 2023
1 parent d80d24e commit 1b62780
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ packages:
proto-lens-setup
proto-lens-tests
proto-lens-tests-dep

6 changes: 5 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

resolver: lts-22.0
resolver: lts-22.1

packages:
- discrimination-ieee754
Expand All @@ -22,3 +22,7 @@ packages:

ghc-options:
"$locals": -Wall -Werror

# Remove once the version is in stackage.
extra-deps:
- ghc-source-gen-0.4.4.0

0 comments on commit 1b62780

Please sign in to comment.