summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-28 22:59:29 +0200
committerPeter Simons <simons@cryp.to>2015-08-28 22:59:29 +0200
commitab37ad22f7e0881aa3ae16f64d54d505b429dc34 (patch)
treee1a7623eaae2d4b4d915d3fbe45c7f2e61a10d9e /doc
parentd34f7ded4964ba05917be14f899b534dd310ec52 (diff)
downloadnixpkgs-ab37ad22f7e0881aa3ae16f64d54d505b429dc34.tar
nixpkgs-ab37ad22f7e0881aa3ae16f64d54d505b429dc34.tar.gz
nixpkgs-ab37ad22f7e0881aa3ae16f64d54d505b429dc34.tar.bz2
nixpkgs-ab37ad22f7e0881aa3ae16f64d54d505b429dc34.tar.lz
nixpkgs-ab37ad22f7e0881aa3ae16f64d54d505b429dc34.tar.xz
nixpkgs-ab37ad22f7e0881aa3ae16f64d54d505b429dc34.tar.zst
nixpkgs-ab37ad22f7e0881aa3ae16f64d54d505b429dc34.zip
doc: add "other resources" section to haskell-users-guide.xml
Diffstat (limited to 'doc')
-rw-r--r--doc/haskell-users-guide.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/haskell-users-guide.xml b/doc/haskell-users-guide.xml
index 9a945d30a9b..35eac42e0cf 100644
--- a/doc/haskell-users-guide.xml
+++ b/doc/haskell-users-guide.xml
@@ -755,4 +755,69 @@ export NIX_CFLAGS_LINK=&quot;-L/usr/lib&quot;
   </section>
 </section>
 
+<section xml:id="other-resources">
+  <title>Other resources</title>
+  <itemizedlist>
+    <listitem>
+      <para>
+        The Youtube video
+        <link xlink:href="https://www.youtube.com/watch?v=BsBhi_r-OeE">Nix
+        Loves Haskell</link> provides an introduction into Haskell NG
+        aimed at beginners. The slides are available at
+        http://cryp.to/nixos-meetup-3-slides.pdf and also -- in a form
+        ready for cut &amp; paste -- at
+        https://github.com/NixOS/cabal2nix/blob/master/doc/nixos-meetup-3-slides.md.
+      </para>
+    </listitem>
+    <listitem>
+      <para>
+        Another Youtube video is
+        <link xlink:href="https://www.youtube.com/watch?v=mQd3s57n_2Y">Escaping
+        Cabal Hell with Nix</link>, which discusses the subject of
+        Haskell development with Nix but also provides a basic
+        introduction to Nix as well, i.e. it's suitable for viewers with
+        almost no prior Nix experience.
+      </para>
+    </listitem>
+    <listitem>
+      <para>
+        Oliver Charles wrote a very nice
+        <link xlink:href="http://wiki.ocharles.org.uk/Nix">Tutorial how to
+        develop Haskell packages with Nix</link>.
+      </para>
+    </listitem>
+    <listitem>
+      <para>
+        The <emphasis>Journey into the Haskell NG
+        infrastructure</emphasis> series of postings describe the new
+        Haskell infrastructure in great detail:
+      </para>
+      <itemizedlist>
+        <listitem>
+          <para>
+            <link xlink:href="http://lists.science.uu.nl/pipermail/nix-dev/2015-January/015591.html">Part
+            1</link> explains the differences between the old and the
+            new code and gives instructions how to migrate to the new
+            setup.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            <link xlink:href="http://lists.science.uu.nl/pipermail/nix-dev/2015-January/015608.html">Part
+            2</link> looks in-depth at how to tweak and configure your
+            setup by means of overrides.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            <link xlink:href="http://lists.science.uu.nl/pipermail/nix-dev/2015-April/016912.html">Part
+            3</link> describes the infrastructure that keeps the
+            Haskell package set in Nixpkgs uptodate.
+          </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+  </itemizedlist>
+</section>
+
 </chapter>