Skip to content

Commit 0ccf26d

Browse files
committed
Rename BuildToolsPath to BuildToolsPathInternal for clarity
1 parent 6c1b5d9 commit 0ccf26d

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

cabal-testsuite/PackageTests/BuildToolsPath/build-tools-path.cabal renamed to cabal-testsuite/PackageTests/BuildToolsPathInternal/build-tools-path-internal.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-tools-path
1+
name: build-tools-path-internal
22
version: 0.1.0.0
33
synopsis: Checks build-tools are put in PATH
44
license: BSD3
@@ -20,6 +20,6 @@ library
2020

2121
executable hello-world
2222
main-is: Hello.hs
23-
build-depends: base, build-tools-path
23+
build-depends: base, build-tools-path-internal
2424
default-language: Haskell2010
2525
hs-source-dirs: hello

0 commit comments

Comments
 (0)