<feed xmlns='http://www.w3.org/2005/Atom'>
<title>walint/.gitignore, branch main</title>
<subtitle>A linter for workadventure maps
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/'/>
<entry>
<title>a year went by</title>
<updated>2023-10-23T23:21:52+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2023-10-23T21:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=9110064fe62f98dd3ecc5fb4c3915a843492b8fb'/>
<id>9110064fe62f98dd3ecc5fb4c3915a843492b8fb</id>
<content type='text'>
This does many meta-things, but changes no functionality:
 - get rid of stack, and use just cabal with a stackage snapshot instead
   (why did I ever think stack was a good idea?)
 - update the stackage snapshot to something halfway recent
 - thus making builds work on nixpkgs-23.05 (current stable)
 - separating out packages into their own cabal files
 - use the GHC2021 set of extensions as default
 - very slight code changes to make things build again
 - update readme accordingly
 - stylish-haskell run
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does many meta-things, but changes no functionality:
 - get rid of stack, and use just cabal with a stackage snapshot instead
   (why did I ever think stack was a good idea?)
 - update the stackage snapshot to something halfway recent
 - thus making builds work on nixpkgs-23.05 (current stable)
 - separating out packages into their own cabal files
 - use the GHC2021 set of extensions as default
 - very slight code changes to make things build again
 - update readme accordingly
 - stylish-haskell run
</pre>
</div>
</content>
</entry>
<entry>
<title>add haskell.nix build system</title>
<updated>2022-03-19T18:26:32+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-02-12T20:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=7c9614d0397b9b58dc29775ac3c8057bff9c876b'/>
<id>7c9614d0397b9b58dc29775ac3c8057bff9c876b</id>
<content type='text'>
it's an annoying blockchain company, but apparently that thing is the
only usable option to build stack things with nix without having to
redefine all the (outdated) haskell packages in nixpkgs?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's an annoying blockchain company, but apparently that thing is the
only usable option to build stack things with nix without having to
redefine all the (outdated) haskell packages in nixpkgs?
</pre>
</div>
</content>
</entry>
<entry>
<title>use hpack and clean up modules</title>
<updated>2022-03-19T18:25:49+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-01-14T23:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=1530a4646b5bb7ab2930d1433eda87d5f0936125'/>
<id>1530a4646b5bb7ab2930d1433eda87d5f0936125</id>
<content type='text'>
as annoying as yaml is, cabal's package format is somehow worse, apparently
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as annoying as yaml is, cabal's package format is somehow worse, apparently
</pre>
</div>
</content>
</entry>
<entry>
<title>git: ignore .stack-work</title>
<updated>2021-11-28T21:27:17+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-11-28T21:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=25ef5fb8233b65365fdd8da9e7ab7baf983fdb51'/>
<id>25ef5fb8233b65365fdd8da9e7ab7baf983fdb51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simple proof of concept</title>
<updated>2021-09-05T17:10:30+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-09-05T17:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=0787b24786a329dae5f25c1cd2916ce962471f1d'/>
<id>0787b24786a329dae5f25c1cd2916ce962471f1d</id>
<content type='text'>
Lots of monads everywhere, hurray!

(unfortunately, workadventure maps don't quite form a category; they lack composition …)

Credits:
 - the example.json file is by TabascoEye (with some modifications for testing purposes)
 - the Tiled module is forked from aeson-tiled on hackage, since that package didn't
   handle custom layer properties correctly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lots of monads everywhere, hurray!

(unfortunately, workadventure maps don't quite form a category; they lack composition …)

Credits:
 - the example.json file is by TabascoEye (with some modifications for testing purposes)
 - the Tiled module is forked from aeson-tiled on hackage, since that package didn't
   handle custom layer properties correctly
</pre>
</div>
</content>
</entry>
</feed>
