From 6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Mon, 30 May 2016 09:25:32 -0700 Subject: fix link formatting --- doc/languages-frameworks/haskell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/languages-frameworks/haskell.md b/doc/languages-frameworks/haskell.md index b981466bf2e..e066ad110be 100644 --- a/doc/languages-frameworks/haskell.md +++ b/doc/languages-frameworks/haskell.md @@ -329,7 +329,7 @@ workarounds. ### How to build a Haskell project using Stack -[Stack][http://haskellstack.org] is a popular build tool for Haskell projects. +[Stack](http://haskellstack.org) is a popular build tool for Haskell projects. It has first-class support for Nix. Stack can optionally use Nix to automatically select the right version of GHC and other build tools to build, test and execute apps in an existing project downloaded from somewhere on the -- cgit 1.4.1