summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2016-05-30 09:25:32 -0700
committerRyan Mulligan <ryan@ryantm.com>2016-05-30 09:25:32 -0700
commit6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e (patch)
treec78bccf14e3d2ed9a1eb51566d76ece7995a95a8 /doc
parent8f7b525fc26cc440b075284f839c41c000a860e6 (diff)
downloadnixpkgs-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar
nixpkgs-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.gz
nixpkgs-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.bz2
nixpkgs-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.lz
nixpkgs-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.xz
nixpkgs-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.zst
nixpkgs-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.zip
fix link formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/haskell.md2
1 files changed, 1 insertions, 1 deletions
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