Skip to content

Commit

Permalink
Fix tidal-listener build options, and add it to the stack build too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Selover authored and matthewkaney committed Nov 30, 2023
1 parent 8e55a88 commit f878aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resolver: lts-20.5
packages:
- '.'
- 'tidal-parse'
- 'tidal-listener'
- 'tidal-link'

extra-deps:
Expand Down
2 changes: 1 addition & 1 deletion tidal-listener/tidal-listener.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
default-language: Haskell2010
ghc-options: -threaded
-Wall
-dynamic
-dynamic-too
-- see: https://github.com/haskell-hint/hint/issues/156


Expand Down

0 comments on commit f878aad

Please sign in to comment.