File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ repository cardano-haskell-packages
15
15
-- See CONTRIBUTING for information about these, including some Nix commands
16
16
-- you need to run if you change them
17
17
index-state:
18
- , hackage.haskell.org 2025-03-17T12:01:29Z
19
- , cardano-haskell-packages 2025-03-03T04:46:42Z
18
+ , hackage.haskell.org 2025-04-08T10:52:25Z
19
+ , cardano-haskell-packages 2025-04-22T08:40:01Z
20
20
21
21
packages:
22
22
cardano-api-wasm-ledger-only
@@ -93,7 +93,7 @@ allow-older: cborg
93
93
source-repository-package
94
94
type: git
95
95
location: https://github.com/IntersectMBO/plutus.git
96
- tag: f39fd52585ec724597839eb0f4bc7a2e72b1624b
96
+ tag: 8c7945735c658c77e55b4f7d5320842c695cfda5
97
97
subdir:
98
98
plutus-core
99
99
plutus-ledger-api
@@ -123,8 +123,14 @@ source-repository-package
123
123
location: https://github.com/haskell-wasm/hs-memory.git
124
124
tag: a198a76c584dc2cfdcde6b431968de92a5fed65e
125
125
126
+ allow-newer: time
127
+ constraints: time >= 1.14
128
+
126
129
package digest
127
130
flags: -pkg-config
128
131
129
132
package crypton
130
- ghc-options: -optc-DARGON2_NO_THREADS
133
+ ghc-options: -optc-DARGON2_NO_THREADS
134
+
135
+ package time
136
+ ghc-options: -Wno-deriving-typeable
Original file line number Diff line number Diff line change 3
3
4
4
source $HOME /.ghc-wasm/env
5
5
6
- export CONF_CC_OPTS_STAGE2=" $CONF_CC_OPTS_STAGE2 -D_WASI_EMULATED_MMAN"
7
- export CONF_GCC_LINKER_OPTS_STAGE2=" $CONF_GCC_LINKER_OPTS_STAGE2 -lwasi-emulated-mman"
6
+ # export CONF_CC_OPTS_STAGE2="$CONF_CC_OPTS_STAGE2 -D_WASI_EMULATED_MMAN"
7
+ # export CONF_GCC_LINKER_OPTS_STAGE2="$CONF_GCC_LINKER_OPTS_STAGE2 -lwasi-emulated-mman"
8
8
9
9
# This should be able to build!
10
10
# cabal build --project-file=cabal-wasm.project cardano-api-wasm --keep-going
You can’t perform that action at this time.
0 commit comments