summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
Commit message (Collapse)AuthorAge
* Switch ghcjs to ghc 7.10.2.Peter Simons2015-08-07
|
* ghc: add haskell.compiler.ghcNokinds, for Richard Eisenberg's 'nokinds' branchKosyrev Serge2015-07-06
|
* ghc: add release candidate 2 for compiler version 7.10.2Peter Simons2015-07-05
|
* Move definitions of 'uhc' and 'jhc' to 'haskell.compiler' attribute set.Peter Simons2015-05-15
|
* haskell-packages.nix: remove unused attribute 'haskell.compiler.ghc'Peter Simons2015-05-15
| | | | All compilers in that attribute set are versioned.
* Replace old "haskellPackages" code with Haskell NG.Peter Simons2015-05-04
|
* cabal2nix: bump to latest version and wrap it to include ↵Peter Simons2015-04-23
| | | | nix-prefetch-scripts in $PATH
* haskell-yi: improve wrapper and use haskell-ngMateusz Kowalczyk2015-04-15
| | | | Now pkgs.yi is the package to use and override
* fix evalDomen Kožar2015-04-02
|
* ghcjs-dom in the old package set doesn't evaluate any more.Peter Simons2015-03-29
|
* ghcjs: support for Haskell-NGCharles Strahan2015-03-29
| | | | | closes #5828 closes #6786
* Haskell llvm-general 3.4.4.0 requires LLVM==3.4.*William Roe2015-03-22
|
* Added Haskell package vector-fftw.Itai Zukerman2015-02-07
|
* Merge pull request #5686 from dbeecham/masterPeter Simons2015-01-26
|\ | | | | Added haskell-web-routes-happstack, bump haskell-prelude.
| * Added haskell-web-routes-happstackDaniel Beecham2015-01-10
| |
* | Add haskell package logsink.Julian K. Arni2015-01-26
| |
* | Updating Elm packages.Kris Jenkins2015-01-19
| | | | | | | | | | | | | | | | | | | | | | 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...
* | yesod-pagination: add Haskell packageNikolay Amiantov2015-01-15
| |
* | Merge pull request #5679 from nkaretnikov/yesod-markdownPeter Simons2015-01-14
|\ \ | | | | | | New Haskell package: yesod-markdown
| * | New Haskell package: yesod-markdownNikita Karetnikov2015-01-14
| |/
* | Merge pull request #4548 from echo-oddly/clashPeter Simons2015-01-13
|\ \ | | | | | | new package: clash
| * | new package: clash-ghcDavid Virgilio2014-11-20
| | |
| * | new package: clash-libDavid Virgilio2014-11-20
| | |
| * | new package: clash-preludeDavid Virgilio2014-11-20
| | |
| * | new package: concurrent-supplyDavid Virgilio2014-11-20
| | |
* | | Merge pull request #5740 from alpmestan/add-haskell-sitemapOliver Charles2015-01-13
|\ \ \ | | | | | | | | add the 'sitemap' haskell package
| * | | add the 'sitemap' haskell packageAlp Mestanogullari2015-01-13
| | |/ | |/|
* / | haskellPackages.exhaustive: New expressionOliver Charles2015-01-13
|/ /
* | Correcting some non-camel-cased haskell-packages entries.Kris Jenkins2015-01-09
| |
* | Add haskellPackages.uniqueMichael Raskin2015-01-09
| |
* | Merge pull request #5646 from mpickering/masterPeter Simons2015-01-08
|\ \ | | | | | | Add psqueues and slack-api haskell packages
| * | Register psqueues and slack-api packageMatthew Pickering2015-01-08
| | |
* | | Revert "Add amazonka, amazonka-core, amazonka-cloudwatch haskell packages"Shea Levy2015-01-08
|/ / | | | | | | | | | | | | Unnecessary change to the haskell packages infrastructure, will move this to haskellng packages. This reverts commit 0f04707953933923cf957b7800c2eba83b4f8f34.
* | Add amazonka, amazonka-core, amazonka-cloudwatch haskell packagesShea Levy2015-01-06
| | | | | | | | Required adding a deep override mechanism to haskell packages
* | haskellPackages.nonEmpty: New expressionOliver Charles2015-01-06
| |
* | Merge pull request #5590 from jmwoehr/classy-prelude-yesodPeter Simons2015-01-05
|\ \ | | | | | | New Haskell package: classy-prelude-yesod
| * | New Haskell package: classy-prelude-yesodJordan Woehr2015-01-04
| | |
* | | Merge pull request #5591 from dmalikov/masterPeter Simons2015-01-05
|\ \ \ | | | | | | | | haskellPackages.xmonadScreenshot: add 0.1.0.0
| * | | haskellPackages.xmonadScreenshot: add 0.1.0.0Dmitry Malikov2015-01-05
| | | |
* | | | Update HEAD versions of Cabal and cabal-install version to 1.22.0.0.Peter Simons2015-01-05
|/ / /
* | | Merge pull request #5585 from jraygauthier/diagrams-builderPeter Simons2015-01-05
|\ \ \ | | | | | | | | Add haskell diagrams-builder package and its wrapper.
| * | | Add haskell diagrams-builder package and its wrapper.Raymond Gauthier2015-01-04
| | | |
* | | | Merge pull request #5584 from jmwoehr/yesod-newsfeedPeter Simons2015-01-05
|\ \ \ \ | | | | | | | | | | New Haskell package: yesod-newsfeed
| * | | | New Haskell package: yesod-newsfeedJordan Woehr2015-01-04
| | |/ / | |/| |
* / | | Add haskellPackages.reverse-applyMichael Raskin2015-01-05
|/ / /
* | | haskell-packages: drop redundant override for liquid-fixpointPeter Simons2015-01-04
| | |
* | | haskellPackages.intern: new expressionJohn Wiegley2015-01-02
| | |
* | | liquidhaskell: new expressionJohn Wiegley2015-01-02
| | |
* | | Update Cabal to version 1.20.0.3 and cabal-install to version 1.20.0.6.Peter Simons2015-01-01
| | |
* | | elm-make: re-generate with cabal2nixPeter Simons2015-01-01
| | |