Skip to content

Commit 89f9097

Browse files
committedFeb 7, 2025
Fix haskell binding
1 parent 041d2fd commit 89f9097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bindings/haskell/gpu-cpp.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ library
2626
hs-source-dirs: src
2727
default-language: Haskell2010
2828
ghc-options: -optcxx-std=c++17
29-
extra-libraries: dawn
29+
extra-libraries: webgpu_dawn
3030

3131
executable gpu-cpp
3232
import: warnings

0 commit comments

Comments
 (0)
Please sign in to comment.