Skip to content

Commit 969b300

Browse files
committed
Add back in libsodium.
1 parent e7fec91 commit 969b300

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/cabal.project.local

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ repository ghcjs-overlay
2727
key-threshold: 0
2828
--sha256: sha256-mZT7c+xR5cUTjLdCqOxpprjYL3kr/+9rmumtXvWAQlM=
2929

30+
-- This is needed because nixpkgs has 1.0.19, and libsodium has
31+
-- too tight bounds <1.0.18.
32+
if !os(ghcjs)
33+
source-repository-package
34+
type: git
35+
location: https://github.com/hamishmack/hs-libsodium.git
36+
tag: c094f210f3bd34d97204451ea57855a5d17e2086
37+
--sha256: sha256-6iCKvdLdjwg2jcoWMEj3qcFTvKe3P4BYxgKeXY3QwRM=
38+
3039
if !impl(ghc>=9.11) && !os(ghcjs)
3140
active-repositories: hackage.haskell.org
3241

0 commit comments

Comments
 (0)