mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Nick Novitski
b47e0227bc
elm-format: symlink latest version to bin/elm-format
( #24971 )
...
* elm-format: symlink latest version to `bin/elm-format`
* elm-format: nitpick: indentation
2017-04-17 18:41:29 +02:00
Domen Kožar
afb7d04dd6
elmPackages: fix #22932
2017-02-23 22:58:40 +01:00
Domen Kožar
1d71ae259f
elm: be able to install everything inside a profile to fix #19943
2016-11-21 12:42:44 +01:00
Rok Garbas
84280ff96d
elm: 0.17.1 -> 0.18
2016-11-18 02:55:42 +01:00
Brad Ediger
f0f9172017
elm: Constrain aeson-pretty to <0.8 ( #17511 )
...
https://github.com/elm-lang/elm-compiler/pull/1431
2016-08-04 18:08:32 +02:00
Rok Garbas
4ea1b3824a
elm-format: disable tests (one failing), reported upstream
2016-07-16 00:39:55 +02:00
Rok Garbas
0362eaf3ec
elm-format: 0.3.1 -> 0.4.0
2016-07-16 00:36:28 +02:00
Rok Garbas
bed7aba2f0
elm: 0.17 -> 0.17.1
2016-07-16 00:11:41 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Maxwell Huang-Hobbs
4ea4cd9905
elm-format: init at 0.3.1
...
Closes #15817 .
abbradar: remove unneeded callPackage argument and clean up spaces.
2016-05-30 04:39:40 +03:00
Nikolay Amiantov
76bf59a231
elmPackages: mark release.nix as autogenerated
2016-05-30 02:11:41 +03:00
Nikolay Amiantov
d3da0bd78f
elm: add documentation on how to use update scripts and run them properly
2016-05-18 13:30:38 +03:00
Stewart Mackenzie
6b9c67333f
elm: 0.16.0 -> 0.17.0 ( #15383 )
2016-05-11 12:30:09 +01:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Nikolay Amiantov
f0187cb4c3
elmPackages.elm-compiler: use old language-ecmascript
2016-03-23 21:34:39 +03:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Jakob Gillich
d006529ca9
elm: update to latest revs
...
Some tags were updated with bug fixes. Also fixed update-elm.rb to
include the callPackage argument for release.nix.
2016-02-17 14:59:29 +01:00
Domen Kožar
542bf5bf41
elm: recurseIntroAtrs and use GHC 7.10.3
2016-01-22 13:39:18 +01:00
Maciek Starzyk
00f8071b2f
elm: Update elm-lang/core hash.
2015-11-23 22:11:51 +01:00
Brandon Martin
e32defcdac
elmPackages update from 0.15.1 to 0.16
2015-11-20 10:14:49 -07:00
Tanner Doshier
5adba5cf6f
elm: fix patch hashes
2015-08-20 21:54:40 -05:00
Nikolay Amiantov
89a2f87011
elm: add the platform and helpful scripts
2015-08-17 21:32:30 +03:00
Peter Simons
324719a5a6
Drop obsolete pre-NG Haskell builds.
2015-05-05 21:44:47 +02:00
Joachim Fasting
bf7ad2d84f
meta.description fixups
...
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Kris Jenkins
fb4a6119b6
Updating Elm packages.
...
This includes updates to elm -compiler, -make, -package and -reactor.
-repl's test suite currently breaks.
The build for elm-reactor could be more concise, but it's clean. The
final build step for elm-reactor ultimately relies on elm-package
downloading some libraries, so anything radically better would probably
need nix to step in and somehow emulate elm-package. That would take
more knowledge about elm & nix than I have...
2015-01-19 09:31:35 +00:00
Tom Hunger
b32df8f6a7
Fix elm-reactor.
...
The elm-reactor setup.hs file tries to build an elm file that's not
distributed in the cabal archive. The archive contains the
already-compiled js file so the step is unnecessary and I'm patching
it out.
2015-01-08 14:12:20 +00:00
Peter Simons
735436c0c1
elm-make: re-generate with cabal2nix
2015-01-01 23:07:41 +01:00
Peter Simons
0a0965f2ac
elm-reactor: mark broken
...
http://hydra.cryp.to/build/297517/nixlog/2/raw
2015-01-01 18:15:50 +01:00
Tom Hunger
e67535cb1d
Update elm to 0.14.
...
Note that elm has a different package split: The old Elm 0.13 package
is now elm-compiler, elm-make and elm-package.
Instead of invoking "elm" one now has to use "elm-make".
I kept the 0.13 version of elm around in case someone depends
on it.
2014-12-28 17:00:41 +00:00
Peter Simons
4f48c33b74
haskell-elm-get: jailbreak to fix build with recent http-client
2014-11-24 16:24:12 +01:00
karsten gebbert
9cbbd93c74
add elm-reactor to the package list
2014-11-04 11:47:32 +01:00
karsten gebbert
9868f13799
add elm-get to haskell packages
2014-11-03 21:46:20 +01:00
karsten gebbert
f646d1f6ec
add elm-preprepl to package list
2014-11-03 21:31:32 +01:00
Peter Simons
471bfb7f7b
haskell-Elm: update to version 0.13
2014-10-14 17:39:24 +02:00
Peter Simons
d2e731e111
Add "please don't edit" comment at the top of every auto-generated Haskell file.
2014-07-14 13:21:41 +02:00
Peter Simons
5c3c688f7b
Elm: fix build by ignoring the build instructions provided by upstream
...
Re-apply the build fix from <https://github.com/NixOS/nixpkgs/issues/2089 >,
because apparently the underlying issue has not been fixed.
According to <https://github.com/elm-lang/Elm/issues/384 >, Elm's release
archive comes with a Setup.hs that cannot compile an Elm release. Duh!
Replacing the custom Setup.hs file with a dummy version fixes this issue.
2014-05-28 12:48:29 +02:00
Peter Simons
4f5fce2710
haskell-Elm: update to version 0.12.3
2014-05-21 23:04:30 +02:00
Peter Simons
41d7d0ad31
haskell-elm-server: update to version 0.11.0.1
2014-05-21 23:04:30 +02:00
Peter Simons
7452e8b4eb
haskell-Elm: update to version 0.12.1.3
2014-05-01 21:57:03 +02:00
Peter Simons
d9c8db4a20
Elm: fix build by ignoring the build instructions provided by upstream
...
According to <https://github.com/elm-lang/Elm/issues/384 >, Elm's release
archive comes with a Setup.hs that cannot compile an Elm release. Duh!
Replacing the custom Setup.hs file with a dummy version fixes this
issue.
Close <https://github.com/NixOS/nixpkgs/issues/2089 >.
2014-04-08 13:17:51 +02:00
Peter Simons
0f86e37b6c
haskell-Elm: update to version 0.12
2014-03-27 13:12:52 +01:00
Peter Simons
27ebc33d65
haskell-elm-server: update to version 0.11
2014-03-27 13:12:52 +01:00
Peter Simons
ea288d47bd
haskell-Elm: update to version 0.11
2014-01-26 00:02:33 +01:00
Peter Simons
74c4d15bf2
haskell-elm-server: update to version 0.10.1
2014-01-06 12:09:55 +01:00
Peter Simons
cc6331d0fe
haskell-Elm: update to version 0.10.1
2013-12-30 20:49:29 +01:00
Peter Simons
40a31df497
haskell-Elm: update to version 0.10.0.2
2013-11-01 14:20:11 +01:00
Peter Simons
19cfd3da63
haskell-Elm: update to version 0.10.0.1
2013-10-27 19:07:14 +01:00