<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.sw4sd.com/hasksheet/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.sw4sd.com/hasksheet/feed.php">
        <title>HaskSheet - toolsetup</title>
        <description></description>
        <link>https://www.sw4sd.com/hasksheet/</link>
        <image rdf:resource="https://www.sw4sd.com/hasksheet/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-17T08:04:58+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:buildingapackagelocally&amp;rev=1759877286&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:lateststackresolver&amp;rev=1759877286&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:listinginstalledpackages&amp;rev=1759877286&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:testframework&amp;rev=1759877286&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.sw4sd.com/hasksheet/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>HaskSheet</title>
        <link>https://www.sw4sd.com/hasksheet/</link>
        <url>https://www.sw4sd.com/hasksheet/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:buildingapackagelocally&amp;rev=1759877286&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T22:48:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>buildingapackagelocally</title>
        <link>https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:buildingapackagelocally&amp;rev=1759877286&amp;do=diff</link>
        <description>Building a package locally from source using &quot;stack&quot;

Use case

One wants to use the original sources of a package (of the Stackage/Hackage repository), to modify it&#039;s files locally, and in order to investigate or contribute to improvement.

Procedures</description>
    </item>
    <item rdf:about="https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:lateststackresolver&amp;rev=1759877286&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T22:48:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lateststackresolver</title>
        <link>https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:lateststackresolver&amp;rev=1759877286&amp;do=diff</link>
        <description>Latest stack resolver

	*  latest stack resolver can be fond here: Stackage
	*  can be set in the stack.yaml as shown below after resolver:  

	*  

# This file was automatically generated by &#039;stack init&#039;
#
# ...
resolver: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/15.yaml

# ...
packages:
- .
# ...
# extra-deps: []

# ...
# flags: {}

# ...
# extra-package-dbs: []

# ...
# compiler-check: newer-minor</description>
    </item>
    <item rdf:about="https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:listinginstalledpackages&amp;rev=1759877286&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T22:48:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>listinginstalledpackages</title>
        <link>https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:listinginstalledpackages&amp;rev=1759877286&amp;do=diff</link>
        <description>Listing installed packages using stack

	*  displays the currently installed packages
	*  for each of the databases known to ghc-pkg
		*  includes the global database
		*  user’s local database
		*  documented here Glasgow Haskell Compiler - Package management (the ghc-pkg command)


	*  command line:
		*  

stack exec ghc-pkg -- list</description>
    </item>
    <item rdf:about="https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:testframework&amp;rev=1759877286&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T22:48:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>testframework</title>
        <link>https://www.sw4sd.com/hasksheet/doku.php?id=toolsetup:testframework&amp;rev=1759877286&amp;do=diff</link>
        <description>Test framework setup

Preconditions / configuration

	*  Installations:
		*  The Haskell Stack
		*  resolver: lts-17.5

	*  Haskel project has been setup with stack
		*  stack new &lt;ProjectName&gt;


Steps

All to to be reworked for Test.Tasty.

	*  Adapt package.yaml by adding the packages</description>
    </item>
</rdf:RDF>
