Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pact.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extra-source-files:
cbits/musl/sqrt_data.h

flag cryptonite-ed25519
description: use cryptonite instead of ed25519-donna
description: use crypton instead of ed25519-donna
default: True
manual: True

Expand Down Expand Up @@ -228,7 +228,7 @@ library
Pact.Types.SQLite
build-depends:
, criterion >=1.1.4
, cryptonite
, crypton
, direct-sqlite >=2.3.27
, memory
, safe-exceptions >=0.1.5.0
Expand Down