16b43f218d
add ci.nix
2018-09-16 23:29:17 +02:00
9cd634f650
pkgs: add writePerl{,Bin}
2018-09-16 16:47:24 +02:00
lassulus
368a04fec3
add examples
2018-09-11 20:07:04 +02:00
lassulus
f765bef6be
pkgs.writeHaskell: fix typo in args
2018-09-06 21:42:20 +02:00
7cde80bc46
pkgs.writeC: add support for libraries
2018-09-06 21:39:01 +02:00
a5dd57dd48
pkgs.writeC: drop support for nixpkgs<18.03
2018-09-06 21:25:58 +02:00
Ingolf Wagner
b8e4324642
writePython{2,3} : fixed compile errors
2018-09-04 04:31:24 +02:00
Ingolf Wagner
bd003832d2
fixed writePython{2,3}{,Bin}
...
moved deps (and additional rarely used parameters in an attribute set)
now you have to do instead of:
```
writePython2Bin "foo.py" [] '' ... ''
```
this:
```
writePython2Bin "foo.py" {} '' ... ''
```
2018-09-02 18:17:12 +02:00
5d79992262
lib.types: add haskell.{conid,modid}
2018-08-24 21:07:11 +02:00
4d0829328e
pkgs: add writeHaskell
2018-06-18 15:24:41 +02:00
0f52d5461a
pkgs: writeHaskell -> writeHaskellPackage
2018-06-17 22:10:49 +02:00
4d86790456
pkgs.writePython*: normalize arguments
2018-06-13 20:59:21 +02:00
Ingolf Wagner
61f94fe489
Add README.md
...
containing very simple introductions
2018-06-12 22:58:49 +02:00
c8d71ce6ac
lib.types: add pathname
2018-06-12 22:35:07 +02:00
394590c4b3
import writers from stockholm 0bc2409
2018-06-12 20:08:24 +02:00