about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Document that Java packages should install JARs in $out/lib/javaEelco Dolstra2012-11-08
|
* adobe-reader: Unpack to $out/libexec/adobe-readerEelco Dolstra2012-11-08
| | | | This prevents polluting Nix profiles.
* adobe-reader: Update to 9.5.1Eelco Dolstra2012-11-08
|
* Fix two wrong paths, due to path refactoring so that the emulation script ↵Sander van der Burg2012-11-08
| | | | works again
* haskell-hinotify: update to version 0.3.5Peter Simons2012-11-08
|
* haskell-fsnotify: patch to support recent versions of hinotifyPeter Simons2012-11-08
|
* Implemented some sanity - the SDK resides in libexec/ now. I have added ↵Sander van der Burg2012-11-08
| | | | wrappers in bin/ that allow users to run the tools by installing an SDK composition in their profile
* haskell-hlint: update to version 1.8.34Peter Simons2012-11-08
|
* haskell-yesod: update to version 1.1.3Peter Simons2012-11-08
|
* haskell-yesod-test: update to version 0.3.1Peter Simons2012-11-08
|
* haskell-yesod-static: update to version 1.1.1Peter Simons2012-11-08
|
* haskell-yesod-routes: update to version 1.1.1Peter Simons2012-11-08
|
* haskell-yesod-json: update to version 1.1.1Peter Simons2012-11-08
|
* haskell-yesod-form: update to version 1.1.4Peter Simons2012-11-08
|
* haskell-yesod-default: update to version 1.1.1Peter Simons2012-11-08
|
* haskell-yesod-core: update to version 1.1.4Peter Simons2012-11-08
|
* haskell-shelly: update to version 0.14.2.3Peter Simons2012-11-08
|
* haskell-resourcet: update to version 0.4.2Peter Simons2012-11-08
|
* haskell-regex-pcre-builtin: update to version 0.94.4.1.8.31Peter Simons2012-11-08
|
* haskell-lrucache: update to version 1.1.1.3Peter Simons2012-11-08
|
* haskell-hspec-expectations: update to version 0.3.0.3Peter Simons2012-11-08
|
* haskell-hoogle: update to version 4.2.14Peter Simons2012-11-08
|
* haskell-fsnotify: update to version 0.0.2Peter Simons2012-11-08
|
* haskell-cryptohash: update to version 0.7.7Peter Simons2012-11-08
|
* haskell-conduit: update to version 0.5.4Peter Simons2012-11-08
|
* haskell-hinotify: downgrade to version 0.3.2Peter Simons2012-11-08
| | | | | This down-grade is necessary to make fsnotify happy, which in turn is required by Yesod: <https://github.com/mdittmer/hfsnotify/issues/24>.
* haskell-packages.nix: fix spelling of 'optparseApplicative' attributePeter Simons2012-11-08
|
* haskell-ReadArgs: add version 1.2Peter Simons2012-11-08
|
* haskell-word8: add version 0.0.2Peter Simons2012-11-08
|
* haskell-project-template: add version 0.1.0.1Peter Simons2012-11-08
|
* haskell-http-reverse-proxy: add version 0.1.0.5Peter Simons2012-11-08
|
* haskell-fsnotify: add version 0.0.2Peter Simons2012-11-08
|
* haskell-classy-prelude: add version 0.4.0Peter Simons2012-11-08
| | | | haskell-classy-prelude-conduit: add version 0.4.0
* haskell-basic-prelude: add version 0.3.1.0Peter Simons2012-11-08
|
* Merge branch 'master' of github.com:NixOS/nixpkgsSander van der Burg2012-11-08
|\
| * ddclient: Upgrade to 3.8.1Rickard Nilsson2012-11-08
| |
* | Added android_sdk_4_1 derivation that provides a precomposed SDK with ↵Sander van der Burg2012-11-08
|/ | | | everything required to develop for Android OS 4.1
* sqlite: Update to 3.7.14.1Eelco Dolstra2012-11-08
|
* eclipse-sdk-4.2: upgrade to 4.2.1Mathijs Kwik2012-11-08
|
* dvdauthor: upgrade to 0.7.1Mathijs Kwik2012-11-08
|
* Add nspluginwrapper, a tool to execute browser plugins out-of-processMichael Raskin2012-11-08
|
* Update UzblMichael Raskin2012-11-08
|
* Removed result symlinkSander van der Burg2012-11-07
|
* Added androidenv - the Android SDK, their additions and two functions that ↵Sander van der Burg2012-11-07
| | | | build and emulate Android Apps
* dmenu: Add option config.dmenu.enableXft for enabling xft font support ↵Rickard Nilsson2012-11-07
| | | | (turned off by default).
* Updating ghc HEAD snapshot.Andres Loeh2012-11-07
|
* updating: flake8, alot, tursesRok Garbas2012-11-07
|
* Update Julia and compensat for their specification of /bin/bash as SHELLMichael Raskin2012-11-06
|
* Fix git-annex build.Peter Simons2012-11-06
| | | | | | | git-annex depends on 'testpack', which doesn't compile with Haskell Platform 2012.4.0.0. The testpack library appears to be unmaintained, so there is probably no quick solution for this issue. For the time being, we compile git-annex with GHC 7.4.1.
* Fix haskell-testpack build.Peter Simons2012-11-06
| | | | Testpack won't build with recent versions of QuickCheck