Skip to content

Commit

Permalink
Suppress "Use <$>" hlint rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehayden1 committed Apr 22, 2024
1 parent aca1cd5 commit 8b83349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gltf-loader.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ common shared
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wno-unrecognised-pragmas
-Wpartial-fields
-Wredundant-constraints
build-depends:
Expand Down
2 changes: 2 additions & 0 deletions src/Text/GLTF/Loader/Internal/Decoders.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# HLINT ignore "Use <$>" #-}

module Text.GLTF.Loader.Internal.Decoders
( -- * GLTF Property-specific Type decoders
getIndices,
Expand Down

0 comments on commit 8b83349

Please sign in to comment.