<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Muttsuri</title>
    <description>The latest articles on DEV Community by Muttsuri (@muttsuri).</description>
    <link>https://dev.to/muttsuri</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F197259%2F78554484-1230-478d-a6d6-ea5bdca87ab0.jpeg</url>
      <title>DEV Community: Muttsuri</title>
      <link>https://dev.to/muttsuri</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muttsuri"/>
    <language>en</language>
    <item>
      <title>Haskell Stack and Package Management</title>
      <dc:creator>Muttsuri</dc:creator>
      <pubDate>Thu, 21 Nov 2019 15:03:08 +0000</pubDate>
      <link>https://dev.to/muttsuri/haskell-stack-and-package-management-54ni</link>
      <guid>https://dev.to/muttsuri/haskell-stack-and-package-management-54ni</guid>
      <description>&lt;h1&gt;
  
  
  Backstory:
&lt;/h1&gt;

&lt;p&gt;So I know the somewhat very basics of haskell, and for a small program that I wanted to do I found a function in a library (the function was &lt;code&gt;chunksOf&lt;/code&gt; form &lt;code&gt;Data.List.Split&lt;/code&gt;, which was it's own confusing thing since for the looks of it the package name is &lt;code&gt;split&lt;/code&gt;).&lt;br&gt;
So I tried to look for a package manager, which lead me to stack. Now I tried to work with it but I don't want to build a massive project, I just want to experiment around a bit.&lt;/p&gt;

&lt;h1&gt;
  
  
  Confusion:
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;I do not understand the whole project structure (there is a lot of indirection and I can't tell even to which file I should be writing my code, it's a small thing I only want one file and one function from one lib).&lt;/li&gt;
&lt;li&gt;Why is there not a simple package installer alternative, I feel the tool is getting in my way more than it's helping.&lt;/li&gt;
&lt;li&gt;I find that this is more of a general haskell thing but I do agree that although it's hard documentation is good the soft one is lacking and I think it's what I'm feeling now.
# TL;DR:
I don't understand stack&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code&gt;PS: Sorry if this is too long this is my first post, I'm not sure how this works&lt;/code&gt;&lt;/p&gt;

</description>
      <category>explainlikeimfive</category>
      <category>haskell</category>
    </item>
  </channel>
</rss>
