Skip to content

Commit 491ba1c

Browse files
Add cardano-wallet-read-1.0.0.0 (#1003)
* Add HAL team to CODEOWNERS * Added cardano-wallet-read-1.0.0.0 From https://github.com/cardano-foundation/cardano-wallet-agda at 099b4fb3c672d94c31979fe8d436eadc6fd7ed15 * cardano-wallet-read-1.0.0.0: Disable GHC 8.10.7
1 parent e5bbb59 commit 491ba1c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,6 @@ _sources/marlowe-runtime @input-output-hk/marlowe
173173
_sources/marlowe-runtime-web @input-output-hk/marlowe
174174
_sources/marlowe-spec-test @input-output-hk/marlowe
175175
_sources/marlowe-test @input-output-hk/marlowe
176+
177+
# HAL team
178+
_sources/cardano-wallet-read @cardano-foundation/cf-hal-team
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
timestamp = 2025-02-11T16:02:25Z
2+
github = { repo = "cardano-foundation/cardano-wallet-agda", rev = "099b4fb3c672d94c31979fe8d436eadc6fd7ed15" }
3+
subdir = 'lib/cardano-wallet-read'

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
cardano-prelude = {
7878
ghc98.enabled = v : true;
7979
};
80+
cardano-wallet-read = {
81+
ghc810.enabled = v : false;
82+
};
8083
ntp-client = {
8184
ghc98.enabled = v : builtins.compareVersions v "0.0.1.4" >= 0;
8285
};

0 commit comments

Comments
 (0)