Skip to content
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

devx + fix compilation #23

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://github.com/nix-community/nix-direnv A fast, persistent use_nix/use_flake implementation for direnv:
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi
# https://github.com/input-output-hk/devx Slightly opinionated shared GitHub Action for Cardano-Haskell projects
use flake "github:input-output-hk/devx?rev=2f4fa7f42aa1184ce1ed03f468f60648c466fa84#ghc96-iog"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ cabal.project.local~
.ghc.environment.*
devnet/db
haddocks
.direnv/
31 changes: 18 additions & 13 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,26 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

index-state:
, hackage.haskell.org 2023-12-24T05:49:51Z
, cardano-haskell-packages 2023-12-24T05:54:15Z

source-repository-package
type: git
location: https://github.com/geniusyield/plutus-simple-model
tag: 0cb63af903a835c73aec662092eb67d228bba9b0
--sha256: sha256-H56EyRFNdDvLDo9FVeGZyQZ92itQPG39TkMVyEC/xqM=
subdir:
cardano-simple
psm
, hackage.haskell.org 2024-02-06T15:25:20Z
, cardano-haskell-packages 2024-02-06T16:14:24Z

tests: true

allow-newer:
cardano-ledger-shelley-ma:base
cardano-ledger-shelley-ma:base,
ouroboros-consensus-cardano:base,

-- This is needed since prettyprinting stuff was moved to
-- cardano-ledger-test library which is no longer a subject
-- to be published on CHaP.
-- See discussion in https://github.com/IntersectMBO/cardano-ledger/pull/3973
source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-ledger
tag: 6e2d37cc0f47bd02e89b4ce9f78b59c35c958e96
subdir:
libs/cardano-ledger-test

packages: .
packages:
.
../clb
Loading
Loading