Skip to content

Commit 1197024

Browse files
[ci skip] wip
1 parent 5d7cabf commit 1197024

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Stack/Build/Execute.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ import System.PosixCompat.Files (createLink, modificationTime, getFile
9393
import RIO.PrettyPrint
9494
import RIO.Process
9595
import Pantry.Internal.Companion
96+
import Prelude (print)
9697

9798
-- | Has an executable been built or not?
9899
data ExecutableBuildStatus

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ghc-options:
2121
"$locals": -fhide-source-paths
2222

2323
extra-deps:
24-
- pantry-0.5.2@rev:0
24+
- ../pantry
2525
- Cabal-3.4.0.0
2626

2727
drop-packages:

0 commit comments

Comments
 (0)