Skip to content

Commit

Permalink
Cabal-tests: Fix Hash to account for changed data type
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed Jun 13, 2023
1 parent 19dd95a commit c0c9996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tests = testGroup "Distribution.Utils.Structured"
, testCase "GenericPackageDescription" $
md5Check (Proxy :: Proxy GenericPackageDescription) 0x8d8f340f10a58b8d8a87bf42213dac89
, testCase "LocalBuildInfo" $
md5Check (Proxy :: Proxy LocalBuildInfo) 0xbb22c3258d3092f31e992bc093d09170
md5Check (Proxy :: Proxy LocalBuildInfo) 0xe5a1d6ff4595dc7702ee0d83e9883a09
#endif
]

Expand Down

0 comments on commit c0c9996

Please sign in to comment.