Skip to content

Commit

Permalink
Make pantry Stan-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Oct 15, 2023
1 parent 970f589 commit 9644f51
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ dist-newstyle/

# Haskell Language Server-related
hie.yaml

# Stan-related
.hie
stan.html
2 changes: 2 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ when:
dependencies: network >= 3.1.2.9

ghc-options:
- -fwrite-ide-info
- -hiedir=.hie
- -Wall

# For testing
Expand Down
8 changes: 4 additions & 4 deletions pantry.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9644f51

Please sign in to comment.