Skip to content

Commit

Permalink
1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Mar 1, 2024
1 parent 7f9ea05 commit d54b1ce
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 19 deletions.
4 changes: 4 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ if has ghcup; then
PATH_add $(ghcup run --ghc "$GHC_VER" -i 2>/dev/null)
fi

export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive
# load_prefix /usr
load_prefix /usr/local

# disable cardano-testnet retries
export DISABLE_RETRIES=1
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
path = hedgehog-extras
url = git@github.com:input-output-hk/hedgehog-extras.git
branch = main
[submodule "cardano-node"]
path = cardano-node
url = git@github.com:IntersectMBO/cardano-node.git
22 changes: 12 additions & 10 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

repository cardano-haskell-packages
url: https://input-output-hk.github.io/cardano-haskell-packages
url: https://chap.intersectmbo.org/
secure: True
root-keys:
3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f
Expand All @@ -11,15 +11,17 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

index-state:
, hackage.haskell.org 2023-11-09T23:50:15Z
, cardano-haskell-packages 2023-11-30T13:34:51Z
, hackage.haskell.org 2024-02-26T14:10:20Z
, cardano-haskell-packages 2024-02-26T15:17:38Z

packages:
-- cardano-node/*/*.cabal
-- cardano-node/cardano-node/cardano-node.cabal
-- cardano-node/cardano-testnet/cardano-testnet.cabal
cardano-cli/*/*.cabal
cardano-api/*/*.cabal
cardano-node/*/*.cabal
cardano-node/bench/cardano-topology
cardano-node/bench/locli
cardano-node/bench/plutus-scripts-bench
cardano-node/bench/tx-generator
-- cardano-cli/*/*.cabal
-- cardano-api/*/*.cabal
-- bech32/*/*.cabal

-- from: git@github.com:input-output-hk/hedgehog-extras.git
Expand Down Expand Up @@ -108,6 +110,6 @@ allow-newer:
, text

constraints:
dependent-sum-template < 0.1.2

dependent-sum-template < 0.1.2
, cardano-api < 8.39.2

3 changes: 1 addition & 2 deletions cabal.project.local
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ package cardano-crypto-praos
flags: -external-libsodium-vrf

-- with-compiler: ghc-8.10.7
-- with-compiler: ghc-9.2.8
with-compiler: ghc-9.6.3
with-compiler: ghc-9.8.2
2 changes: 1 addition & 1 deletion cardano-api
2 changes: 1 addition & 1 deletion cardano-cli
2 changes: 1 addition & 1 deletion cardano-dev
1 change: 1 addition & 0 deletions cardano-node
Submodule cardano-node added at f57f1f
4 changes: 1 addition & 3 deletions haskdogs-dirs.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
cardano-api
cardano-cli
cardano-base
cardano-ledger
cardano-node
hedgehog-extras
ouroboros-consensus
ouroboros-network
plutus
plutus-apps

0 comments on commit d54b1ce

Please sign in to comment.