Skip to content

Commit

Permalink
Merge pull request #4782 from commercialhaskell/fix-freeze-test
Browse files Browse the repository at this point in the history
Fix freeze test (publish-date field was added to snapshots)
  • Loading branch information
qrilka authored Apr 29, 2019
2 parents dfbf85a + c7d384f commit 78a113a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/tests/4220-freeze-command/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ main = do
stackCheckStdout ["freeze"] $ \stdOut -> do
let contents = fromList [
"resolver:",
"size: 527165",
"size: 527200",
"url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/11/19.yaml",
"sha256: 0116ad1779b20ad2c9d6620f172531f13b12bb69867e78f4277157e28865dfd4",
"sha256: 16758b43c10c731bc142fdc5c005795db8338d7b4a28cd0af6730d739af2b306",
"extra-deps:",
"pantry-tree:",
"hackage: a50-0.5@sha256:b8dfcc13dcbb12e444128bb0e17527a2a7a9bd74ca9450d6f6862c4b394ac054,1491",
Expand Down

0 comments on commit 78a113a

Please sign in to comment.