packages feed

AlgorithmW 0.1.0.3 → 0.1.1.0

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

AlgorithmW.cabal view
@@ -1,5 +1,5 @@ name:                AlgorithmW-version:             0.1.0.3+version:             0.1.1.0 synopsis:            Example implementation of Algorithm W for Hindley-Milner  		     type inference. description:         Complete implementation of the classic@@ -23,5 +23,5 @@  executable AlgorithmW   main-is:             AlgorithmW.lhs-  build-depends:       base >=4.5 && <4.8, containers >=0.4 && <0.6, mtl >=2.1 && <2.3, pretty >=1.1 && <1.2+  build-depends:       base >=4.5 && <4.9, containers >=0.4 && <0.6, mtl >=2.1 && <2.3, pretty >=1.1 && <1.2   default-language:    Haskell2010
ChangeLog.md view
@@ -1,3 +1,6 @@+# 0.1.1.0+- Fix to make it compile with GHC 7.10.1. Thanks to Franklin Chen.+ # 0.1.0.3 * Fix git repo link in .cabal file.