Skip to content

Commit

Permalink
Merge pull request #141 from amesgen/remove-unnecessary-jsffi
Browse files Browse the repository at this point in the history
Remove unnecessary usage of `JavaScriptFFI`
  • Loading branch information
hamishmack authored Feb 5, 2024
2 parents ffcda85 + 89c743f commit 548c783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsaddle/src-ghc/JavaScript/TypedArray/DataView/Internal.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE JavaScriptFFI #-}
{-# LANGUAGE ForeignFunctionInterface #-}
{-# LANGUAGE UnliftedFFITypes #-}
{-# LANGUAGE GHCForeignImportPrim #-}
Expand Down

0 comments on commit 548c783

Please sign in to comment.