We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fec91 commit 969b300Copy full SHA for 969b300
test/cabal.project.local
@@ -27,6 +27,15 @@ repository ghcjs-overlay
27
key-threshold: 0
28
--sha256: sha256-mZT7c+xR5cUTjLdCqOxpprjYL3kr/+9rmumtXvWAQlM=
29
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
+
39
if !impl(ghc>=9.11) && !os(ghcjs)
40
active-repositories: hackage.haskell.org
41
0 commit comments