aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pkgs.writeHaskell: fix typo in argsv2.1.0lass/tvlass/newestlass/lassuluslassulus2018-09-061-2/+2
|
* pkgs.writeC: add support for librariestv2018-09-061-2/+17
|
* pkgs.writeC: drop support for nixpkgs<18.03tv2018-09-061-6/+5
|
* writePython{2,3} : fixed compile errorsv2.0.1palo/fix-pythonIngolf Wagner2018-09-041-2/+2
|
* fixed writePython{2,3}{,Bin}v2.0.0palo/fix-writePythonIngolf Wagner2018-09-021-6/+8
| | | | | | | | | | | | | 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" {} '' ... '' ```
* lib.types: add haskell.{conid,modid}v1.0.0tv2018-08-241-0/+13
|
* pkgs: add writeHaskelllassulus2018-06-181-0/+15
|
* pkgs: writeHaskell -> writeHaskellPackagelassulus2018-06-171-1/+1
|
* pkgs.writePython*: normalize argumentslassulus2018-06-131-8/+8
|
* Add README.mdIngolf Wagner2018-06-121-0/+49
| | | | containing very simple introductions
* lib.types: add pathnametv2018-06-121-0/+15
|
* import writers from stockholm 0bc2409tv2018-06-123-0/+365