@@ -10,10 +10,11 @@ repository cardano-haskell-packages
1010 d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
1111
1212-- repeating the index-state for hackage to work around hackage.nix parsing limitation
13- index-state : 2022-09-27T00:00 :00Z
13+ index-state : 2022-09-27T18:00 :00Z
14+ --index-state : cardano-haskell-packages 2023-01-26T18:00 :00Z
1415index-state :
15- , hackage.haskell.org 2022-09-27T00 :00 :00Z
16- , cardano-haskell-packages 2022-10-25T20 :00 :00Z
16+ , hackage.haskell.org 2022-09-27T18 :00 :00Z
17+ , cardano-haskell-packages 2023-01-26T18 :00 :00Z
1718
1819packages :
1920 cardano-db
@@ -26,6 +27,7 @@ packages:
2627constraints :
2728 persistent-postgresql >= 2.11.0.1
2829 , hedgehog >= 1.0
30+ , hedgehog-extras == 0.2.0.0
2931 , bimap >= 0.4.0
3032 , libsystemd-journal >= 1.4.4
3133 , systemd >= 2.3.0
@@ -36,24 +38,69 @@ constraints:
3638 , algebraic-graphs < 0.7
3739 , protolude < 0.3.1
3840 -- TODO: these should be set in cabal files, but avoiding setting them in lower dependencies for initial CHaP release
39- , cardano-prelude == 0.1.0.0
41+ , ap-normalize == 0.1.0.1
4042 , base-deriving-via == 0.1.0.0
41- , cardano-binary == 1.5.0
43+ , byron-spec-chain == 0.1.0.0
44+ , byron-spec-ledger == 0.1.0.0
45+ , cardano-binary == 1.5.0
4246 , cardano-binary-test == 1.3.0
43- , cardano-crypto-class == 2.0.0.0.1
44- , cardano-crypto-praos == 2.0.0.0.1
45- , cardano-crypto-tests == 2.0.0.0.1
46- , cardano-slotting == 0.1.0.0
47+ , cardano-crypto-class == 2.0.0.0.1
48+ , cardano-crypto-praos == 2.0.0.0.1
49+ , cardano-crypto-test == 1.3.0
50+ , cardano-crypto-tests == 2.0.0.0.1
51+ , cardano-crypto-wrapper == 1.3.0
52+ , cardano-data == 0.1.0.1
53+ , cardano-ledger-alonzo == 0.1.0.0
54+ , cardano-ledger-babbage == 0.1.0.0
55+ , cardano-ledger-byron == 0.1.0.0
56+ , cardano-ledger-byron-test == 1.3.0
57+ , cardano-ledger-core == 0.1.0.0
58+ , cardano-ledger-pretty == 0.1.0.0
59+ , cardano-ledger-shelley == 0.1.0.0
60+ , cardano-ledger-shelley-ma == 0.1.0.0
61+ , cardano-ledger-shelley-test == 0.1.0.0
62+ , cardano-prelude == 0.1.0.0
63+ , cardano-prelude-test == 0.1.0.1
64+ , cardano-protocol-tpraos == 0.1.0.0
65+ , cardano-slotting == 0.1.0.0
66+ , contra-tracer == 0.1.0.0
67+ , ekg-forward == 0.1.0
68+ , generic-monoid == 0.1.0.1
69+ , goblins == 0.2.0.0
70+ , iohk-monitoring == 0.1.11.0
71+ , lobemo-backend-aggregation == 0.1.0.0
72+ , lobemo-backend-ekg == 0.1.0.1
73+ , lobemo-backend-monitoring == 0.1.0.0
74+ , lobemo-backend-trace-forwarder == 0.1.0.0
4775 , measures == 0.1.0.0
76+ , monoidal-synchronisation == 0.1.0.1
77+ , network-mux == 0.1.0.1
78+ , non-integral == 0.1.0.0
4879 , orphans-deriving-via == 0.1.0.0
49- , strict-containers == 0.1.0.0
80+ , ouroboros-consensus == 0.1.0.1
81+ , ouroboros-consensus-byron == 0.1.0.1
82+ , ouroboros-consensus-cardano == 0.1.0.1
83+ , ouroboros-consensus-protocol == 0.1.0.1
84+ , ouroboros-consensus-shelley == 0.1.0.1
85+ , ouroboros-network == 0.1.0.1
86+ , ouroboros-network-framework == 0.1.0.1
87+ , ouroboros-network-testing == 0.1.0.1
5088 , plutus-core == 1.0.0.1
89+ , plutus-ghc-stub == 8.6.5
5190 , plutus-ledger-api == 1.0.0.1
5291 , plutus-tx == 1.0.0.0
5392 , plutus-tx-plugin == 1.0.0.0
5493 , prettyprinter-configurable == 0.1.0.0
55- , plutus-ghc-stub == 8.6.5
56- , word-array == 0.1.0.0
94+ , set-algebra == 0.1.0.0
95+ , small-steps == 0.1.0.0
96+ , small-steps-test == 0.1.0.0
97+ , strict-containers == 0.1.0.0
98+ , tracer-transformers == 0.1.0.1
99+ , typed-protocols == 0.1.0.0
100+ , typed-protocols-cborg == 0.1.0.0
101+ , vector-map == 0.1.0.0
102+ , Win32-network == 0.1.0.0
103+ , wl-pprint-annotated == 0.1.0.1
57104 , word-array == 0.1.0.0
58105
59106package cardano-db
@@ -76,16 +123,27 @@ package cryptonite
76123 -- generation is dubious. Set the flag so we use /dev/urandom by default.
77124 flags : -support_rdrand
78125
79- -- ---------------------------------------------------------
80- -- Enable tests
126+ extra-packages :
127+ ouroboros-consensus-cardano-tools == 0.1.0.1
128+
129+ package snap-server
130+ flags : +openssl
131+
132+ package comonad
133+ flags : -test-doctests
134+
135+ -- Enable tests
81136
82137tests : True
83138test-show-details : direct
84139
85140allow-newer :
86- * :aeson,
141+ ekg :aeson,
142+ ekg-json :aeson,
143+ threepenny-gui :aeson,
87144 monoidal-containers :aeson,
88- size-based :template-haskell
145+ size-based :template-haskell,
146+ snap-server :attoparsec,
89147
90148-- ---------------------------------------------------------
91149
@@ -97,8 +155,8 @@ allow-newer:
97155source-repository-package
98156 type : git
99157 location : https://github.com/input-output-hk/cardano-node
100- tag : ebc7be471b30e5931b35f9bbc236d21c375b91bb
101- --sha256 : 1j01m2cp2vdcl26zx9xmipr551v3b2rz9kfn9ik8byfwj1z7652r
158+ tag : 8762a10efe3f9f97939e3cb05edaf04250456702
159+ --sha256 : 0a2yyr0y07z8a03vlqxl54746hkcqmwwyz5rfpxx60y361x102ig
102160 subdir :
103161 cardano-api
104162 cardano-cli
@@ -110,27 +168,34 @@ source-repository-package
110168
111169source-repository-package
112170 type : git
113- location : https://github.com/vshabanov/ekg-json
114- tag : 00ebe7211c981686e65730b7144fbf5350462608
115- --sha256 : 1zvjm3pb38w0ijig5wk5mdkzcszpmlp5d4zxvks2jk1rkypi8gsm
116-
117- source-repository-package
118- type : git
119- location : https://github.com/haskell-works/hw-aeson
120- tag : 6dc309ff4260c71d9a18c220cbae8aa1dfe2a02e
121- --sha256 : 08zxzkk1fy8xrvl46lhzmpyisizl0nzl1n00g417vc0l170wsr9j
171+ location : https://github.com/input-output-hk/moo
172+ tag : 8c487714fbfdea66188fcb85053e7e292e0cc348
173+ --sha256 : 1mdj218hgh7s5a6b9k14vg9i06zxah0wa42ycdgh245izs8nfv0x
122174
123175source-repository-package
124176 type : git
125- location : https://github.com/HeinrichApfelmus/threepenny-gui
126- tag : e3bb8283fc7d2e8aa374eea29426002e8dcd67a8
127- --sha256 : 0nf836b552asgpwn2gxwl7yd7ssdhb1wkvdqz6s4dpzqnlpyivx9
177+ location : https://github.com/vshabanov/ekg-json
178+ tag : 00ebe7211c981686e65730b7144fbf5350462608
179+ --sha256 : 1zvjm3pb38w0ijig5wk5mdkzcszpmlp5d4zxvks2jk1rkypi8gsm
128180
129181source-repository-package
130182 type : git
131- location : https://github.com/input-output-hk/cardano-config
132- tag : e9de7a2cf70796f6ff26eac9f9540184ded0e4e6
133- --sha256 : 1wm1c99r5zvz22pdl8nhkp13falvqmj8dgkm8fxskwa9ydqz01ld
183+ location : https://github.com/denisshevchenko/threepenny-gui
184+ tag : 4ec92ded05ccf59ba4a874be4b404ac1b6d666b6
185+ --sha256 : 00fvvaf4ir4hskq4a6gggbh2wmdvy8j8kn6s4m1p1vlh8m8mq514
186+
187+ -- source-repository-package
188+ -- type: git
189+ -- location: https://github.com/haskell-works/hw-aeson
190+ -- tag: 6dc309ff4260c71d9a18c220cbae8aa1dfe2a02e
191+ -- --sha256: 08zxzkk1fy8xrvl46lhzmpyisizl0nzl1n00g417vc0l170wsr9j
192+ --
193+ -- source-repository-package
194+ -- type: git
195+ -- location: https://github.com/input-output-hk/cardano-config
196+ -- tag: e9de7a2cf70796f6ff26eac9f9540184ded0e4e6
197+ -- --sha256: 1wm1c99r5zvz22pdl8nhkp13falvqmj8dgkm8fxskwa9ydqz01ld
198+ --
134199
135200source-repository-package
136201 type : git
0 commit comments