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 8db880d commit 1d39c04Copy full SHA for 1d39c04
cabal.project
@@ -12,10 +12,14 @@ repository cardano-haskell-packages
12
13
-- See CONTRIBUTING for some Nix commands you will need to run if you
14
-- update either of these.
15
--- Bump this if you need newer packages from Hackage
+
16
+-- repeating hackage index-state to work around haskell.nix parsing limitation
17
index-state: 2022-11-15T00:00:00Z
--- Bump this if you need newer packages from CHaP
18
-index-state: cardano-haskell-packages 2023-01-04T00:00:00Z
+index-state:
19
+ -- Bump this if you need newer packages from Hackage
20
+ , hackage.haskell.org 2022-11-15T00:00:00Z
21
+ -- Bump this if you need newer packages from CHaP
22
+ , cardano-haskell-packages 2023-01-04T00:00:00Z
23
24
packages: doc/read-the-docs-site
25
plutus-benchmark
0 commit comments