Skip to content

Commit

Permalink
Merge #3613
Browse files Browse the repository at this point in the history
3613: Prevent directory name collisions due to case insensitivity. r=jonathanknowles a=jonathanknowles

## Issue Number

#3593 (review)

## Summary

This PR reworks the directory structure of `primitive`, `coin-selection`, and `balance-tx` to prevent directory name collisions on systems that suffer from case-insensitive path names.

Co-authored-by: Jonathan Knowles <jonathan.knowles@iohk.io>
  • Loading branch information
iohk-bors[bot] and jonathanknowles committed Nov 29, 2022
2 parents 5c0d1ce + 10c26b4 commit 5efe75a
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/balance-tx/cardano-balance-tx.cabal
Expand Up @@ -58,7 +58,7 @@ test-suite test
import: language, opts-exe
ghc-options: -with-rtsopts=-M2G -with-rtsopts=-N4
type: exitcode-stdio-1.0
hs-source-dirs: test
hs-source-dirs: test/data test/spec
main-is: run-test-suite.hs
build-depends:
, base
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/coin-selection/cardano-coin-selection.cabal
Expand Up @@ -67,7 +67,7 @@ test-suite test
import: language, opts-exe
ghc-options: -with-rtsopts=-M2G -with-rtsopts=-N4
type: exitcode-stdio-1.0
hs-source-dirs: test
hs-source-dirs: test/data test/spec
main-is: run-test-suite.hs
build-depends:
, base
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/primitive/cardano-wallet-primitive.cabal
Expand Up @@ -115,7 +115,7 @@ test-suite test
import: language, opts-exe
ghc-options: -with-rtsopts=-M2G -with-rtsopts=-N4
type: exitcode-stdio-1.0
hs-source-dirs: test
hs-source-dirs: test/data test/spec
main-is: run-test-suite.hs
build-depends:
, aeson
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5efe75a

Please sign in to comment.