summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhavsagar@gmail.com>2017-12-14 11:18:29 +0800
committerVaibhav Sagar <vaibhavsagar@gmail.com>2017-12-14 11:21:18 +0800
commit4bbb9fca5101b89550f07788151474cb31b77d3f (patch)
tree773ca182d4369d4c2a4d9d5c8bf8ff05cc6937d3 /doc/languages-frameworks
parentea15e43693908291b48f3852c32721a085aa8f84 (diff)
downloadnixpkgs-4bbb9fca5101b89550f07788151474cb31b77d3f.tar
nixpkgs-4bbb9fca5101b89550f07788151474cb31b77d3f.tar.gz
nixpkgs-4bbb9fca5101b89550f07788151474cb31b77d3f.tar.bz2
nixpkgs-4bbb9fca5101b89550f07788151474cb31b77d3f.tar.lz
nixpkgs-4bbb9fca5101b89550f07788151474cb31b77d3f.tar.xz
nixpkgs-4bbb9fca5101b89550f07788151474cb31b77d3f.tar.zst
nixpkgs-4bbb9fca5101b89550f07788151474cb31b77d3f.zip
Update haskell.md
Unindent prose that was incorrectly being displayed as code.
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/haskell.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/languages-frameworks/haskell.md b/doc/languages-frameworks/haskell.md
index afcba13488b..bf8bcd7e704 100644
--- a/doc/languages-frameworks/haskell.md
+++ b/doc/languages-frameworks/haskell.md
@@ -777,14 +777,14 @@ to find out the store path of the system's zlib library. Now, you can
     stack --extra-lib-dirs=/nix/store/alsvwzkiw4b7ip38l4nlfjijdvg3fvzn-zlib-1.2.8/lib build
     ```
 
-    Typically, you'll need `--extra-include-dirs` as well. It's possible
-    to add those flag to the project's `stack.yaml` or your user's
-    global `~/.stack/global/stack.yaml` file so that you don't have to
-    specify them manually every time. But again, you're likely better off
-    using Stack's Nix support instead.
-
-    The same thing applies to `cabal configure`, of course, if you're
-    building with `cabal-install` instead of Stack.
+Typically, you'll need `--extra-include-dirs` as well. It's possible
+to add those flag to the project's `stack.yaml` or your user's
+global `~/.stack/global/stack.yaml` file so that you don't have to
+specify them manually every time. But again, you're likely better off
+using Stack's Nix support instead.
+
+The same thing applies to `cabal configure`, of course, if you're
+building with `cabal-install` instead of Stack.
 
 ### Creating statically linked binaries