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

Commit

Permalink
nix develop working again
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvisscher committed Sep 8, 2023
1 parent 0d435e4 commit 98ea6fc
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 25 deletions.
35 changes: 25 additions & 10 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository cardano-haskell-packages

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

packages: cardano-node-emulator
cardano-node-socket-emulator
Expand All @@ -32,6 +32,8 @@ packages: cardano-node-emulator
plutus-script-utils
plutus-tx-constraints
plutus-use-cases
/Users/sjoerdvisscher/Documents/GitHub/quickcheck-contractmodel/quickcheck-contractmodel
/Users/sjoerdvisscher/Documents/GitHub/quickcheck-contractmodel/quickcheck-threatmodel

-- We never, ever, want this.
write-ghc-environment-files: never
Expand Down Expand Up @@ -62,17 +64,34 @@ allow-newer:
, docopt:template-haskell
, *:vector
-- temporary
, quickcheck-contractmodel:*
, cardano-wallet:cardano-api
, cardano-testnet:cardano-api
, ouroboros-consensus-byron:*

allow-older:
strict-containers:binary,containers
, marconi-chain-index:*

constraints:
dependent-sum-template >= 0.2
, docopt >= 0.7.0.7
, strict-containers ^>= 0.2
, strict-containers ^>= 0.2,
plutus-tx >= 1.5.0 && < 1.6,
cardano-api >= 8.2.0 && < 8.3,
cardano-strict-containers >= 0.1.2 && < 0.2,
cardano-slotting >= 0.1.1 && < 0.2,
cardano-ledger-binary >= 1.1.1 && < 1.2,
cardano-ledger-allegra >= 1.1.1 && < 1.2,
cardano-ledger-core >= 1.2.0 && < 1.3,
cardano-ledger-shelley >= 1.2.0 && < 1.3,
cardano-ledger-alonzo >= 1.2.1 && < 1.3,
cardano-ledger-api >= 1.2.0 && < 1.3,
cardano-ledger-babbage >= 1.2.1 && < 1.3,
ouroboros-consensus >= 0.7.0 && < 0.8,
ouroboros-consensus-cardano >= 0.6.0 && < 0.7,

optparse-applicative-fork < 0.18,
optparse-applicative < 0.18

-- The plugin will typically fail when producing Haddock documentation. However,
-- in this instance you can simply tell it to defer any errors to runtime (which
Expand All @@ -95,8 +114,6 @@ package plutus-contract-model
-- For dev work we don't care about performance so much, so this is okay.
package cardano-ledger-alonzo
optimization: False
package ouroboros-consensus-shelley
optimization: False
package ouroboros-consensus-cardano
optimization: False
package cardano-api
Expand Down Expand Up @@ -137,16 +154,14 @@ source-repository-package
tag: 6b55f96d57a181f898eb2a50531d3ae4280c549c
--sha256: 0yygam995i3mawk6hfgxb6v918phvqzyipzhjflff0l6zfrldy7f
subdir:
-- cardano-addresses-cli
command-line
-- cardano-addresses
core

source-repository-package
type: git
location: https://github.com/input-output-hk/marconi
tag: 7285a3bc1ae53bf672c7cc2359210c6c29fbce44
tag: 6a747440d3289e55c3e8b76d3e3f13fe8202b438
--sha256: sha256-QrfxWBQdOWYAVxzUIPTr5BjnLgMNv9NCcu4l9nbru/8=
subdir:
cardano-streaming
marconi-chain-index
marconi-core
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ library
, iohk-monitoring
, memory
, ouroboros-consensus
, ouroboros-consensus-byron
, ouroboros-consensus-cardano
, ouroboros-consensus-protocol
, ouroboros-consensus-shelley
, ouroboros-network
, ouroboros-network-framework
, plutus-core >=1.0.0
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions plutus-ledger/plutus-ledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ library
-- Other IOG dependencies
--------------------------
build-depends:
, cardano-api >=8.0
, cardano-api >=8.0
, cardano-binary
, cardano-crypto
, cardano-crypto-class
Expand All @@ -128,10 +128,9 @@ library
, cardano-slotting
, data-default
, iohk-monitoring
, ouroboros-consensus-shelley
, plutus-core >=1.0.0
, plutus-ledger-api >=1.0.0
, plutus-tx >=1.0.0
, plutus-core >=1.0.0
, plutus-ledger-api >=1.0.0
, plutus-tx >=1.0.0

------------------------
-- Non-IOG dependencies
Expand Down
3 changes: 1 addition & 2 deletions plutus-pab-executables/plutus-pab-executables.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,8 @@ executable pab-cli
-- Other IOG dependencies
--------------------------
build-depends:
, cardano-api >=8.0
, cardano-api >=8.0
, cardano-ledger-shelley
, ouroboros-consensus-shelley

------------------------
-- Non-IOG dependencies
Expand Down

0 comments on commit 98ea6fc

Please sign in to comment.