Skip to content

Commit

Permalink
Remove redundant usage of TemplateHaskell extension. (#4276)
Browse files Browse the repository at this point in the history
Discovered while using the most recent version of
[`hlint`](https://github.com/ndmitchell/hlint)
([`3.6.1`](https://github.com/ndmitchell/hlint/releases/tag/v3.6.1)).

Note that version 3.6.1 of `hlint`:
  - is not available in our current `nix` shell.
- does not appear to support versions of GHC before 9.2
([source](https://github.com/ndmitchell/hlint/blob/ed1259a7da88420e8d05d6241d6bdd4493a9997f/hlint.cabal#L39
)).

See also: #4171
  • Loading branch information
jonathanknowles authored Nov 29, 2023
2 parents 4294009 + f034b76 commit 72c8d92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/local-cluster/lib/Cardano/Wallet/LocalCluster.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}

module Cardano.Wallet.LocalCluster where

Expand Down

0 comments on commit 72c8d92

Please sign in to comment.