Skip to content

Commit

Permalink
Merge pull request #36 from tanyabouman/type-operators-extension
Browse files Browse the repository at this point in the history
Add TypeOperators language extension to EdDSA.hs
  • Loading branch information
kazu-yamamoto committed Jun 12, 2024
2 parents 51f9f68 + be20882 commit 897d9c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Crypto/PubKey/EdDSA.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
module Crypto.PubKey.EdDSA
( SecretKey
, PublicKey
Expand Down

0 comments on commit 897d9c2

Please sign in to comment.