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 authored and lehins committed Nov 28, 2022
1 parent e7c96e4 commit 30312b4
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 30312b4

Please sign in to comment.