AlgorithmW 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
- AlgorithmW.cabal +2/−2
- ChangeLog.md +3/−0
AlgorithmW.cabal view
@@ -1,5 +1,5 @@ name: AlgorithmW-version: 0.1.0.2+version: 0.1.0.3 synopsis: Example implementation of Algorithm W for Hindley-Milner type inference. description: Complete implementation of the classic@@ -19,7 +19,7 @@ source-repository head type: git- location: https://github.com/mgrabmueller/disassembler+ location: https://github.com/mgrabmueller/AlgorithmW executable AlgorithmW main-is: AlgorithmW.lhs
ChangeLog.md view
@@ -1,3 +1,6 @@+# 0.1.0.3+* Fix git repo link in .cabal file.+ # 0.1.0.2 * Updated links in .cabal file to point to Github.