Commit Graph

11 Commits

Author SHA1 Message Date
Tissevert d6553047d6 Release 0.1.3.1
* Upgrade code to run with base 4.16
* Stop using cabal-generated module
* Fix sjw not returning with exit code 1 on errors
2023-03-15 12:36:38 +01:00
Tissevert db7b0b5d89 Release 0.1.3.0
* Add support for disjunct package folders
* Release SJW as a guix package
* Switch from BSD-3 license to GPL3+
2022-10-29 17:16:09 +02:00
Tissevert 59a6891b8b * Fix test data missing from sdist archive
* Bump dependencies versions
* Add guix package for development
2022-02-13 18:53:31 +01:00
Tissevert 52c4a1e7f6 Release 0.1.2.3 2021-01-20 13:49:17 +01:00
Tissevert 82fcaac8f0 Fix compilation warning about Monoid 2020-12-08 19:32:57 +01:00
Tissevert 70bcc60ed5 Fix bug in loop reporting causing in some cases the display of an inaccurate loop instead of the one actually detected 2020-05-21 18:03:12 +02:00
Tissevert 57e34a8002 Separate the sjw executable from a Haskell library used to write it and that can be re-used by other Haskell programs to assemble JS code directly from a Haskell program 2020-05-17 16:30:56 +02:00
Tissevert f0adee46f3 Fix bug in dependency ordering due to using too naive an approach 2020-01-10 08:31:18 +01:00
Tissevert 1e6088ab9a Allow newlines in 'import' spacing to allow nice multiline imports and avoid inelegant too long lines 2020-01-03 09:49:08 +01:00
Tissevert 9bc9b728b7 Release v0.1.0 2020-01-01 20:01:17 +01:00
Tissevert 3ebe1040dd First draft defining the structure of the program, needs to implement «imports» and the actual compilation 2019-12-30 12:16:05 +01:00