Skip to content

Commit

Permalink
Merge pull request #4763 from IntersectMBO/lehins/remove-ImpSpec
Browse files Browse the repository at this point in the history
Remove ImpSpec
  • Loading branch information
lehins authored Nov 20, 2024
2 parents 9163cc4 + f4e5a77 commit caec1e9
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 932 deletions.
1 change: 0 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ jobs:
- set-algebra
- small-steps
- vector-map
- ImpSpec
ghc: ["8.10.7", "9.2.8", "9.6.6", "9.8.2", "9.10.1"]
os: [ubuntu-latest]
fail-fast: false
Expand Down
3 changes: 1 addition & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ source-repository-package

index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2024-11-07T23:54:03Z
, hackage.haskell.org 2024-11-20T00:00:00Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-11-05T09:09:23Z

Expand All @@ -69,7 +69,6 @@ packages:
libs/cardano-data
libs/set-algebra
libs/vector-map
libs/ImpSpec

-- == Byron era ==
-- byron-spec-chain:
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions hie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,6 @@ cradle:
- path: "eras/shelley-ma/test-suite/test"
component: "cardano-ledger-shelley-ma-test:test:cardano-ledger-shelley-ma-test"

- path: "libs/ImpSpec/src"
component: "lib:ImpSpec"

- path: "libs/ImpSpec/test"
component: "ImpSpec:test:tests"

- path: "libs/cardano-data/src"
component: "lib:cardano-data"

Expand Down
5 changes: 0 additions & 5 deletions libs/ImpSpec/CHANGELOG.md

This file was deleted.

65 changes: 0 additions & 65 deletions libs/ImpSpec/ImpSpec.cabal

This file was deleted.

3 changes: 0 additions & 3 deletions libs/ImpSpec/Setup.hs

This file was deleted.

8 changes: 0 additions & 8 deletions libs/ImpSpec/src/Test/ImpSpec.hs

This file was deleted.

163 changes: 0 additions & 163 deletions libs/ImpSpec/src/Test/ImpSpec/Expectations.hs

This file was deleted.

Loading

0 comments on commit caec1e9

Please sign in to comment.