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

Commit c5638fc

Browse files
committed
Simple flake setup
1 parent 51db346 commit c5638fc

File tree

14 files changed

+1067
-750
lines changed

14 files changed

+1067
-750
lines changed

cabal.project

Lines changed: 67 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ source-repository-package
2828
plutus-tx-constraints
2929
plutus-use-cases
3030
rewindable-index
31+
--sha256: 0x0v5gpkj5f6gy0ivh1f8ky445bb1aplhhjm8s93sxx9asib835f
3132

3233
-- The following sections are copied from the 'plutus-apps' repository
3334
-- cabal.project at the revision given above.
@@ -132,79 +133,85 @@ package cardano-wallet-core-integration
132133
optimization: False
133134

134135
source-repository-package
135-
type: git
136-
location: https://github.com/input-output-hk/cardano-wallet
137-
tag: 18a931648550246695c790578d4a55ee2f10463e
138-
subdir:
139-
lib/cli
140-
lib/core
141-
lib/core-integration
142-
lib/dbvar
143-
lib/launcher
144-
lib/numeric
145-
lib/shelley
146-
lib/strict-non-empty-containers
147-
lib/test-utils
148-
lib/text-class
136+
type: git
137+
location: https://github.com/input-output-hk/cardano-wallet
138+
tag: 18a931648550246695c790578d4a55ee2f10463e
139+
subdir:
140+
lib/cli
141+
lib/core
142+
lib/core-integration
143+
lib/dbvar
144+
lib/launcher
145+
lib/numeric
146+
lib/shelley
147+
lib/strict-non-empty-containers
148+
lib/test-utils
149+
lib/text-class
150+
--sha256: 0i40hp1mdbljjcj4pn3n6zahblkb2jmpm8l4wnb36bya1pzf66fx
149151

150152
-- Direct dependency.
151153
source-repository-package
152-
type: git
153-
location: https://github.com/input-output-hk/servant-purescript
154-
tag: 44e7cacf109f84984cd99cd3faf185d161826963
154+
type: git
155+
location: https://github.com/input-output-hk/servant-purescript
156+
tag: 44e7cacf109f84984cd99cd3faf185d161826963
157+
--sha256: 10pb0yfp80jhb9ryn65a4rha2lxzsn2vlhcc6xphrrkf4x5lhzqc
155158

156159
-- Direct dependency.
157160
source-repository-package
158-
type: git
159-
location: https://github.com/input-output-hk/purescript-bridge
160-
tag: 47a1f11825a0f9445e0f98792f79172efef66c00
161+
type: git
162+
location: https://github.com/input-output-hk/purescript-bridge
163+
tag: 47a1f11825a0f9445e0f98792f79172efef66c00
164+
--sha256: 0da1vn2l6iyfxcjk58qal1l4755v92zi6yppmjmqvxf1gacyf9px
161165

162166
-- Direct dependency.
163167
source-repository-package
164-
type: git
165-
location: https://github.com/Quviq/quickcheck-contractmodel
166-
tag: 462f8c25bea15f88e179e12ebf4e3a4ffcc92d18
167-
subdir:
168-
contractmodel
168+
type: git
169+
location: https://github.com/Quviq/quickcheck-contractmodel
170+
tag: 462f8c25bea15f88e179e12ebf4e3a4ffcc92d18
171+
subdir:
172+
contractmodel
173+
--sha256: 0ml3avnydsw40yf48hbakcbpimp446rchgzhrzl92by6c9lw3mfh
169174

170175
-- Should follow cardano-wallet.
171176
source-repository-package
172-
type: git
173-
location: https://github.com/input-output-hk/cardano-addresses
174-
tag: b7273a5d3c21f1a003595ebf1e1f79c28cd72513
175-
subdir:
176-
-- cardano-addresses-cli
177-
command-line
178-
-- cardano-addresses
179-
core
177+
type: git
178+
location: https://github.com/input-output-hk/cardano-addresses
179+
tag: b7273a5d3c21f1a003595ebf1e1f79c28cd72513
180+
subdir:
181+
-- cardano-addresses-cli
182+
command-line
183+
-- cardano-addresses
184+
core
185+
--sha256: 129r5kyiw10n2021bkdvnr270aiiwyq58h472d151ph0r7wpslgp
180186

181187
-- This is needed because we rely on an unreleased feature
182188
-- https://github.com/input-output-hk/cardano-ledger/pull/3111
183189
source-repository-package
184-
type: git
185-
location: https://github.com/input-output-hk/cardano-ledger
186-
tag: da3e9ae10cf9ef0b805a046c84745f06643583c2
187-
subdir:
188-
eras/alonzo/impl
189-
eras/alonzo/test-suite
190-
eras/babbage/impl
191-
eras/babbage/test-suite
192-
eras/byron/chain/executable-spec
193-
eras/byron/crypto
194-
eras/byron/crypto/test
195-
eras/byron/ledger/executable-spec
196-
eras/byron/ledger/impl
197-
eras/byron/ledger/impl/test
198-
eras/shelley/impl
199-
eras/shelley/test-suite
200-
eras/shelley-ma/impl
201-
eras/shelley-ma/test-suite
202-
libs/cardano-ledger-core
203-
libs/cardano-ledger-pretty
204-
libs/cardano-protocol-tpraos
205-
libs/cardano-data
206-
libs/vector-map
207-
libs/set-algebra
208-
libs/small-steps
209-
libs/small-steps-test
210-
libs/non-integral
190+
type: git
191+
location: https://github.com/input-output-hk/cardano-ledger
192+
tag: da3e9ae10cf9ef0b805a046c84745f06643583c2
193+
subdir:
194+
eras/alonzo/impl
195+
eras/alonzo/test-suite
196+
eras/babbage/impl
197+
eras/babbage/test-suite
198+
eras/byron/chain/executable-spec
199+
eras/byron/crypto
200+
eras/byron/crypto/test
201+
eras/byron/ledger/executable-spec
202+
eras/byron/ledger/impl
203+
eras/byron/ledger/impl/test
204+
eras/shelley/impl
205+
eras/shelley/test-suite
206+
eras/shelley-ma/impl
207+
eras/shelley-ma/test-suite
208+
libs/cardano-ledger-core
209+
libs/cardano-ledger-pretty
210+
libs/cardano-protocol-tpraos
211+
libs/cardano-data
212+
libs/vector-map
213+
libs/set-algebra
214+
libs/small-steps
215+
libs/small-steps-test
216+
libs/non-integral
217+
--sha256: 1jg1h05gcms119mw7fz798xpj3hr5h426ga934vixmgf88m1jmfx

default.nix

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)