All Versions
4
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.2.0.4 Changes

    โž• Added custom-setup to .cabal file

  • v0.2.0.3 Changes

    โž• Add a PackageImport to avoid conflicting module names for Crypto.Hash.SHA1 ๐Ÿ“ฆ introduced by the cryptohash-sha1 package.

  • v0.2.0.0 Changes

    ๐Ÿ‘ In order to support dynamic linking, executableHash and injectedExecutableHash now need to be run in TH splices. Before this change, the library was assuming that it would be statically ๐Ÿ”— linked, such that the file-embed dummy bytestring would be present in the executable.

    ๐Ÿ‘€ See this github issue.

  • v0.1.1.1 Changes

    First public version