-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CardaxDEX CTL - testnet launch work PR #419
Changes from all commits
f8b58d2
3108268
9cc8b10
2acb642
d9444f2
5265417
7bb3b70
f03223f
81373e5
b82c08c
51bc89e
404f9e2
7e8f874
88f7b1b
e744b5e
d5953f0
9cd8095
1963a82
5473777
ccf5767
2b7f562
bf14bca
4cd11c3
b6dba8a
76bd3c5
f7ceea1
15a6ec6
8f041fb
433ee68
0095aa3
a8d12e0
391f8cb
a4ae6a6
ec0898a
b1a8af6
c106ebb
aced50d
ff4e9e0
c6a77ee
37d53f8
f3f3d52
4271958
cad0bd6
e5e5802
8babe19
6ab5951
28d6372
2083853
8990890
ba5a568
ba6d0f8
533232b
ae94a3a
af85973
3f93286
9f851d3
4d45d4b
3d709fc
912e0ed
474a11c
cf0a3e3
9cbd298
2223390
609a1bf
5b9cdca
5ed0996
552fcce
405cc39
697b2c7
4f6ae89
e96a604
a52034d
4f743a2
add06f9
3393fa6
1f50571
1ab58d8
0fdbece
24b6d7f
d0e2752
89c25a4
ea9e88e
08d41da
73d0259
5e18ad6
53ce888
0bfde32
fd3b335
b4f3301
d75bc32
5da9f36
b7b7ece
9c4cc8b
a45759c
d99e71f
4a09fd0
f5e941d
b93d019
7e11826
1421f8e
86a0afe
16fe556
39b53dd
152b128
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,7 +151,40 @@ let additions = | |
] | ||
, repo = "https://github.com/mlabs-haskell/purescript-aeson.git" | ||
, version = "69bd18c4a9cffdebc45c55d2448740721a91854c" | ||
}, | ||
aeson-helpers = | ||
{ dependencies = | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Formatting There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shameless plug https://github.com/mlabs-haskell/purescript-bridge/blob/master/flake.nix#L225. I'm quite proud of my Nix producitivty utils :D |
||
[ "aff" | ||
, "argonaut-codecs" | ||
, "argonaut-core" | ||
, "arrays" | ||
, "bifunctors" | ||
, "contravariant" | ||
, "control" | ||
, "effect" | ||
, "either" | ||
, "enums" | ||
, "foldable-traversable" | ||
, "foreign-object" | ||
, "maybe" | ||
, "newtype" | ||
, "ordered-collections" | ||
, "prelude" | ||
, "profunctor" | ||
, "psci-support" | ||
, "quickcheck" | ||
, "record" | ||
, "spec" | ||
, "spec-quickcheck" | ||
, "transformers" | ||
, "tuples" | ||
, "typelevel-prelude" | ||
] | ||
, repo = | ||
"https://github.com/mlabs-haskell/purescript-bridge-aeson-helpers.git" | ||
, version = "44d0dae060cf78babd4534320192b58c16a6f45b" | ||
} | ||
|
||
, sequences = | ||
{ dependencies = | ||
[ "arrays" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why introduce this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure! I think it was to be explicit about which derivation we want as in my experience folks are quite lax about what goes into
defaultPackage
. Feel free to revert it!