Skip to content

Commit 1a15e19

Browse files
committed
Failing integration test: duplicate package IDs
1 parent fbea1e4 commit 1a15e19

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import StackTest
2+
3+
main :: IO ()
4+
main = do
5+
stack ["setup"]
6+
stack ["build", "auto-update"]
7+
readFile "stack2.yaml" >>= writeFile "stack.yaml"
8+
stack ["unpack", "auto-update-0.1.2.1"]
9+
stack ["build"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: lts-2.9
2+
packages:
3+
- auto-update-0.1.2.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: lts-2.9
2+
packages:
3+
- auto-update-0.1.2.1

0 commit comments

Comments
 (0)