Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 98ea6fc

Browse files
nix develop working again
1 parent 0d435e4 commit 98ea6fc

File tree

5 files changed

+36
-25
lines changed

5 files changed

+36
-25
lines changed

cabal.project

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repository cardano-haskell-packages
1313

1414
-- See CONTRIBUTING.adoc for how to update index-state
1515
index-state:
16-
, hackage.haskell.org 2023-08-03T00:00:00Z
17-
, cardano-haskell-packages 2023-07-27T00:00:00Z
16+
, hackage.haskell.org 2023-08-23T00:00:00Z
17+
, cardano-haskell-packages 2023-08-23T00:00:00Z
1818

1919
packages: cardano-node-emulator
2020
cardano-node-socket-emulator
@@ -32,6 +32,8 @@ packages: cardano-node-emulator
3232
plutus-script-utils
3333
plutus-tx-constraints
3434
plutus-use-cases
35+
/Users/sjoerdvisscher/Documents/GitHub/quickcheck-contractmodel/quickcheck-contractmodel
36+
/Users/sjoerdvisscher/Documents/GitHub/quickcheck-contractmodel/quickcheck-threatmodel
3537

3638
-- We never, ever, want this.
3739
write-ghc-environment-files: never
@@ -62,17 +64,34 @@ allow-newer:
6264
, docopt:template-haskell
6365
, *:vector
6466
-- temporary
65-
, quickcheck-contractmodel:*
6667
, cardano-wallet:cardano-api
68+
, cardano-testnet:cardano-api
6769
, ouroboros-consensus-byron:*
6870

6971
allow-older:
7072
strict-containers:binary,containers
73+
, marconi-chain-index:*
7174

7275
constraints:
7376
dependent-sum-template >= 0.2
7477
, docopt >= 0.7.0.7
75-
, strict-containers ^>= 0.2
78+
, strict-containers ^>= 0.2,
79+
plutus-tx >= 1.5.0 && < 1.6,
80+
cardano-api >= 8.2.0 && < 8.3,
81+
cardano-strict-containers >= 0.1.2 && < 0.2,
82+
cardano-slotting >= 0.1.1 && < 0.2,
83+
cardano-ledger-binary >= 1.1.1 && < 1.2,
84+
cardano-ledger-allegra >= 1.1.1 && < 1.2,
85+
cardano-ledger-core >= 1.2.0 && < 1.3,
86+
cardano-ledger-shelley >= 1.2.0 && < 1.3,
87+
cardano-ledger-alonzo >= 1.2.1 && < 1.3,
88+
cardano-ledger-api >= 1.2.0 && < 1.3,
89+
cardano-ledger-babbage >= 1.2.1 && < 1.3,
90+
ouroboros-consensus >= 0.7.0 && < 0.8,
91+
ouroboros-consensus-cardano >= 0.6.0 && < 0.7,
92+
93+
optparse-applicative-fork < 0.18,
94+
optparse-applicative < 0.18
7695

7796
-- The plugin will typically fail when producing Haddock documentation. However,
7897
-- in this instance you can simply tell it to defer any errors to runtime (which
@@ -95,8 +114,6 @@ package plutus-contract-model
95114
-- For dev work we don't care about performance so much, so this is okay.
96115
package cardano-ledger-alonzo
97116
optimization: False
98-
package ouroboros-consensus-shelley
99-
optimization: False
100117
package ouroboros-consensus-cardano
101118
optimization: False
102119
package cardano-api
@@ -137,16 +154,14 @@ source-repository-package
137154
tag: 6b55f96d57a181f898eb2a50531d3ae4280c549c
138155
--sha256: 0yygam995i3mawk6hfgxb6v918phvqzyipzhjflff0l6zfrldy7f
139156
subdir:
140-
-- cardano-addresses-cli
141157
command-line
142-
-- cardano-addresses
143158
core
144159

145160
source-repository-package
146161
type: git
147162
location: https://github.com/input-output-hk/marconi
148-
tag: 7285a3bc1ae53bf672c7cc2359210c6c29fbce44
163+
tag: 6a747440d3289e55c3e8b76d3e3f13fe8202b438
164+
--sha256: sha256-QrfxWBQdOWYAVxzUIPTr5BjnLgMNv9NCcu4l9nbru/8=
149165
subdir:
150-
cardano-streaming
151166
marconi-chain-index
152167
marconi-core

cardano-node-socket-emulator/cardano-node-socket-emulator.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ library
6363
, iohk-monitoring
6464
, memory
6565
, ouroboros-consensus
66-
, ouroboros-consensus-byron
6766
, ouroboros-consensus-cardano
6867
, ouroboros-consensus-protocol
69-
, ouroboros-consensus-shelley
7068
, ouroboros-network
7169
, ouroboros-network-framework
7270
, plutus-core >=1.0.0

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plutus-ledger/plutus-ledger.cabal

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ library
114114
-- Other IOG dependencies
115115
--------------------------
116116
build-depends:
117-
, cardano-api >=8.0
117+
, cardano-api >=8.0
118118
, cardano-binary
119119
, cardano-crypto
120120
, cardano-crypto-class
@@ -128,10 +128,9 @@ library
128128
, cardano-slotting
129129
, data-default
130130
, iohk-monitoring
131-
, ouroboros-consensus-shelley
132-
, plutus-core >=1.0.0
133-
, plutus-ledger-api >=1.0.0
134-
, plutus-tx >=1.0.0
131+
, plutus-core >=1.0.0
132+
, plutus-ledger-api >=1.0.0
133+
, plutus-tx >=1.0.0
135134

136135
------------------------
137136
-- Non-IOG dependencies

plutus-pab-executables/plutus-pab-executables.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,8 @@ executable pab-cli
449449
-- Other IOG dependencies
450450
--------------------------
451451
build-depends:
452-
, cardano-api >=8.0
452+
, cardano-api >=8.0
453453
, cardano-ledger-shelley
454-
, ouroboros-consensus-shelley
455454

456455
------------------------
457456
-- Non-IOG dependencies

0 commit comments

Comments
 (0)