Skip to content

Commit

Permalink
Use forceElemsToWHNF from strict-containers instead of cardano-prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Aug 8, 2022
1 parent c8d5437 commit 3a42eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cardano-crypto-class/cardano-crypto-class.cabal
Expand Up @@ -109,6 +109,7 @@ library
, nothunks
, primitive
, serialise
, strict-containers
, text
, transformers
, vector
Expand Down
2 changes: 1 addition & 1 deletion cardano-crypto-class/src/Cardano/Crypto/KES/Simple.hs
Expand Up @@ -29,14 +29,14 @@ import GHC.Generics (Generic)
import GHC.TypeNats (Nat, KnownNat, natVal, type (*))
import NoThunks.Class (NoThunks)

import Cardano.Prelude (forceElemsToWHNF)
import Cardano.Binary (FromCBOR (..), ToCBOR (..))

import Cardano.Crypto.DSIGN
import qualified Cardano.Crypto.DSIGN as DSIGN
import Cardano.Crypto.KES.Class
import Cardano.Crypto.Seed
import Cardano.Crypto.Util
import Data.Unit.Strict (forceElemsToWHNF)


data SimpleKES d (t :: Nat)
Expand Down

0 comments on commit 3a42eeb

Please sign in to comment.