X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;fp=_learning_haskell.mdwn;h=707db32ae1941fd88be9517884ce9cb9c7adaf82;hp=a6a934232ae6d4592f60e8f64971d03967f27ffa;hb=82449d7dc857454af6915286945decf269d25af5;hpb=26f3b2c919569a4866e86225b771e6fd7cdec0ae diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index a6a93423..707db32a 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -65,7 +65,7 @@ * Formal language specs: [Haskell 98](https://www.haskell.org/onlinereport) | [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) | -[Haskell'](https://ghc.haskell.org/trac/haskell-prime) +[Haskell′](https://ghc.haskell.org/trac/haskell-prime) * [Cabal](https://wiki.haskell.org/Cabal) package manager: [User Guide](https://www.haskell.org/cabal/users-guide) | [tool usage](https://wiki.haskell.org/Cabal-Install) |