Skip to content

Commit

Permalink
remove CPP guard on -XTypeApplications
Browse files Browse the repository at this point in the history
As of PR #313, this source file always needs `-XTypeApplications`.
  • Loading branch information
nfrisby committed Nov 22, 2022
1 parent e3a4ec3 commit 9758663
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cardano-crypto-tests/src/Test/Crypto/Regressions.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE OverloadedStrings #-}
#ifdef SECP256K1_ENABLED
{-# LANGUAGE TypeApplications #-}
#endif

module Test.Crypto.Regressions (
tests
Expand Down

0 comments on commit 9758663

Please sign in to comment.