Skip to content

Commit

Permalink
fix link to plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jali-clarke committed Aug 7, 2024
1 parent f60effe commit 1c43e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nri-prelude/src/NriPrelude/Plugin.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ where
-- Useful documentation
-- - Elm's default imports: https://package.elm-lang.org/packages/elm/core/latest/
-- - GHC user guide on compiler plugins: https://ghc.gitlab.haskell.org/ghc/doc/users_guide/extending_ghc.html#compiler-plugins
-- - Module providing API for creating plugins: https://www.stackage.org/haddock/lts-17.4/ghc-lib-8.10.4.20210206/GHC.Plugins.html
-- - Module providing API for creating plugins: https://hackage.haskell.org/package/ghc-lib-9.6.5.20240423/docs/GHC-Plugins.html

import Data.Function ((&))
import qualified Data.List
Expand Down

0 comments on commit 1c43e43

Please sign in to comment.