cabal-sign 0.3.1.1 → 0.3.2.0
raw patch · 3 files changed
+2/−2 lines, 3 files
Files
- cabal-sign.cabal +1/−1
- cabal-sign.sig binary
- src/Main.hs +1/−1
cabal-sign.cabal view
@@ -1,5 +1,5 @@ name: cabal-sign-version: 0.3.1.1+version: 0.3.2.0 synopsis: Sign and verify Cabal packages. description: Sign and verify Cabal packages. license: BSD3
cabal-sign.sig view
binary file changed (287 → 287 bytes)
src/Main.hs view
@@ -72,7 +72,7 @@ (Tar.read (Gzip.decompress gzip)) checksum :: [Entry] -> ByteString-checksum entries = L.intercalate "\n" (filter (not . L.null) (map hashEntry (sort (map Tar.entryContent entries))))+checksum entries = L.intercalate "\n" (filter (not . L.null) (map hashEntry (map Tar.entryContent entries))) hashEntry :: EntryContent -> ByteString hashEntry entry =