Skip to content
Merged
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
1 change: 0 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ jobs:
- cardano-ledger-shelley-test
- cardano-ledger-test
- cardano-protocol-tpraos
- constrained-generators
- non-integral
- set-algebra
- small-steps
Expand Down
6 changes: 5 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ source-repository-package
-- MAKE SURE THIS POINTS TO A COMMIT IN `*-artifacts` BEFORE MERGE!
tag: 28d3fd4876bbfa347f5eb89a6b70ee15dc9b327f

source-repository-package
type: git
location: https://github.com/input-output-hk/constrained-generators.git
tag: 35b625eaeaa0953710c0a07add0673fdde5fa052

-- NOTE: If you would like to update the above,
-- see CONTRIBUTING.md#to-update-the-referenced-agda-ledger-spec
index-state:
Expand Down Expand Up @@ -60,7 +65,6 @@ packages:
libs/cardano-ledger-test
libs/plutus-preprocessor
libs/ledger-state
libs/constrained-generators
libs/cardano-ledger-repl-environment

program-options
Expand Down
18 changes: 0 additions & 18 deletions hie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,24 +303,6 @@ cradle:
- path: "libs/cardano-protocol-tpraos/test"
component: "cardano-protocol-tpraos:test:tests"

- path: "libs/constrained-generators/src"
component: "lib:constrained-generators"

- path: "libs/constrained-generators/examples"
component: "constrained-generators:lib:examples"

- path: "libs/constrained-generators/testlib"
component: "constrained-generators:lib:testlib"

- path: "libs/constrained-generators/test"
component: "constrained-generators:test:constrained"

- path: "libs/constrained-generators/bench/Main.hs"
component: "constrained-generators:bench:bench"

- path: "libs/constrained-generators/bench/Constrained/Bench.hs"
component: "constrained-generators:bench:bench"

- path: "libs/ledger-state/src"
component: "lib:ledger-state"

Expand Down
3 changes: 0 additions & 3 deletions libs/constrained-generators/CHANGELOG.md

This file was deleted.

55 changes: 0 additions & 55 deletions libs/constrained-generators/bench/Constrained/Bench.hs

This file was deleted.

7 changes: 0 additions & 7 deletions libs/constrained-generators/bench/Main.hs

This file was deleted.

168 changes: 0 additions & 168 deletions libs/constrained-generators/constrained-generators.cabal

This file was deleted.

This file was deleted.

Loading