Skip to content

Commit

Permalink
Don't build dynamic libraries for tidal-listener on Windows.
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 3179c11 commit aab0ff2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tidal-listener/tidal-listener.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ library
default-language: Haskell2010
ghc-options: -threaded
-Wall
-dynamic-too
-- see: https://github.com/haskell-hint/hint/issues/156
if !os(windows)
ghc-options: -dynamic-too


executable tidal-listener
Expand All @@ -46,5 +47,6 @@ executable tidal-listener
default-language: Haskell2010
ghc-options: -threaded
-Wall
-dynamic
-- see: https://github.com/haskell-hint/hint/issues/156
if !os(windows)
ghc-options: -dynamic-too

0 comments on commit aab0ff2

Please sign in to comment.